Commit Graph

1963 Commits

Author SHA1 Message Date
Wells Bunker d88530bea6
hot fix for staging 2025-09-22 10:45:41 -06:00
dal c9f5a64999
small change to datasets to kick off the build 2025-09-22 07:27:10 -06:00
Wells Bunker dee2a34553
fix unit tests 2025-09-21 19:22:37 -06:00
Wells Bunker 6f857d9436
Update suggested prompts endpoint to return immediately and run update in background 2025-09-21 19:12:16 -06:00
Nate Kelley 01a0c06a08
Merge pull request #1025 from buster-so/nate/sharing-hot-fix
Make a more composible check for checkPermission
2025-09-20 15:51:06 -06:00
Nate Kelley 2519e84c0f
update permission cache 2025-09-20 15:48:44 -06:00
Nate Kelley 389df8dff5
Make a more composible check for checkPermission 2025-09-20 15:30:46 -06:00
dal 189dedd32e
Merge remote-tracking branch 'origin/staging' into dallin-bus-1836-move-seed-script-to-ts 2025-09-20 15:15:45 -06:00
dal 9c01bcb37c
seed script and db clean up 2025-09-20 15:15:26 -06:00
Nate Kelley 2f8930e1fb
Merge pull request #1016 from buster-so/devin/BUS-1852-1758322003
fix: Update max decimal places from 10 to 7 in EditDecimals component
2025-09-20 15:14:50 -06:00
Nate Kelley f9bc09368c
Update EditDecimals.tsx 2025-09-20 15:14:39 -06:00
Nate Kelley 6029667bf4
fix dashboard with password 2025-09-20 15:13:52 -06:00
Nate Kelley e5dbf41db5
Update check-collections-containing-asset.ts 2025-09-20 14:39:02 -06:00
Nate Kelley 3cdd0bfa57
reset permission stuff 2025-09-20 14:30:17 -06:00
Nate Kelley 273008adc6
silence error handler 2025-09-20 14:21:18 -06:00
Nate Kelley 3bff20c8e0
must be org member 2025-09-20 14:05:48 -06:00
Nate Kelley f406dd5ca3
permission check update 2025-09-20 13:40:42 -06:00
Nate Kelley 9efdf2c67b
pass through asset check 2025-09-20 13:22:52 -06:00
Nate Kelley 3b2bc471ab
permission helper 2025-09-20 11:05:10 -06:00
Nate Kelley b8d5624304
create a versioned report 2025-09-20 10:37:50 -06:00
Nate Kelley fce52b5b2b
Update report to start supporting a version number 2025-09-20 09:03:54 -06:00
Nate Kelley eaaeca332c
Added more report version number stuff 2025-09-20 08:58:28 -06:00
Nate Kelley f1ea82c730
Added handler around metric 2025-09-20 08:54:32 -06:00
Nate Kelley 0df89c0ba9
Add some additional logs for report 2025-09-20 08:41:08 -06:00
wellsbunk5 18d81fd698
Merge pull request #1015 from buster-so/wells-bus-1848-migrate-the-frontend-to-use-v2-get-dashboards-endpoint
Adding /dashboards/[id] v2 endpoint to frontend
2025-09-19 16:52:41 -06:00
Nate Kelley bb6dc4fb31
update syntax highlight to force string child 2025-09-19 16:50:17 -06:00
Devin AI 07644d62ba fix: Update max decimal places from 10 to 7 in EditDecimals component
- Change max property from 10 to 7 for InputNumber with prefix='Max'
- Addresses ticket BUS-1852 for decimal place input constraints

