Commit Graph

2983 Commits

Author SHA1 Message Date
Manas Hejmadi
ca1d9971a8 better_networking: Tests written for models and services (C : 97.5%) 2025-07-07 01:46:45 +05:30
Manas Hejmadi
77c3e91525 sendHttpRequest & streamHttpRequest: Tests Written; GQLTestFixed 2025-07-07 01:01:54 +05:30
Manas Hejmadi
bf21ccdc98 Added Tests for (/lib/utils): 100% Coverage 2025-07-06 21:20:11 +05:30
Udhay-Adithya
32855fd2f9 refactor: update authentication handling to check authData instead of enableAuth flag 2025-07-06 12:28:35 +05:30
Udhay-Adithya
c39b8fbe6d refactor: remove unused import and logging from JWT generation 2025-07-06 12:22:58 +05:30
Udhay-Adithya
13bf0549f1 refactor: remove unused digest authentication model import and clean up JWT handling comments 2025-07-06 12:22:04 +05:30
Udhay-Adithya
d5ca13b356 feat: enhance JWT support with private key handling and additional algorithms 2025-07-06 12:19:27 +05:30
Manas Hejmadi
d373d171ab stream_request_test: Separated Testing Arch 2025-07-04 17:52:22 +05:30
Manas Hejmadi
076c7130cb streamHttpRequest: made provision for empty responses 2025-07-04 17:51:59 +05:30
Manas Hejmadi
c5ce3bd3c4 SSE: Stop & Cancel Request buttons show up correctly 2025-07-04 16:20:35 +05:30
Manas Hejmadi
7a8d1a6f4a http_service: cleanup & streamHttpRequest: simplified 2025-07-04 15:00:06 +05:30
Manas Hejmadi
008eca6066 SSE: added basic testcases inside stream_request_test 2025-07-04 02:48:25 +05:30
Manas Hejmadi
6bcc855d06 streamHttpRequest: replaced string buffering with chunk_expansion 2025-07-04 02:31:42 +05:30
Manas Hejmadi
2ab6de6a62 Refactored makeStreamedRequest out & replaced sendHttpRequest underlying code 2025-07-03 19:27:49 +05:30
Udhay-Adithya
92af4fba77 feat: add digest authentication 2025-07-03 19:24:56 +05:30
Udhay-Adithya
6c5862cd85 refactor: move authModel to HttpRequestModel 2025-07-03 12:12:18 +05:30
Manas Hejmadi
ce1a463d75 SSE onDone cleanup fix & moved SSEDisplay to its own file 2025-07-03 03:46:50 +05:30
Manas Hejmadi
7b17cb567b streamTextResponse usage removed from streamHttpRequest 2025-07-03 03:13:13 +05:30
Manas Hejmadi
4207974b0e streamHttpRequest: Fixed TCP Length Clipping issue & Refactored Code 2025-07-03 02:27:16 +05:30
Manas Hejmadi
b3169fe775 streamHttpRequest: Added GraphQL Ability 2025-07-03 01:40:30 +05:30
Manas Hejmadi
aef57df466 streamHttpRequest: Major Restructuring & other review changes 2025-07-03 01:01:07 +05:30
Udhay-Adithya
4284f47fe6 fix: add missing crypto dependency to better_networking package
add missing auth tab in HistoryRequestPane
2025-07-02 22:25:45 +05:30
Udhay-Adithya
a11c833822 refactor: move auth models to better_networking package 2025-07-02 22:07:47 +05:30
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
620c2750ee fix: change JWT generation failure handling to throw an exception instead of returning a basic JWT 2025-07-01 01:07:51 +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
5be9ffdcc1 feat: update AuthModel serialization to use explicitToJson for nested objects 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
88017a96b0 chore: generate lock files 2025-07-01 01:00:59 +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