31469e3651
added formdata and text/json payload template
2024-03-30 20:06:18 +05:30
bbbf686f80
added header dict template
2024-03-30 20:05:51 +05:30
6deaaf2169
added param dict template
2024-03-30 20:05:36 +05:30
4d073ec9c1
added templates for package import, url and boundary
2024-03-30 20:05:14 +05:30
d601094ef4
added boundary in julia codegen
2024-03-30 20:03:28 +05:30
d665c85563
Merge branch 'main' of gsoc.github.com:AcousticDeveloper/apidash
2024-03-30 20:01:55 +05:30
d788724627
Merge pull request #300 from DenserMeerkat/resolve-issue-missing-drag-scrolling
...
fix: missing drag scrolling
2024-03-29 22:59:12 +05:30
f9d5e9ea0d
Merge pull request #361 from sixtusagbo/add-ui-tests
...
Improve http service
2024-03-29 19:23:29 +05:30
7c3b3119f5
Update test_consts.dart
2024-03-29 19:22:07 +05:30
281dcaf06a
Update http_service.dart
2024-03-29 19:13:28 +05:30
450beaf617
Merge branch 'foss42:main' into main
2024-03-29 14:32:44 +05:30
9913e33de7
Merge branch 'add-ui-tests' of https://github.com/sixtusagbo/apidash into add-ui-tests
2024-03-29 00:39:25 +01:00
049a31819e
Add test url constant
2024-03-29 00:39:15 +01:00
acee40164a
Merge branch 'foss42:main' into add-ui-tests
2024-03-28 16:35:55 -07:00
99c02aad19
Merge pull request #365 from yashas-hm/fix-prompt-wo-changes
...
Fix prompt only when changes made
2024-03-28 23:38:16 +05:30
5f09e19f8c
Update collection_pane.dart
2024-03-28 23:35:58 +05:30
4518d54af3
Update collection_providers.dart
2024-03-28 23:35:45 +05:30
758fdb6a86
Merge pull request #334 from Yousef-Rabia/elapsed-time-by-request
...
Elapsed time by request
2024-03-28 22:07:10 +05:30
5c74a92296
Update response_widgets_test.dart
2024-03-28 22:06:14 +05:30
6c8686de0a
Fix time elapsed sending widget
2024-03-28 22:02:25 +05:30
4932be5ba7
Update collection_providers.dart
2024-03-28 21:46:54 +05:30
4a92a621ad
Update README.md
2024-03-28 21:23:56 +05:30
b4cd97ac9e
Merge pull request #315 from mdrazak2001/video-preview-hotfix
...
add video preview with updated logic
2024-03-28 21:16:21 +05:30
20cf67a594
fixes
2024-03-28 21:11:22 +05:30
34f9d27567
fix: renamed changeMade -> hasUnsavedChanges
2024-03-28 17:09:08 +05:30
83c6e42864
fix: cleanup code and logic fixup
2024-03-28 14:25:26 +05:30
2700ade751
Add more tests for codePaneVisibleStateProvider
2024-03-28 03:03:00 +01:00
51911e4b0a
Remove request mocks
...
I am now sending actual requests as adviced by @ashitaprasad since the APIs are maintained by us
2024-03-28 02:22:51 +01:00
e970aa1cc3
added test for ruby faraday codegen
2024-03-28 04:19:22 +05:30
53ef0ce747
including uri parameters
2024-03-28 04:01:19 +05:30
0354792457
inclusion of headers
2024-03-28 04:01:03 +05:30
261103d5eb
request sending setup
2024-03-28 04:00:50 +05:30
c9c51a2840
faraday connection creation
2024-03-28 04:00:23 +05:30
7e43c33565
payload creation
2024-03-28 04:00:06 +05:30
21e05c288e
setting up request url
2024-03-28 03:59:18 +05:30
0150675f9f
custom boundary creation for heredoc
2024-03-28 03:58:55 +05:30
3b93bb3f86
try catch block for error handling
2024-03-28 03:57:46 +05:30
5774db422f
added getCode function
2024-03-28 03:57:07 +05:30
73e087a257
response displaying template
2024-03-28 03:56:27 +05:30
f175483d86
connection response internal templates
2024-03-28 03:56:03 +05:30
9233102083
connection creation template
2024-03-28 03:54:18 +05:30
cf3ff17580
added request body payload templates
2024-03-28 03:53:56 +05:30
402670619c
added request url template
2024-03-28 03:53:33 +05:30
642fca1cf6
added require templates
2024-03-28 03:53:07 +05:30
5b57ae46ff
added class for faraday codegen
2024-03-28 03:52:31 +05:30
d9b38a0255
added support for ruby faraday
2024-03-28 03:51:54 +05:30
e449ced99b
added ruby faraday as constant
2024-03-28 03:51:41 +05:30
0c04ff3343
fix: prompt when changes made to reorder
2024-03-27 22:10:11 +05:30
017bc4f108
fix: prompt only when changes made
2024-03-27 22:06:32 +05:30
3fa3076790
Add some tests for codePaneVisibleStateProvider
...
I added some tests for the value of this provider by state injection.
Still working on tests for interaction, value persistence across
rebuilds and proper disposal of this provider.
2024-03-26 04:08:13 +01:00