Ankit Mahato
7925c08f38
Merge pull request #903 from Udhay-Adithya/add-dashbot-doc
...
add dashbot user guide doc
2025-09-29 01:07:43 +05:30
Ankit Mahato
f655e31226
Apply suggestion from @Copilot
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 01:04:35 +05:30
Udhay-Adithya
219a0bcd71
docs: add runnable examples
2025-09-28 22:21:05 +05:30
Ankit Mahato
9389585c1c
Merge pull request #890 from Udhay-Adithya/add-feature-in-app-terminal
...
in app terminal logger
2025-09-28 16:31:02 +05:30
Ankit Mahato
72800ae438
Update text_highlighted_selectable.dart
2025-09-28 15:46:32 +05:30
Ankit Mahato
223b584fa9
Fix UI Providers Tests
2025-09-28 15:41:27 +05:30
Ankit Mahato
99e6d43f32
Fix navigation order for Terminal and Settings pages
...
Corrects the navigation indices for Terminal (Logs) and Settings pages in both desktop and mobile dashboards and navbars, ensuring consistent navigation and page rendering.
2025-09-28 15:12:22 +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
Ankit Mahato
3545c75cd5
Refactor terminal and remove duplicate code.
2025-09-28 13:55:32 +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
0387ae88bf
docs: add dashbot docs
2025-09-27 22:48:26 +05:30
Ankit Mahato
b910854433
update lock files
2025-09-27 16:22:40 +05:30
Ankit Mahato
a9546beade
Merge pull request #902 from foss42/dev
...
Update commit SHA
2025-09-27 15:24:19 +05:30
Ankit Mahato
66c78ad0a4
Update AUR deployment action version
2025-09-27 15:19:19 +05:30
Ankit Mahato
2a70c0a2f6
Update checkout action to specific commit
...
Updated actions/checkout to a specific commit hash.
2025-09-27 15:15:24 +05:30
Ankit Mahato
6ae562233e
Merge pull request #891 from foss42/dependabot/pub/packages/apidash_core/flutter_lints-6.0.0
...
Bump flutter_lints from 4.0.0 to 6.0.0 in /packages/apidash_core
2025-09-27 00:54:14 +05:30
dependabot[bot]
f4b01d3ddb
Bump flutter_lints from 4.0.0 to 6.0.0 in /packages/apidash_core
...
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages ) from 4.0.0 to 6.0.0.
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages )
---
updated-dependencies:
- dependency-name: flutter_lints
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-26 00:38:17 +00:00
Ankit Mahato
2d6a7e32ac
Fix directory path format in dependabot config
2025-09-26 06:05:21 +05:30
Ankit Mahato
9db482a422
Modify Dependabot settings for Dart packages
...
Updated Dependabot configuration to support Dart packages and changed update schedule to monthly.
2025-09-26 06:02:51 +05:30
Ankit Mahato
2c6e80535e
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-09-26 05:28:59 +05:30
Ankit Mahato
472aca2b01
Run scorecard on 1st of each month
...
The scorecard workflow.
2025-09-26 05:21:05 +05:30
Ankit Mahato
9fb31049b0
Update handle_auth.dart
2025-09-24 00:55:02 +05:30
Ankit Mahato
7001db77ec
Update better_networking version
2025-09-24 00:52:52 +05:30
Ankit Mahato
ec8eb0f198
Merge pull request #867 from Udhay-Adithya/add-feature-oauth-2
...
add oauth authentication support
2025-09-24 00:42:52 +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
8114cc2f18
feat: split terminal level filter menu from terminal page
2025-09-21 16:48:24 +05:30
Udhay-Adithya
d48819b787
feat: add support for env vars
2025-09-21 16:30:12 +05:30
Udhay-Adithya
285717d7e5
fix: request id handling in js runtime notifier and terminal page
2025-09-21 16:16:35 +05:30
Udhay-Adithya
a1cf3f717b
fix: enhance network log tile display with request name and method styling
2025-09-21 15:52:58 +05:30
Udhay-Adithya
cbb9ad9583
fix: update request name fallback to 'Untitled'
2025-09-21 15:50:45 +05:30
Udhay Adithya
36b1d9d1da
Merge branch 'foss42:main' into add-feature-in-app-terminal
2025-09-21 14:05:15 +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