Udhay-Adithya
3903277aa9
chore: resolve merge conflicts
2025-07-02 21:03:16 +05:30
Udhay-Adithya
6c7c57d8fb
fix: update environment model references and ensure correct request model is returned in pre-request script
2025-07-02 17:43:19 +05:30
Udhay-Adithya
fe6720f4c7
fix: ensure executionRequestModel is a copy to avoid modifying the original request model
2025-07-02 13:39:12 +05:30
Udhay-Adithya
a88a5d7629
feat: revert padding
2025-07-02 13:27:16 +05:30
Udhay-Adithya
1dab4fe007
feat: add pre_post_script_utils test
2025-07-02 00:09:30 +05:30
Udhay-Adithya
f565d27216
fix: minor ui fixes
2025-07-01 20:14:25 +05:30
Udhay-Adithya
737aac96ec
fix: keep ui state consistent with the original request model when scripts are run
2025-07-01 20:03:22 +05:30
Udhay-Adithya
a17d6fdd9f
chore: remove logging in EditAuthType
2025-07-01 01:16:01 +05:30
Udhay-Adithya
8d8940d57d
feat: add read-only support to authentication fields
2025-07-01 01:16:01 +05:30
Udhay-Adithya
bf170e1446
feat: remove AuthModel from HttpRequestModel and integrate into HistoryRequestModel and RequestModel
2025-07-01 01:15:55 +05:30
Udhay-Adithya
e06cb2e0bf
feat: add read-only authentication tab to graphql history request pane
2025-07-01 01:10:25 +05:30
Udhay-Adithya
5a6e2b103a
feat: add authentication tab for graphql requests
2025-07-01 01:08:22 +05:30
Udhay-Adithya
987d9ca96a
feat: enhance EditAuthType to support read-only in history view
2025-07-01 01:07:47 +05:30
Udhay-Adithya
99e5fa7cbb
feat: enhance AuthModel serialization with anyMap support and add default name for API key
2025-07-01 01:04:43 +05:30
Udhay-Adithya
0ec2120741
feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency
2025-07-01 01:04:43 +05:30
Udhay-Adithya
ff23413164
feat: change text field design
2025-07-01 01:04:43 +05:30
Udhay-Adithya
bb10ad655d
feat: split authentication related fields into seperate files
2025-07-01 01:04:39 +05:30
Udhay-Adithya
74c09592bb
refactor: rename authData to authModel and update related tests
2025-07-01 01:03:52 +05:30
Udhay-Adithya
d046d50273
refactor: rename ApiAuthModel to AuthModel and authData to authModel
2025-07-01 01:03:52 +05:30
Udhay-Adithya
fd92206ccb
refactor: reorganize import statements
2025-07-01 01:03:45 +05:30
Udhay-Adithya
0d7f1a9d5b
fix: update authorization label and reorder request pane
2025-07-01 01:02:31 +05:30
Udhay-Adithya
a48d059422
fix: state persistance upon api type switch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
52a1feb0ee
feat: enhance JWT authentication handling with new fields and JWT generation utility
2025-07-01 01:00:59 +05:30
Udhay-Adithya
1540d84de5
fix:prevent text field rebuild on watch
2025-07-01 01:00:59 +05:30
Udhay-Adithya
efaebd09eb
fix: input text field error
2025-07-01 01:00:59 +05:30
Udhay-Adithya
449e32521e
feat: refactor authentication handling to use new ApiAuthModel and update related components
2025-07-01 01:00:59 +05:30
Udhay-Adithya
51fe211ef6
feat: implement authentication handling in HTTP requests
2025-07-01 01:00:59 +05:30
Udhay-Adithya
417706523b
feat: improve authentication model with BearerToken, APIKey, and JWTBearer support
2025-07-01 01:00:59 +05:30
Udhay-Adithya
171a118d38
feat: add authentication support with APIAuthType and APIAuthModel
...
- Introduced APIAuthType enum for various authentication methods.
- Created APIAuthModel with basic authentication fields.
- Updated RequestModel to include authType and authData.
- Implemented EditAuthType widget for selecting and managing authentication.
- Enhanced CollectionStateNotifier to handle authentication updates.
:wq
2025-07-01 00:57:10 +05:30
Manas Hejmadi
637a018c76
SSE: Duration updated & baseHttpResponseModel used for respModel
2025-06-29 17:13:03 +05:30
Manas Hejmadi
59f90d911d
SSE InitalResponseFix & SSEDisplay SmartAutoScroll
2025-06-29 17:07:36 +05:30
Manas Hejmadi
383b6ad4bc
SSE: SSEDisplay Implemented along with SSE ResponseBodyView Type
2025-06-29 17:07:28 +05:30
Manas Hejmadi
882b393fdd
SSE: Stopping/Cancelling implementation
2025-06-29 17:06:21 +05:30
Manas Hejmadi
97db38a42d
Added SSE ability to HTTPS method (fusion)
2025-06-29 16:58:52 +05:30
Ankit Mahato
4c1b160a56
Remove riverpod from code editor widget
2025-06-29 01:41:36 +05:30
Ankit Mahato
8b2589c700
Update his_request_pane.dart
2025-06-29 01:30:19 +05:30
Ankit Mahato
646d1ad151
Update content_renderer.dart
2025-06-29 01:27:40 +05:30
Ankit Mahato
f98218457a
update widgets
2025-06-29 01:23:48 +05:30
Ankit Mahato
053d2ea309
Update flutter_js_service.dart
2025-06-29 01:23:20 +05:30
Ankit Mahato
c8b3c80ee9
refactor request pane
2025-06-29 01:23:09 +05:30
Ankit Mahato
7096c2f301
Update request model
2025-06-29 01:21:52 +05:30
Ankit Mahato
adf843e8bb
Update consts.dart
2025-06-29 01:15:10 +05:30
Udhay-Adithya
4875c51f0f
feat: add padding to scripts pane ui
2025-06-29 00:21:29 +05:30
Ankit Mahato
9e0e8211a4
Remove hard-coded font family
2025-06-28 21:07:38 +05:30
Ankit Mahato
4f9ebe369a
Update scripts_editor_pane.dart
2025-06-28 21:04:38 +05:30
Ankit Mahato
fa70f497c5
Fixes
2025-06-28 20:56:02 +05:30
Ankit Mahato
6b11ec5d84
Merge branch 'main' into add-feature-scripts
2025-06-28 17:59:12 +05:30
Ankit Mahato
4bb0efe0a4
retain highlighter
2025-06-28 17:57:17 +05:30
Udhay-Adithya
5e33d08643
feat: add scripts tab for gql requests in history request pane
2025-06-24 23:38:47 +05:30
Udhay-Adithya
dad447bb0a
feat: add support for scripts in gql requests
2025-06-24 23:36:21 +05:30