Commit Graph

5522 Commits

Author SHA1 Message Date
Nate Kelley 3077d10958
added some asset checks 2025-08-13 17:24:30 -06:00
Nate Kelley 3984919a14
Added additiona licons 2025-08-13 17:20:38 -06:00
Nate Kelley 163fba0c7d
Added in some sidebar stuff 2025-08-13 16:48:36 -06:00
Nate Kelley 0294226d59
Remove mounted from splitter 2025-08-13 16:36:31 -06:00
Nate Kelley 617c4e138c
splitter with cookies 2025-08-13 16:33:07 -06:00
Nate Kelley 23472b86c3
pass cookies to layout components 2025-08-13 16:23:35 -06:00
dal a133653ccc
apos 2025-08-13 15:56:44 -06:00
dal c3107e1113
Add download functionality for metric files and enhance UI warning component
- Introduced a new API method to download metric files.
- Updated MetricDataTruncatedWarning component to include a download button for large datasets.
- Passed metricId as a prop to MetricDataTruncatedWarning for download functionality.
- Improved user experience by providing feedback during the download process.
2025-08-13 15:45:18 -06:00
Nate Kelley 2d48de17ee
tanstack dev tools panel 2025-08-13 15:16:33 -06:00
dal e5481bc30a
Refactor chat asset type conversion and enhance error handling
- Changed chatAssetTypeToDatabaseAssetType to a Partial<Record> for better type safety.
- Updated convertChatAssetTypeToDatabaseAssetType to throw an error for unmapped asset types.
- Modified downloadMetricFileHandler tests to use fake timers and improve timeout handling.
- Updated report sharing endpoint to use SharePermissionsUpdateRequest for better clarity.
- Renamed schemas in server-shared for backward compatibility while maintaining clarity.
- Adjusted GetTitleRequestSchema to restrict asset types to those supporting title retrieval.
2025-08-13 14:55:37 -06:00
Nate Kelley 4058a80141
lazy load dev tools 2025-08-13 14:45:20 -06:00
dal 35623ad987
Integrate access controls with metric file downloads
- Added permission checks to metric file download handler
- Added permission checks to export-metric-data trigger task
- Created comprehensive tests for access control integration
- Updated AssetType enums to include report_file
- Resolved export conflicts in server-shared package
- Fixed AI package imports for new getPermissionedDatasets API
2025-08-13 14:25:41 -06:00
Nate Kelley 4b16bfff29
supabase is its own chunk 2025-08-13 14:19:50 -06:00
dal ccc27abaee
Enhance tool state management and reasoning entries across various tools
- Introduced start time tracking for tool operations in create, modify, and report tools to improve performance monitoring.
- Updated reasoning entries to include elapsed time for completed operations, enhancing user feedback.
- Refactored tool logic to ensure consistent handling of file statuses and improved clarity in reasoning messages.
- Enhanced logging for better traceability during tool execution.

