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
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
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
Udhay-Adithya
db2f5af773
refactor: move auth_textfield to widgets folder
2025-07-12 00:49:48 +05:30
Udhay-Adithya
51c44a3eb7
fix: update label for private key field in JWT auth fields test
2025-07-12 00:47:54 +05:30
Udhay-Adithya
20c71073cb
fix: update qop label in DigestAuthFields test
2025-07-12 00:42:24 +05:30
Manas Hejmadi
c58f6e6705
collection_providers_test: SSE Output in ResponseBody tested
2025-07-07 20:14:09 +05:30
Udhay-Adithya
a13d3d57d3
tests: add auth fields widget tests(coverage 98.4%)
2025-07-07 12:39:45 +05:30
Udhay-Adithya
8d4eedc21b
tests: add authentication unit tests
2025-07-07 02:03:47 +05:30
Manas Hejmadi
bf21ccdc98
Added Tests for (/lib/utils): 100% Coverage
2025-07-06 21:20:11 +05:30
Manas Hejmadi
2ab6de6a62
Refactored makeStreamedRequest out & replaced sendHttpRequest underlying code
2025-07-03 19:27:49 +05:30
Udhay-Adithya
1dab4fe007
feat: add pre_post_script_utils test
2025-07-02 00:09:30 +05:30
Udhay-Adithya
74c09592bb
refactor: rename authData to authModel and update related tests
2025-07-01 01:03:52 +05:30
Manas Hejmadi
383b6ad4bc
SSE: SSEDisplay Implemented along with SSE ResponseBodyView Type
2025-06-29 17:07:28 +05:30