dal
3c8f1f4615
Add metric data retrieval endpoint and update schemas
...
- Introduced a new endpoint to retrieve metric data with pagination at /metric_files/:id/data.
- Added MetricDataParamsSchema and MetricDataQuerySchema for request validation.
- Updated GetMetricDataRequestSchema to include an optional limit parameter for pagination.
2025-08-21 15:55:19 -06:00
dal
cf8610eda4
Merge remote-tracking branch 'origin/fix-deployment-pipeline' into staging
2025-08-21 15:00:06 -06:00
dal
5fabf17df6
remove env utils
2025-08-21 14:57:34 -06:00
dal
72e3b18aec
Refactor CI workflows by removing redundant permission fixes and sticky disk mounts; streamline dependency installation and build steps with Turbo caching.
2025-08-21 14:52:37 -06:00
Nate Kelley
3e6f0f05b2
Merge pull request #735 from buster-so/nate/report-hot-fix
...
Nate/report hot fix
2025-08-21 14:51:20 -06:00
Nate Kelley
39b68445a0
hot fix for j dawg
2025-08-21 14:50:58 -06:00
Nate Kelley
253a6b427a
animate fade for report
2025-08-21 14:42:31 -06:00
dal
30cf0c5892
Refine deployment workflow conditions and clean up Docker build process. Update deploy.yml to restrict deployment triggers to main and staging branches, and remove unnecessary sticky disk setup in docker-build-server.yml.
2025-08-21 14:35:34 -06:00
dal
c7cc610d73
fix trigger by getting rid of the env stuff bc it breaks it.
2025-08-21 14:29:34 -06:00
dal
30673e8097
Merge pull request #733 from buster-so/dal-fix-report-bugs
...
fixes on tests and stuff
2025-08-21 14:21:27 -06:00
dal
93fdbd07b3
fixes on tests and stuff
2025-08-21 14:15:58 -06:00
dal
653255336a
Merge pull request #732 from buster-so/dal-fix-report-bugs
...
Dal-fix-report-bugs
2025-08-21 13:36:56 -06:00
dal
81c703a472
Update dependencies to version 4.0.1 for @trigger.dev/build, @trigger.dev/core, and @trigger.dev/sdk; enhance UUID validation in modify-reports-delta tool.
2025-08-21 13:34:26 -06:00
dal
4f7ef9525e
Add basic task examples and update SDK version in Trigger.dev documentation
2025-08-21 13:27:31 -06:00
dal
bb6d932f26
Implement caching for report snapshots in modify and create reports tools
2025-08-21 12:57:12 -06:00
dal
0ac8921a8a
small prompt fix
2025-08-21 12:47:31 -06:00
dal
7b693d1c3d
streaming
2025-08-21 12:20:40 -06:00
dal
6e41a4122b
sql fixes and report streaming
2025-08-21 10:31:36 -06:00
dal
6a4da2ed57
staging changes
2025-08-21 09:21:52 -06:00
dal
e3cbe674ce
sonnet 4 logging and logic
2025-08-21 09:20:48 -06:00
dal
85b121e8b0
Merge remote-tracking branch 'origin/main' into staging
2025-08-21 09:20:13 -06:00
dal
df5291be15
Merge pull request #730 from buster-so/hotfix-add-gpt5-to-fallback-chain
...
add gpt5 to fallback chain on sonnet 4
2025-08-21 09:19:16 -06:00
dal
1084bfd485
add gpt5 to fallback chain on sonnet 4
2025-08-21 09:18:58 -06:00
dal
dbe43df0ea
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-21 09:02:19 -06:00
dal
170b65887d
Merge pull request #729 from buster-so/improved-sql-parsing
...
Enhance SQL permission validation to include unauthorized columns in error messages. Update permission error message creation to handle both unauthorized tables and columns. Modify SQL execution functions to validate column permissions alongside table permissions, improving feedback for users lacking access.
2025-08-21 09:02:11 -06:00
dal
84445efa60
tests passing
2025-08-21 08:58:43 -06:00
dal
3b266c07e7
better logging around fallbacks
2025-08-21 08:58:27 -06:00
dal
b4e81dcefe
added opus 4.1 to fallback chain for sonnet
2025-08-21 08:50:29 -06:00
dal
5838285c81
Merge remote-tracking branch 'origin/staging' into improved-sql-parsing
2025-08-21 08:31:09 -06:00
dal
2f641e8b2d
Enhance SQL permission validation to include unauthorized columns in error messages. Update permission error message creation to handle both unauthorized tables and columns. Modify SQL execution functions to validate column permissions alongside table permissions, improving feedback for users lacking access.
2025-08-21 08:30:48 -06:00
Nate Kelley
fa70d7f1cb
Merge pull request #728 from buster-so/nate-date/fix-report-bugs
...
Nate - Move platejs logic entirely to front end
2025-08-20 22:44:00 -06:00
Nate Kelley
96c41e46a6
Update apps/web/src/components/ui/report/ReportEditor.tsx
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-08-20 22:40:36 -06:00
Nate Kelley
7334ec68b0
Update packages/server-shared/src/reports/requests.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-08-20 22:40:13 -06:00
Nate Kelley
4935104984
lock down readonly editor while streaming
2025-08-20 22:39:23 -06:00
Nate Kelley
75b4bb44dc
remove server-util entirely
2025-08-20 22:15:58 -06:00
Nate Kelley
d4366037bf
Add some platejs tests
2025-08-20 22:13:02 -06:00
dal
5d9c9e6a77
got rid of delta streaming
2025-08-20 16:48:13 -06:00
dal
c94ceaa10a
modify metric delta close
2025-08-20 16:08:12 -06:00
dal
7ea03d5010
Merge pull request #727 from buster-so/dal-fix-report-bugs
...
Dal-fix-report-bugs
2025-08-20 13:39:27 -06:00
dal
415010b8fc
create reports fixes
2025-08-20 13:38:38 -06:00
dal
059c445d04
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-20 13:12:55 -06:00
dal
13de96e5f7
Refactor tool call repair strategies to improve error handling and streamline repair logic. Removed unused types and consolidated strategy functions for better clarity. Updated tests to reflect changes in strategy implementations and input handling.
2025-08-20 13:11:55 -06:00
Nate Kelley
da11cd8b30
fix: update .gitignore to properly ignore dist folder and remove tracked dist files
2025-08-20 11:37:31 -06:00
dal
32792e6212
Merge pull request #726 from buster-so/dal-fix-report-bugs
...
Dal-fix-report-bugs
2025-08-20 11:31:45 -06:00
dal
2461dc0a77
bugfixes
2025-08-20 11:26:37 -06:00
dal
550f8f2257
Merge remote-tracking branch 'origin/staging' into dal-fix-report-bugs
2025-08-20 11:10:13 -06:00
Nate Kelley
a4c093a130
Merge pull request #725 from buster-so/nate/hot-fix-report-streaming
...
Nate/hot fix report streaming
2025-08-20 10:42:45 -06:00
Nate Kelley
0a8ab60f26
remove logs from report
2025-08-20 10:39:22 -06:00
Nate Kelley
635c5f668a
Remove bouncer
2025-08-20 10:34:19 -06:00
Nate Kelley
cb4438a6c8
Update streaming controller to subscribe
2025-08-20 10:31:02 -06:00