Commit Graph

564 Commits

Author SHA1 Message Date
Udhay-Adithya
c72af2413b test: add tests for chat viewmodel(cv: 50) 2025-09-28 18:50:02 +05:30
Udhay-Adithya
b2a346cdce refactor: remove streaming functionality from ChatRemoteRepository and add tests 2025-09-28 17:48:53 +05:30
Udhay-Adithya
6311dbbe26 test: improve url env service tests(cv: 97) 2025-09-28 17:01:07 +05:30
Ankit Mahato
d64175728a Merge branch 'main' into dashbot-core 2025-09-28 16:38:22 +05:30
Udhay-Adithya
7e6032db58 tests: add tests for dashbot router 2025-09-28 16:26:27 +05:30
Udhay-Adithya
c61d0510c8 tests: add tests for DashbotActionWidgetFactory(cv: 100) 2025-09-28 16:16:38 +05:30
Ankit Mahato
223b584fa9 Fix UI Providers Tests 2025-09-28 15:41:27 +05:30
Ankit Mahato
447085be0c Replace print with debugPrint and improve logging
Replaced print statements with debugPrint in tests for better Flutter logging practices. In js_runtime_notifier.dart, replaced print statements with structured logging via terminalStateProvider, providing more consistent and contextual log handling. Minor code style improvements were also made.
2025-09-28 14:57:43 +05:30
Ankit Mahato
e787ec3d54 Merge branch 'main' of https://github.com/foss42/apidash into pr/890 2025-09-28 14:18:53 +05:30
Ankit Mahato
ba8b9e0c46 refactor tests 2025-09-28 14:02:18 +05:30
Udhay-Adithya
dc7aa246d7 feat: implement search highlighting across terminal tiles and expandable sections 2025-09-28 12:49:47 +05:30
Udhay-Adithya
f7d972dc6a test: add tests for DashbotActiveRouteNotifier(cv: 100) 2025-09-27 22:35:21 +05:30
Udhay-Adithya
dc647847af test: add test for all dashbot pages 2025-09-27 22:25:38 +05:30
Udhay-Adithya
3ba416796d fix: correct spelling of "explnation" to "explanation" across multiple files
- Updated comments and JSON keys in various prompt files to replace "explnation" with "explanation".
- Adjusted the response structure in services and tests to ensure consistency with the updated key.
- Ensured all related tests reflect the corrected key for accurate validation.
2025-09-27 18:54:28 +05:30
Udhay-Adithya
86f35755eb feat: remove unused openapi action button 2025-09-27 18:06:02 +05:30
Udhay-Adithya
9a58a1fa4d feat: fix user chat text color 2025-09-25 23:51:45 +05:30
Udhay-Adithya
50fb3cfee2 feat: add dashbot widget tests(cv: 99) 2025-09-25 20:08:33 +05:30
Udhay-Adithya
74366454f8 tests: add tests for dashbot action buttons(cv: 95.5) 2025-09-25 18:46:16 +05:30
Udhay-Adithya
a70b825172 tests: add tests for dashbot utils(cv: 100) 2025-09-25 16:27:07 +05:30
Udhay-Adithya
989f46ef07 tests: add providers tests(cv: 100) 2025-09-25 16:01:12 +05:30
Udhay-Adithya
0f1c0f6e9c tests: add tests for services(cv: 98.7) 2025-09-25 15:09:51 +05:30
Udhay-Adithya
fec92a9a54 fix: update api url in chat message tests 2025-09-25 13:39:51 +05:30
Udhay-Adithya
066aa0fcf4 tests: add chat model tests(cv: 100) 2025-09-25 13:37:53 +05:30
Ankit Mahato
ec86e28271 Merge branch 'main' into pr/887 2025-09-24 01:07:17 +05:30
Ankit Mahato
f7680b63ef Merge branch 'main' into pr/867 2025-09-24 00:40:51 +05:30
Udhay-Adithya
8bf4b3d2f1 tests: add all tests for terminal related features(coverage: 100) 2025-09-22 17:02:22 +05:30
Udhay-Adithya
6fd9643226 tests: update js runtime notifier tests 2025-09-09 17:30:50 +05:30
Udhay-Adithya
5b6c1d5139 refactor: move dashbot inside apidash 2025-09-02 11:57:31 +05:30
Ankit Mahato
8810dc3a35 Fix SettingsModel equality for defaultAIModel map
Replaces direct comparison of defaultAIModel with mapEquals to ensure deep equality. Updates related tests to include defaultAIModel in test cases for serialization, deserialization, copyWith, and toString.
2025-08-31 20:13:45 +05:30
Ankit Mahato
63fc31589d Merge pull request #870 from synapsecode/airequests_proto
GenAI + AIRequests Feature
2025-08-29 02:06:20 +05:30
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
Udhay-Adithya
58de8e6d06 feat: use find.descendant for ExtendedTextField widgets 2025-08-09 15:57:32 +05:30
Udhay-Adithya
1dece55482 test: update oauth1 and oauth2 tests for EnvAuthField 2025-08-07 12:46:56 +05:30
Udhay-Adithya
a10d44ee90 test: add comprehensive tests for oauth fields 2025-08-07 00:55:52 +05:30
Manas Hejmadi
452020f720 AI Request History & Duplication Feature 2025-08-06 09:00:23 +05:30
Ankit Mahato
bc1dab9002 Merge branch 'main' into enhance-auth-fields 2025-08-06 03:05:33 +05:30
Ankit Mahato
625254b20f Refactor auth handling in HTTP request functions
Removed redundant AuthModel parameter from sendHttpRequest and streamHttpRequest functions, now using authModel from HttpRequestModel directly. Updated all usages, tests, and related logic to reflect this change. Improved streaming response handling in CollectionStateNotifier and HttpResponseModel.
2025-08-06 02:42:23 +05:30
Ankit Mahato
af87942bdd Remove unused imports from test and widget files
Cleaned up several files by removing unused import statements to improve code clarity and reduce unnecessary dependencies.
2025-08-05 21:22:16 +05:30
Ankit Mahato
be16016d95 Refactor dark mode color blending to extension method
Moved dark mode color blending logic to a Color extension (toDark) in the design system. Updated usages in ui_utils.dart and related tests to use the new extension. Removed the old getDarkModeColor function for cleaner and more idiomatic code organization.
2025-08-05 21:17:39 +05:30
Ankit Mahato
f4e0f82125 Merge branch 'main' into better_networking/sse 2025-08-05 06:18:21 +05:30
Udhay-Adithya
025c5e4478 refactor: update import paths for EnvAuthField 2025-07-21 21:13:08 +05:30
Udhay Adithya
95f68cf8b5 Merge branch 'foss42:main' into enhance-auth-fields 2025-07-21 11:57:18 +05:30
Udhay-Adithya
a219069ce3 test: update auth field tests 2025-07-19 13:42:27 +05:30
Udhay-Adithya
cc8abee296 feat: add environment variable substitution support for auth models 2025-07-19 01:20:57 +05:30
Udhay-Adithya
d9bc0d0c67 test: add tests for CodeEditor widget(coverage:100%) 2025-07-18 23:27:41 +05:30
Udhay-Adithya
5839bf58ed test: add tests for pre and post request scripts handling in collection state notifier 2025-07-18 23:05:29 +05:30
Udhay-Adithya
efc49497c3 feat: improve script utils test(coverage 100%) 2025-07-18 20:53:10 +05:30
Udhay Adithya
1347d4ccfc Merge branch 'foss42:main' into scripting-tests 2025-07-18 20:00:10 +05:30
Ankit Mahato
1dea1b442e Fix test 2025-07-14 01:52:01 +05:30
Ankit Mahato
4f11185195 Update imports in tests 2025-07-12 16:23:46 +05:30