Commit Graph

343 Commits

Author SHA1 Message Date
Ankit Mahato
7b7daa7dac Add AI request model support and improve type handling
Refactored collection state management to handle API type changes and AI request models. Updated widgets and tests to support nullable HTTP methods and AI request models, and improved response body rendering for AI responses.
2025-08-28 23:34:28 +05:30
Ankit Mahato
6e1f2b4773 Refactor AI model selection and config handling 2025-08-28 06:42:32 +05:30
Manas Hejmadi
36f58ba26a DefaultLLMSelectorDialog: ResponsiveUI added 2025-08-18 00:40:13 +05:30
Manas Hejmadi
db326b434a genai: Fixed ModelSelector InkWell Bleed & made it visible in History 2025-08-16 16:02:34 +05:30
Manas Hejmadi
30075a6d95 genai: Minor Refactoring and Corrections 2025-08-11 15:10:13 +05:30
Manas Hejmadi
d0dc563ae7 LLMSelector: Implemented ability to add and remove LLMs dynamically 2025-08-06 09:00:23 +05:30
Manas Hejmadi
2c756df2c4 Implemented AnswerTab for AI Output 2025-08-06 09:00:23 +05:30
Manas Hejmadi
97d4a7a45b AIRequests: Removed AIResponseModel & sendRequest implemented 2025-08-06 08:59:25 +05:30
Manas Hejmadi
b890769854 AI Configuration Widgets simplified & separated 2025-08-06 08:39:35 +05:30
Manas Hejmadi
3882052cb5 AIRequests: URL is not modifiable for requests 2025-08-06 08:39:35 +05:30
Manas Hejmadi
ce56897320 initializeAIRequest on AIRequest Creation & ControllerUpdate issues fixed 2025-08-06 08:39:35 +05:30
Manas Hejmadi
22b8168b73 AIRequestFeature: Added Prompt, Authorization & Configuration Tabs 2025-08-06 08:39:35 +05:30
Manas Hejmadi
d923996dc8 AIProviderSelector Impl & AI Models added to RequestModel 2025-08-06 08:39:35 +05:30
Ankit Mahato
f4e0f82125 Merge branch 'main' into better_networking/sse 2025-08-05 06:18:21 +05:30
Ankit Mahato
245a7b79ac Fix EditGraphQLRequestPane provider 2025-07-14 01:09:54 +05:30
Ankit Mahato
972d8be6b0 Add AuthPage 2025-07-14 01:01:21 +05:30
Udhay-Adithya
38eb527703 feat: update APIAuthType enum to include display types for authentication options 2025-07-07 22:41:25 +05:30
Udhay-Adithya
a13d3d57d3 tests: add auth fields widget tests(coverage 98.4%) 2025-07-07 12:39:45 +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
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
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
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
0ec2120741 feat: replace DropdownButtonFormField with ADPopupMenu for improved UI consistency 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
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
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
882b393fdd SSE: Stopping/Cancelling implementation 2025-06-29 17:06:21 +05:30
Ankit Mahato
4c1b160a56 Remove riverpod from code editor widget 2025-06-29 01:41:36 +05:30
Ankit Mahato
c8b3c80ee9 refactor request pane 2025-06-29 01:23:09 +05:30
Udhay-Adithya
dad447bb0a feat: add support for scripts in gql requests 2025-06-24 23:36:21 +05:30
Udhay-Adithya
12aa846792 feat: update scripts code pane to use ad dropdown button 2025-06-22 20:09:50 +05:30
Udhay-Adithya
ad59d56975 refactor: replace TabView with DropdownButton 2025-06-05 21:10:06 +05:30
Udhay Adithya
464dd9aff8 Merge branch 'foss42:main' into add-feature-scripts 2025-05-16 14:31:27 +05:30
Ashita Prasad
17c3c8a793 UX Fix: Field addition button removed from mobile 2025-05-10 00:43:50 +05:30
Udhay-Adithya
71c6818093 fix: move _selectedTabIndex declaration to class level 2025-05-01 17:50:56 +05:30
Udhay-Adithya
6344e8df21 feat: add indicator for request scripts
Shows an indicator on the 'Scripts' tab when pre-request or post-request scripts exist for the selected request.
Updates the selected tab text color in the scripts pane for better visibility.
2025-05-01 17:11:10 +05:30
Udhay-Adithya
56137769f8 feat: adds pre/post-request script editing
Updates request model state management to include pre-request and post-request script fields.
Connects the script editor UI to the state notifier, allowing script changes to be persisted.
2025-04-26 00:11:08 +05:30