These changes improve the overall user experience and maintainability of the toolset.
2025-08-13 14:19:32 -06:00
dal ebe496df87
Merge access-controls branch and resolve conflicts
- Combined asset type enums from both branches
- Merged all database query exports
- Integrated access-controls package into server-shared
- Resolved conflicts in AI package instructions
2025-08-13 14:15:20 -06:00
Nate Kelley d93508c575
remove more from client 2025-08-13 14:10:19 -06:00
dal 594f08202b
Refactor metric file handling and improve error handling
- Updated type definitions for better clarity and type safety in metric file download and export tasks.
- Enhanced error handling in the metric files API to utilize HTTPException for more consistent error responses.
- Added environment variable validation in export tasks to ensure necessary credentials are present before execution.
- Improved type assertions for content in metric export queries to ensure proper handling of JSONB data.
2025-08-13 14:01:46 -06:00
Nate Kelley bb294cb41a
vite analyzer updates 2025-08-13 13:52:10 -06:00
dal a3c4238da1
lint fix 2025-08-13 13:48:28 -06:00
dal 3eb80ae630
Add metric file export functionality with Cloudflare R2 support
- Introduced new API endpoint for downloading metric files as CSV.
- Implemented export logic to handle large datasets (up to 1 million rows) and generate presigned URLs for secure downloads.
- Added cleanup task to remove exported files from R2 storage after 60 seconds.
- Updated environment configuration to include Cloudflare R2 credentials.
- Enhanced error handling for various export scenarios.
- Refactored related database queries and schemas for better integration.
- Updated documentation for new features and usage instructions.
2025-08-13 13:36:42 -06:00
Nate Kelley 0e922d9058
Update BusterThemeProvider.tsx 2025-08-13 13:27:36 -06:00
Nate Kelley 01bcf83a99
abstract value setters 2025-08-13 12:39:27 -06:00
dal 94a127cb0e
build fix 2025-08-13 12:00:00 -06:00
dal d02d809e59
migration, optimization on entry querires, etc. 2025-08-13 11:50:56 -06:00
dal c8d2c0ff0f
Refactor metric data handler and snowflake query to improve limit handling. Adjusted query limit logic to use display limit and added optional limit parameter to snowflake query function for better flexibility. 2025-08-13 11:38:44 -06:00
Nate Kelley 9e0b975999
Better and more stable splitter 2025-08-13 11:35:31 -06:00
Nate Kelley d725be5505
min size updates 2025-08-13 11:25:41 -06:00
dal abc070449b
update the reasoning entries for all of hte tools 2025-08-13 11:04:37 -06:00
Nate Kelley 01f3b63424
Add app splitter 3 2025-08-13 11:01:56 -06:00
dal dab0bce7d2
Refactor tool imports and enhance naming consistency in Think and Prep Agent
- Updated import statements for communication and database tools to improve clarity and organization.
- Introduced constants for tool names in the `execute-sql` and `sequential-thinking-tool` modules to ensure consistent usage across the codebase.
- Enhanced the `createThinkAndPrepAgent` function to utilize these constants, improving maintainability and readability.

These changes streamline the integration of tools within the Think and Prep Agent, enhancing overall code organization.
2025-08-13 10:52:28 -06:00
dal 3e1181c121
more type safety 2025-08-13 10:49:35 -06:00
dal 8299e47e4e
more migration, streaming, type safety, etc 2025-08-13 10:48:07 -06:00
Nate Kelley 53b1c59302
Update PRD 2025-08-13 10:34:23 -06:00
Nate Kelley 037e2a6172
fixed storybook imports 2025-08-13 09:55:43 -06:00
Nate Kelley 088b20bfdb
Add a stable theme provider 2025-08-13 09:19:21 -06:00
Nate Kelley 4dcf3ac677
Merge pull request #705 from buster-so/cursor/migrate-state-to-cookie-storage-c48a
Migrate state to cookie storage
2025-08-13 08:52:31 -06:00
Nate Kelley b2eaf0a448
use distinct versions of react 2025-08-13 08:49:12 -06:00
Nate Kelley 01b733c74c
Update some imports for al old 2025-08-13 08:08:39 -06:00
Nate Kelley 34254e7ec7
Update versions 2025-08-12 23:45:55 -06:00
Nate Kelley 5e51d6f8c6
update problematic files 2025-08-12 23:34:03 -06:00
Nate Kelley b13b9380fb
Fix additional linting errors 2025-08-12 23:27:34 -06:00
dal eb14e26972
dashboard helpers and tools 2025-08-12 23:26:46 -06:00
dal d9e6c3dee2
done tool no overwrite 2025-08-12 23:23:35 -06:00
Nate Kelley 21cccddd3b
Merge branch 'staging' into cursor/migrate-state-to-cookie-storage-c48a 2025-08-12 23:09:51 -06:00
Nate Kelley 73746ca41d
fix messy stories 2025-08-12 23:09:40 -06:00
dal 6c989b7c25
Refactor tool names and enhance context handling in AnalystAgent
- Updated tool name constants for visualization and communication tools to improve clarity and consistency.
- Modified the AnalystAgent to utilize these constants, ensuring better context handling during tool calls.
- Enhanced the STOP_CONDITIONS to reference the DONE_TOOL_NAME constant, improving maintainability.

These changes streamline the integration of tools within the AnalystAgent, enhancing overall code organization and readability.
2025-08-12 23:05:45 -06:00
Nate Kelley 96b90b0c0e
biome fixes pt2 2025-08-12 22:55:24 -06:00
dal 0f0a5ed7d1
fix prompts of dashboard and metric tools 2025-08-12 22:42:21 -06:00
Nate Kelley 3157d128aa
biome lint fixes 2025-08-12 22:37:41 -06:00
Nate Kelley 7dc42159ba
Added storybook 2025-08-12 22:05:05 -06:00