Commit Graph

  • c7df3b5926 Update README.md main Ankit Mahato 2025-08-11 00:42:26 +05:30
  • d7d504c822 Update README.md Ankit Mahato 2025-08-11 00:42:01 +05:30
  • ed29bf6b3c Merge pull request #869 from Udhay-Adithya/use-explicit-decendant Ankit Mahato 2025-08-11 00:40:47 +05:30
  • 58de8e6d06 feat: use find.descendant for ExtendedTextField widgets #869 Udhay-Adithya 2025-08-09 15:57:32 +05:30
  • 92bf9d9aa7 Update README.md Ankit Mahato 2025-08-06 03:51:21 +05:30
  • 527bc9c19f Merge pull request #866 from Udhay-Adithya/enhance-auth-fields Ankit Mahato 2025-08-06 03:48:56 +05:30
  • 35e14910d0 Update common_widgets.dart #866 Ankit Mahato 2025-08-06 03:30:49 +05:30
  • 6bbd8d75d2 Update http_client_manager_test.dart Ankit Mahato 2025-08-06 03:25:56 +05:30
  • 82fe3e710b Disable tests running twice Ankit Mahato 2025-08-06 03:17:43 +05:30
  • 01553fc1f4 Update sse_test.dart Ankit Mahato 2025-08-06 03:17:27 +05:30
  • bc1dab9002 Merge branch 'main' into enhance-auth-fields Ankit Mahato 2025-08-06 03:05:33 +05:30
  • 0842a90c07 Rename _substituteAuthModel to substituteAuthModel Ankit Mahato 2025-08-06 03:04:17 +05:30
  • 5146a51f89 Merge pull request #861 from synapsecode/better_networking/sse Ankit Mahato 2025-08-06 02:46:05 +05:30
  • 3a233e2aec Update collection_providers.dart #861 Ankit Mahato 2025-08-06 02:44:53 +05:30
  • 625254b20f Refactor auth handling in HTTP request functions Ankit Mahato 2025-08-06 02:42:23 +05:30
  • 81e967b1b3 Update collection_providers.dart Ankit Mahato 2025-08-06 00:44:00 +05:30
  • d491f0540d Refactor SSE response handling and display Ankit Mahato 2025-08-06 00:32:02 +05:30
  • ce2f98af07 import update Ankit Mahato 2025-08-05 23:03:48 +05:30
  • 3d8cf8ea2b Refactor SSE display widget styling and layout Ankit Mahato 2025-08-05 22:47:53 +05:30
  • af87942bdd Remove unused imports from test and widget files Ankit Mahato 2025-08-05 21:22:16 +05:30
  • be16016d95 Refactor dark mode color blending to extension method Ankit Mahato 2025-08-05 21:17:39 +05:30
  • d1fe07ac8d Add 'Stop' label constant and use in SendButton Ankit Mahato 2025-08-05 19:50:13 +05:30
  • c4d6965e93 Simplify cancellation test assertions Ankit Mahato 2025-08-05 19:02:22 +05:30
  • 2680392c2a Update REST API test endpoints and assertions Ankit Mahato 2025-08-05 18:58:22 +05:30
  • 3bdc5cd5c9 Use media type parser for streamed response Ankit Mahato 2025-08-05 17:18:58 +05:30
  • 304447bf17 Expand streaming response types and subtypes Ankit Mahato 2025-08-05 16:22:27 +05:30
  • ae478c85ed Reorder imports in http_response_utils.dart Ankit Mahato 2025-08-05 15:47:04 +05:30
  • c3bec79176 Update README.md Ankit Mahato 2025-08-05 15:28:13 +05:30
  • 06bb997d2d Update README formatting and license info Ankit Mahato 2025-08-05 13:16:06 +05:30
  • 9772ff9e5e Rename variables for clarity in CollectionStateNotifier Ankit Mahato 2025-08-05 13:09:47 +05:30
  • 257b30a1e9 Add authData parameter to HTTP request functions Ankit Mahato 2025-08-05 12:49:33 +05:30
  • 254530d9ae Refactor null checks in CollectionStateNotifier Ankit Mahato 2025-08-05 12:48:54 +05:30
  • f4e0f82125 Merge branch 'main' into better_networking/sse Ankit Mahato 2025-08-05 06:18:21 +05:30
  • 95586abffc Update http_service.dart Ankit Mahato 2025-08-05 06:04:25 +05:30
  • 025c5e4478 refactor: update import paths for EnvAuthField Udhay-Adithya 2025-07-21 21:13:08 +05:30
  • 7c49ec9fe2 refactor: move EnvAuthField to common widgets directory Udhay-Adithya 2025-07-21 21:10:47 +05:30
  • 9bc2ac2105 feat: replace Column with ListView in auth fields Udhay-Adithya 2025-07-21 20:41:36 +05:30
  • 95f68cf8b5 Merge branch 'foss42:main' into enhance-auth-fields Udhay Adithya 2025-07-21 11:57:18 +05:30
  • e06a5a8315 Merge pull request #865 from Udhay-Adithya/scripting-tests Ankit Mahato 2025-07-21 00:47:00 +05:30
  • 30f90f9f12 chore: remove unwanted debugPrint Udhay-Adithya 2025-07-19 14:30:12 +05:30
  • 770660a888 chore: remove unused import from api_key_auth_fields.dart Udhay-Adithya 2025-07-19 14:29:38 +05:30
  • 8749141542 feat: update initial values for auth fields to use local state variables Udhay-Adithya 2025-07-19 14:29:12 +05:30
  • 2253d6a2b4 feat: add obscureText handling and add suffixIcon parameter to getTextFieldInputDecoration Udhay-Adithya 2025-07-19 14:23:12 +05:30
  • a219069ce3 test: update auth field tests Udhay-Adithya 2025-07-19 13:42:27 +05:30
  • ca71e07374 feat: add readOnly and obscureText properties to EnvironmentTriggerField Udhay-Adithya 2025-07-19 01:29:52 +05:30
  • cc8abee296 feat: add environment variable substitution support for auth models Udhay-Adithya 2025-07-19 01:20:57 +05:30
  • d9bc0d0c67 test: add tests for CodeEditor widget(coverage:100%) #865 Udhay-Adithya 2025-07-18 23:27:41 +05:30
  • 5839bf58ed test: add tests for pre and post request scripts handling in collection state notifier Udhay-Adithya 2025-07-18 23:05:29 +05:30
  • efc49497c3 feat: improve script utils test(coverage 100%) Udhay-Adithya 2025-07-18 20:53:10 +05:30
  • 1347d4ccfc Merge branch 'foss42:main' into scripting-tests Udhay Adithya 2025-07-18 20:00:10 +05:30
  • 835d7a0cea SSE: RAW Mode added & SSEDisplay: kCodeStyle used Manas Hejmadi 2025-07-16 19:29:29 +05:30
  • 572688cb3b Merge pull request #855 from Udhay-Adithya/basic-auth Ankit Mahato 2025-07-14 02:03:57 +05:30
  • 1dea1b442e Fix test #855 Ankit Mahato 2025-07-14 01:52:01 +05:30
  • 744b8c0994 Fix dropdown labels Ankit Mahato 2025-07-14 01:51:50 +05:30
  • 351131f99d Update pubspec.yaml Ankit Mahato 2025-07-14 01:19:54 +05:30
  • 245a7b79ac Fix EditGraphQLRequestPane provider Ankit Mahato 2025-07-14 01:09:54 +05:30
  • 862319b3df Update hisotry rwquest pane auth Ankit Mahato 2025-07-14 01:01:44 +05:30
  • 972d8be6b0 Add AuthPage Ankit Mahato 2025-07-14 01:01:21 +05:30
  • 394835187a turns fields optional Ankit Mahato 2025-07-14 01:00:49 +05:30
  • b8d0d034eb reinstate highlight Ankit Mahato 2025-07-13 03:26:21 +05:30
  • 32dcbda803 JWT refactor Ankit Mahato 2025-07-12 23:36:27 +05:30
  • 1e10606ebf Remove comments from JWT Ankit Mahato 2025-07-12 18:05:40 +05:30
  • 447cbd4fa7 refactor for digest Ankit Mahato 2025-07-12 18:04:19 +05:30
  • 33acbc8e5e Update pubspec.yaml Ankit Mahato 2025-07-12 18:04:11 +05:30
  • 4f11185195 Update imports in tests Ankit Mahato 2025-07-12 16:23:46 +05:30
  • 13a4000569 refactor imports Ankit Mahato 2025-07-12 16:22:47 +05:30
  • 568927b369 rename AuthTextField Ankit Mahato 2025-07-12 16:22:38 +05:30
  • 5d89dfddaa Update consts.dart Ankit Mahato 2025-07-12 16:18:31 +05:30
  • 7925a385f6 Update bearer_auth_fields.dart Ankit Mahato 2025-07-12 16:18:29 +05:30
  • 759e90663d Update basic_auth_fields.dart Ankit Mahato 2025-07-12 16:18:19 +05:30
  • 5afce7438b Update consts.dart Ankit Mahato 2025-07-12 15:52:47 +05:30
  • 99c38c4f96 refactor API Key auth Ankit Mahato 2025-07-12 15:52:10 +05:30
  • 9850b7a044 Update auth widgets export Ankit Mahato 2025-07-12 15:24:57 +05:30
  • 69e7f7bc26 docs: add authentication testing links Udhay-Adithya 2025-07-12 01:00:41 +05:30
  • db2f5af773 refactor: move auth_textfield to widgets folder Udhay-Adithya 2025-07-12 00:49:48 +05:30
  • 51c44a3eb7 fix: update label for private key field in JWT auth fields test Udhay-Adithya 2025-07-12 00:47:54 +05:30
  • 3ca5255e8f fix: pass null for authData in sendHttpRequest for digest authentication to prevent infinite loop when realm and nonce are empty Udhay-Adithya 2025-07-12 00:43:44 +05:30
  • 20c71073cb fix: update qop label in DigestAuthFields test Udhay-Adithya 2025-07-12 00:42:24 +05:30
  • db93e82b5f fix: make authModel optional in HistoryRequestModel Udhay-Adithya 2025-07-12 00:34:12 +05:30
  • 50d84ba6f0 Merge branch 'foss42:main' into scripting-tests Udhay Adithya 2025-07-12 00:19:23 +05:30
  • 65f375c69e Merge branch 'foss42:main' into basic-auth Udhay Adithya 2025-07-12 00:19:13 +05:30
  • 991d486db2 Merge pull request #862 from Udhay-Adithya/fix-scripts-state Ankit Mahato 2025-07-11 21:29:45 +05:30
  • 458e8c4fbe Modified SSE Display to support DarkMode Manas Hejmadi 2025-07-08 04:12:04 +05:30
  • 38eb527703 feat: update APIAuthType enum to include display types for authentication options Udhay-Adithya 2025-07-07 22:41:25 +05:30
  • 127b2c1efc fix: disable onChanged for read-only auth fields Udhay-Adithya 2025-07-07 22:32:14 +05:30
  • 38d8e8e76b fix: update tooltip icon color and size Udhay-Adithya 2025-07-07 22:28:18 +05:30
  • e838654b2d feat: enhance authentication fields with additional info Udhay-Adithya 2025-07-07 22:25:54 +05:30
  • 739afca856 tests: improve auth utils tests(coverage 90%) Udhay-Adithya 2025-07-07 22:08:51 +05:30
  • dcccc2b761 tests: add api auth model tests(coverage 100%) Udhay-Adithya 2025-07-07 21:49:09 +05:30
  • 74465ff243 better_networking README updated & improved Manas Hejmadi 2025-07-07 21:20:57 +05:30
  • c58f6e6705 collection_providers_test: SSE Output in ResponseBody tested Manas Hejmadi 2025-07-07 20:14:09 +05:30
  • a13d3d57d3 tests: add auth fields widget tests(coverage 98.4%) Udhay-Adithya 2025-07-07 12:39:45 +05:30
  • 8d4eedc21b tests: add authentication unit tests Udhay-Adithya 2025-07-07 02:03:47 +05:30
  • ca1d9971a8 better_networking: Tests written for models and services (C : 97.5%) Manas Hejmadi 2025-07-07 01:46:45 +05:30
  • 77c3e91525 sendHttpRequest & streamHttpRequest: Tests Written; GQLTestFixed Manas Hejmadi 2025-07-07 01:01:54 +05:30
  • bf21ccdc98 Added Tests for (/lib/utils): 100% Coverage Manas Hejmadi 2025-07-06 21:20:11 +05:30
  • 32855fd2f9 refactor: update authentication handling to check authData instead of enableAuth flag Udhay-Adithya 2025-07-06 12:28:35 +05:30
  • c39b8fbe6d refactor: remove unused import and logging from JWT generation Udhay-Adithya 2025-07-06 12:22:58 +05:30
  • 13bf0549f1 refactor: remove unused digest authentication model import and clean up JWT handling comments Udhay-Adithya 2025-07-06 12:22:04 +05:30
  • d5ca13b356 feat: enhance JWT support with private key handling and additional algorithms Udhay-Adithya 2025-07-06 12:19:27 +05:30