Commit Graph

3299 Commits

Author SHA1 Message Date
Udhay-Adithya
ce3248dec0 feat: improve ui for openapi specs feature 2025-09-21 00:32:08 +05:30
Udhay-Adithya
b7a7bde093 feat: add openapi spec import functionality 2025-09-19 23:47:42 +05:30
Udhay-Adithya
9b1c3fe41c feat: implement cURL import functionality with parsing and action handling 2025-09-17 02:19:22 +05:30
Udhay-Adithya
8036d60615 feat: harden curl_parser, tolerate flags, improve output, and expand tests
- Pre-filter unknown flags before ArgParser; keep positional args.
- Tolerate non-request flags: -v/--verbose, --connect-timeout, --retry, --output, --compressed, -i/--include, --globoff.
- Auth: support --oauth2-bearer; map to - Authorization only if absent.
- Cookies: parse -b/--cookie; accept -c/--cookie-jar (ignored for request).
- URL: prefer first http(s) positional when --url missing; quote cleaning.
- Data: merge data-urlencode → data-raw → data-binary → data; default POST when body/form present; HEAD remains HEAD.
- Forms: parse -F entries; auto-set multipart Content-Type if missing.
- Headers: robust -H parsing for multi-colon values.
- toCurlString: deterministic order; fix continuation spacing; emit -d right after headers/form; place -k/-L at end.
- Utils: normalize backslash-newlines/CRLF; remove stray '+'; shlex split.
- Tests: add unknown flags, oauth2-bearer (and non-override), cookie-jar, verbose/timeout/retry/output tolerance, data merging order, HEAD+data, -A user-agent, -b filename.
- Docs: add Dartdoc for utils; class docs present.
2025-09-17 00:11:20 +05:30
Udhay-Adithya
38cb5eb2d6 feat: make dashbot more friendly and explanatory wiith tasks 2025-09-16 02:05:34 +05:30
Udhay-Adithya
9c76683c85 fix: update collection notifier to include parameter enablement 2025-09-16 01:41:39 +05:30
Udhay-Adithya
16e7b92934 feat: multi-action actions with enums, upload scaffolding, and UI factory
- Add actions list to chat messages
Introduce
- ChatActionType/ChatActionTarget enums and mapping helpers
- Refactor viewmodel to parse actions and apply fixes via enums
- Implement DashbotActionWidgetFactory and action widgets (auto-fix, add-tests, language, code, upload)
- Integrate upload attachments provider and map upload_asset action
- Update prompt schema docs to prefer actions array and include upload_asset
- Update chat bubble to render multiple actions
2025-09-16 01:39:39 +05:30
Ankit Mahato
d1fbd729c0 Update GSoC 2025 information in README 2025-09-14 02:54:42 +05:30
Ankit Mahato
0dfbdc3309 Rectify dependency export 2025-09-14 02:12:49 +05:30
Ankit Mahato
f4d24226c4 Update pubspec.lock 2025-09-14 02:12:13 +05:30
Ankit Mahato
edb1fe56f1 Remove better_networking override 2025-09-14 02:12:00 +05:30
Ankit Mahato
0fa86adca7 lint fixes 2025-09-14 02:11:33 +05:30
Ankit Mahato
71588c5c28 Update pubspec.yaml 2025-09-14 01:50:52 +05:30
Ankit Mahato
6cec7b6b90 Update better_networking example 2025-09-14 01:44:02 +05:30
Ankit Mahato
a7c4c0a950 bump better_networking 2025-09-14 01:34:34 +05:30
Ankit Mahato
d277186b55 Merge pull request #877 from Aman071106/main
Update pubspec.yaml to losen better_networking sdk constraints
2025-09-14 01:31:09 +05:30
Ankit Mahato
c288a5d61d Update pubspec.yaml 2025-09-14 01:30:32 +05:30
Udhay-Adithya
eb4dcfe5d3 feat: add timestamp toggle and request name to terminal log tiles 2025-09-14 01:26:37 +05:30
Udhay-Adithya
9463c47a9d refactor: rename 'Terminal' label to 'Logs' in dashboard and navbar 2025-09-11 01:46:29 +05:30
Udhay-Adithya
44acee2f7a refactor: move serialization methods for terminal entries from terminal page to terminal provider 2025-09-11 01:27:43 +05:30
Udhay-Adithya
e43550345d feat: improve terminal page ui 2025-09-11 01:22:28 +05:30
Udhay-Adithya
d5ba4ab463 fix: reverse entry order in terminal list display 2025-09-10 13:07:47 +05:30
Udhay-Adithya
5eee413b01 feat: update terminal entry constructor to initialize timestamp by default 2025-09-10 13:04:07 +05:30
Udhay-Adithya
3bb9fb2531 refactor: split terminal models 2025-09-10 12:55:42 +05:30
Udhay-Adithya
20982b93a6 feat: add global console shim for user scripts logging 2025-09-10 12:32:57 +05:30
Udhay-Adithya
994137e38c feat: implement js logging in terminal logger 2025-09-10 12:32:18 +05:30
Udhay-Adithya
6fd9643226 tests: update js runtime notifier tests 2025-09-09 17:30:50 +05:30
Udhay-Adithya
9d47d0b2a5 feat: implement js runtime provider and remove old script service 2025-09-09 17:30:50 +05:30
Udhay Adithya
cea7bce839 Merge branch 'foss42:main' into add-feature-in-app-terminal 2025-09-09 12:54:06 +05:30
Udhay-Adithya
ca4a7415df feat: implement code generation ui 2025-09-08 23:47:51 +05:30
Udhay-Adithya
eb0f4f5c74 feat: implement code generation method 2025-09-08 23:47:38 +05:30
Udhay-Adithya
6a9e72c0ac feat: add code generation prompt 2025-09-08 23:47:12 +05:30
Udhay-Adithya
6b4c0421f8 feat: update default dimensions for DashbotWindowModel 2025-09-08 16:13:38 +05:30
Udhay-Adithya
1e4f78be72 feat: move generation buttons to dashbot 2025-09-08 15:43:14 +05:30
Udhay-Adithya
e29448ed46 feat: add terminal page ui 2025-09-07 23:49:57 +05:30
Udhay-Adithya
121aac80c9 feat: add terminal state provider to collection state provider 2025-09-07 23:49:14 +05:30
Udhay-Adithya
6db0f61321 feat: add terminal state provider 2025-09-07 23:48:55 +05:30
Udhay-Adithya
ef093ae5c2 feat: add terminal models 2025-09-07 23:47:24 +05:30
Ankit Mahato
ea4062f690 Merge pull request #886 from synapsecode/gsoc25report/demos
GSoC 25 Report: Added Process Demo Links
2025-09-07 19:27:51 +05:30
Udhay-Adithya
04b0165811 build: bump dependencies to support flutter 3.35.2 2025-09-06 19:49:07 +05:30
Udhay-Adithya
6ed8e00488 feat: add quick auto add test to postRequestScript feature 2025-09-06 01:37:26 +05:30
Udhay-Adithya
c16665aa12 feat: add generate documentation functionality 2025-09-05 23:10:37 +05:30
Manas Hejmadi
f720c54daf Example 5 Modified in the UIGen Report 2025-09-05 19:41:08 +05:30
Udhay-Adithya
e68674d610 feat: implement auto-fix functionality 2025-09-05 19:11:51 +05:30
Udhay-Adithya
6bbbe6ccc3 feat: improve prompts 2025-09-05 16:41:35 +05:30
Udhay-Adithya
7e13a48199 feat: enhance EditRequestPane with segmented layout for EditGraphQLRequestPane 2025-09-05 12:48:41 +05:30
Udhay-Adithya
1c3eccd9fd feat: enhance EditRequestPane with segmented layout for Dashbot window 2025-09-05 12:43:30 +05:30
Udhay-Adithya
9a6215246e feat: integrate dashbot tab for desktop devices 2025-09-05 03:02:00 +05:30
Udhay-Adithya
eaa830ef21 feat: integrate DashbotTab into mobile requests page 2025-09-04 01:24:25 +05:30
Udhay-Adithya
ebd184e14a refactor: replace TextButton with HomeScreenTaskButton in home page 2025-09-03 23:26:26 +05:30