Ticket: BUS-1852
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-19 22:48:11 +00:00
Wells Bunker 31d5f939e5
Adding /dashboards/[id] v2 endpoint to frontend 2025-09-19 16:48:05 -06:00
Wells Bunker 08c829904c
migrate /metric_file/[id] to be v2 2025-09-19 15:34:19 -06:00
Wells Bunker 731f2d4e64
adding v2 list chats endpoint 2025-09-19 15:22:11 -06:00
wellsbunk5 0aaa53c685
Merge pull request #1009 from buster-so/wells-bus-1841-migrate-get-dashboard-endpoint-to-v2
cleanup duplicate code to shared-helpers for metric_files
2025-09-19 12:37:06 -06:00
Wells Bunker 943f9f4038
fix typo 2025-09-19 12:34:22 -06:00
Wells Bunker c1d770e6a3
cleanup duplicate code to shared-helpers 2025-09-19 12:28:38 -06:00
dal e66e3d729c
Merge pull request #1008 from buster-so/dallin-bus-1844-angel-stored-values-not-synced
BUS-1844: Optimize sync-searchable-values performance
2025-09-19 12:09:16 -06:00
dal d395848b6f
test: fix mock adapter to include getDataSourceType method 2025-09-19 12:05:30 -06:00
dal ab62bd3f20
fix: optimize sync-searchable-values performance with concurrent processing
- Add concurrent embedding generation (5 batches concurrently)
- Add concurrent Turbopuffer upserts (3 batches concurrently)
- Fix dynamic SQL identifier quoting for different databases (Snowflake, PostgreSQL, MySQL, etc.)
- Remove unnecessary ORDER BY clause when joining with cached datasets

These optimizations significantly reduce processing time for large datasets by processing
multiple batches in parallel instead of sequentially.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 11:55:59 -06:00
wellsbunk5 ba93511536
Merge pull request #1007 from buster-so/wells-bus-1841-migrate-get-dashboard-endpoint-to-v2
Migrate dashboards/[id] GET endpoint over to v2
2025-09-19 11:52:08 -06:00
dal 7b01c8ca0c
specails chars and order by. 2025-09-19 11:45:41 -06:00
Wells Bunker 4293093669
Migrate dashboards/[id] GET endpoint over to v2 2025-09-19 11:42:52 -06:00
Nate Kelley a6680a4678
admin footer check 2025-09-19 10:52:09 -06:00
dal 6efa72de40
Merge pull request #1000 from buster-so/dallin-bus-1816-dataset-sample-endpoint-not-working
Update dataset sample handling and add new API routes
2025-09-19 10:42:41 -06:00
Nate Kelley 939012a601
Hot fix: must key items 2025-09-19 10:35:08 -06:00
dal 84314ebc13
fixes for imports 2025-09-19 10:31:46 -06:00
Nate Kelley 59d8aeaf3c
Update skeleton to be more dynamic 2025-09-19 10:27:07 -06:00
Nate Kelley e643c3d496
initialize with content - the editor 2025-09-19 10:21:19 -06:00
dal 101d4902bf
Merge remote-tracking branch 'origin/staging' into dallin-bus-1816-dataset-sample-endpoint-not-working 2025-09-19 10:16:22 -06:00
dal 2df6b234ac
Merge remote-tracking branch 'origin/staging' into dallin-bus-1816-dataset-sample-endpoint-not-working
# Conflicts:
#	packages/access-controls/src/datasets/permissions.ts
2025-09-19 10:16:14 -06:00
Nate Kelley b3b21c65b3
version number query param pass through 2025-09-19 10:09:45 -06:00
dal d6d18f3fca
Update dataset sample handling and add new API routes
- Added new API routes for fetching dataset samples by ID, including validation and error handling.
- Implemented `getDatasetSampleHandler` to manage dataset access and sample query execution.
- Introduced `executeSampleQuery` utility for executing read-only SQL queries with retry logic.
- Created new schemas for dataset sample request and response types.
- Updated existing dataset access control logic to ensure proper permissions are enforced.
- Added tests for the new dataset sample functionality to ensure reliability.
2025-09-19 10:06:03 -06:00
wellsbunk5 feafeb15e1
Merge pull request #993 from buster-so/wells-bus-1825-create-api-endpoint-for-v2-metric_fileid
Adding /metric_file/[id] GET endpoint in v2
2025-09-19 09:01:58 -06:00