1949 Commits

Author SHA1 Message Date
2b0eed6864 bump printing 2024-12-15 07:32:31 +05:30
7d073f2567 feat: implement request cancellation tracking with bounded queue 2024-12-13 07:47:56 +05:30
6c94ab859e Merge branch 'foss42:main' into add-request-cancellation 2024-12-12 13:15:16 +05:30
ef547ced06 refactor: remove handling of specific HTTP client exceptions 2024-12-12 13:14:49 +05:30
62ea76e2d1 Refactor design system tests 2024-12-12 05:33:34 +05:30
3c710d125b Add extensions in design system 2024-12-12 05:32:54 +05:30
329d0ef0c9 Add tokens 2024-12-12 05:22:39 +05:30
25a570d6ed Move snackbar to design system 2024-12-12 04:08:20 +05:30
cc9e4eb787 RawTextField -> ADRawTextField 2024-12-12 03:37:22 +05:30
3b235dbe94 CheckBox -> ADCheckBox 2024-12-12 03:36:47 +05:30
dd06bd6a2d Merge pull request #509 from sai-phaneesh/resolve-issue-disable-deletion-of-global-variable-environment
Fix: Deletion of Global Environment variable causes null error
2024-12-12 03:10:28 +05:30
ed62be1e8e fix: disable delete button in environment variable 2024-12-11 22:45:21 +05:30
4ba7a8c721 Update field_cell.dart 2024-12-10 05:42:15 +05:30
531a21e0ef Update textfield_outlined.dart 2024-12-10 05:39:24 +05:30
23198529fe Add ADIconButton 2024-12-10 05:24:39 +05:30
2aaff2ca25 Update request_models.dart 2024-12-10 05:12:23 +05:30
46df82185d Update APIType in request model 2024-12-10 05:09:39 +05:30
a6791f1165 update freezed models 2024-12-10 05:03:35 +05:30
d15239fa71 Add APIType.rest 2024-12-10 05:00:20 +05:30
04d6bb5d1f Add RequestEditorTopBar 2024-12-10 04:59:16 +05:30
f8d26cb8f2 Protocol => APIType 2024-12-10 04:53:09 +05:30
4ef6550624 Add protocol dropdown UI closes #307 2024-12-09 07:04:30 +05:30
79b12f4e4a Add saveToDownloads 2024-12-09 04:45:28 +05:30
e96ca90c38 Add save_utils.dart 2024-12-09 04:32:54 +05:30
b97810aff5 Update workspace_selector.dart 2024-12-09 04:21:48 +05:30
8339c58e7e Update textfield_outlined.dart 2024-12-09 04:21:40 +05:30
f7b2ebc0b4 Update ADOutlinedTextField 2024-12-09 03:49:09 +05:30
66f81a9a34 Add ADOutlinedTextField 2024-12-09 03:35:35 +05:30
d1c4234dfd MIgrate to new ColorScheme roles for Material 3 2024-12-09 03:34:54 +05:30
171f16639a Migrate DropdownButton => ADDropdownButton 2024-12-09 02:47:57 +05:30
edd69b986a refactor: remove unnecessary state changes 2024-12-07 15:52:18 +05:30
036bac311c feat: add ability to cancel in-flight HTTP requests and manage client lifecycle 2024-12-07 13:06:15 +05:30
596cf05576 Merge branch 'foss42:main' into add-request-cancellation 2024-12-07 11:32:08 +05:30
5c2b900fc9 Update import_dialog.dart 2024-12-07 01:14:44 +05:30
4d426dcffa refactor importer 2024-12-07 01:12:54 +05:30
a056c40908 Update .gitignore 2024-12-07 00:20:52 +05:30
938b4a93f7 Show error snackbar on import failure 2024-12-06 06:00:24 +05:30
accd3f9771 Show error message on import failure 2024-12-06 05:43:01 +05:30
4ca5d7b06d Add text dialog 2024-12-06 05:42:40 +05:30
8315d57e79 Show error message for incorrect file import 2024-12-06 05:27:13 +05:30
5ece558d23 Merge pull request #505 from WrathOP/add-feature-adding-formdata
Added form-data and contentType from the Curl parser that got updated
2024-12-06 05:14:37 +05:30
06f4bcab49 Merge branch 'main' into add-feature-adding-formdata 2024-12-06 05:11:57 +05:30
d97ef559f3 content_type_utils 2024-12-06 05:06:07 +05:30
ce2213ce7b refactor 2024-12-06 05:00:14 +05:30
f63663392c Create http_utils.dart 2024-12-06 04:50:40 +05:30
682581c9bf Remove getContentTypeFromHeaders() 2024-12-06 04:50:09 +05:30
98f1e23a05 Add getValueContentType() 2024-12-06 04:33:13 +05:30
918aefb166 Update curl.dart 2024-12-06 04:00:44 +05:30
8ea6430469 Create map_extensions_test.dart 2024-12-06 03:56:06 +05:30
cae032fd00 Update http_request_model.dart 2024-12-06 03:50:23 +05:30