Wells Bunker
e94142a582
fix typo
2025-09-30 12:22:46 -06:00
Wells Bunker
677e749a57
speed up by making the ancestor search more efficient and adding indexes
2025-09-30 12:17:04 -06:00
dal
7c8d19c20c
Merge pull request #1214 from buster-so/dallin-bus-1982-snowflake-writeback
...
dallin bus 1982 snowflake writeback
2025-09-30 11:01:03 -06:00
dal
c30a04b1d1
Merge remote-tracking branch 'origin/staging' into dallin-bus-1982-snowflake-writeback
2025-09-30 10:13:08 -06:00
Wells Bunker
92b6eb2eca
Merge branch 'staging' of https://github.com/buster-so/buster into wells-bus-2002-speed-up-search-endpoint
2025-09-30 10:05:18 -06:00
dal
1cb95ce895
fix: streaming
2025-09-30 09:44:00 -06:00
Wells Bunker
13115cba4e
Speeding up search by improving pagination approach
2025-09-30 09:41:27 -06:00
dal
6b86f561aa
get rid of migration
2025-09-30 08:29:59 -06:00
dal
48a2539271
feature: snowflake and postgres writeback
2025-09-30 08:28:33 -06:00
Wells Bunker
9fabaabc19
Merge branch 'staging' of https://github.com/buster-so/buster into wells-bus-1992-migrate-sharing-for-metrics-dashboards-and-chats
2025-09-29 15:42:03 -06:00
Wells Bunker
344ff937fe
migrate the /sharing endpoints to be v2
2025-09-29 15:40:31 -06:00
dal
16b6cc1e80
Merge remote-tracking branch 'origin/staging' into dallin-bus-1982-snowflake-writeback
2025-09-29 14:01:00 -06:00
dal
629e0336c7
Implement logs writeback functionality across various components
...
- Enhanced deployment request preparation to include logs configuration.
- Introduced logs writeback configuration management in the database layer.
- Added new queries for upserting and deleting logs writeback configurations.
- Implemented logs writeback task to write query logs to Snowflake.
- Updated data source adapters to support logs table creation and record insertion.
- Integrated logs writeback task trigger in message post-processing workflow.
- Defined schemas for logs configuration and writeback records in shared packages.
This commit lays the groundwork for improved logging capabilities, allowing organizations to track query logs effectively.
2025-09-29 14:00:54 -06:00
dal
46e1956b07
fix turbo job on migrate to not need start
2025-09-29 13:43:19 -06:00
Wells Bunker
16892fe64e
adding the public_password field for chats table
2025-09-29 11:48:22 -06:00
Wells Bunker
09030d5d2b
migrating /chats/[id] GET endpoint to v2
2025-09-29 11:02:56 -06:00
dal
1f45f91412
update report race condition
2025-09-26 14:33:51 -06:00
dal
e35bfbe9ae
Merge remote-tracking branch 'origin/staging' into report-sequential-writes
2025-09-26 13:47:12 -06:00
dal
83e7076479
report tooling
2025-09-26 13:29:24 -06:00
dal
0b17429e10
streaming fix - need to wait for pending updates
2025-09-26 12:59:48 -06:00
dal
f0686fa54e
Merge pull request #1169 from buster-so/dallin-bus-1938-report-needs-to-cascade-up-if-metric-modified
...
sql dialect and tool deltas
2025-09-26 10:41:42 -06:00
dal
07befc89a6
index eexport
2025-09-26 10:33:07 -06:00
dal
6fafd732be
expot
2025-09-26 10:32:06 -06:00
dal
c427f5ae78
get asset latest version
2025-09-26 10:31:42 -06:00
dal
6d6c531d5c
fix most recent version on the chat
2025-09-26 10:15:52 -06:00
dal
d7eab3023c
lint fixes
2025-09-26 10:06:14 -06:00
dal
de01a39c5c
feat: add memory optimization for AI tools and LRU cache
...
- Add cleanupState helper to clear tool state after execution
- Update all tool execute functions to clean up state after completion
- Reduce LRU cache from 500 to 10 entries (90% memory reduction)
- Extend cache TTL to 20 minutes for long-running streams
- Prevent memory leaks during 15-minute streaming sessions
This significantly reduces memory usage during long AI streaming sessions
by ensuring tool states are cleared after execution and limiting cache size.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 10:02:49 -06:00
dal
c0ca22ad8c
Merge remote-tracking branch 'origin/staging' into dallin-bus-1937-the-createmetrics-and-createreports-tool-calls-are-in-an
2025-09-25 18:38:52 -06:00
dal
8f314268e3
fixed the streaming loading infinite state
2025-09-25 18:38:46 -06:00
Wells Bunker
2d2a0f1476
adding metrics to reports/[id] endpoint
2025-09-25 12:46:39 -06:00
Wells Bunker
7bcae1e5d5
migrate /chats to use the v2 endpoint from the frontend
2025-09-25 11:44:35 -06:00
Nate Kelley
113da029fe
Merge branch 'wells-bus-1945-search-endpoint-should-include-updated-at' into big-nate-bus-1935-copying-project-ids-from-buster-reports-results-in-empty
2025-09-25 10:28:56 -06:00
Nate Kelley
9b35106a71
switch search endpoint
2025-09-25 10:28:10 -06:00
Wells Bunker
2960aa58bb
adding updatedAt to the search endpoint
2025-09-25 10:26:26 -06:00
dal
2a8923374a
version on report file cache
2025-09-24 16:09:06 -06:00
Wells Bunker
5c9d47a082
Get correct permission for report_file
2025-09-24 14:32:50 -06:00
Wells Bunker
68043841b3
tests
2025-09-24 13:42:45 -06:00
Wells Bunker
9927808704
check for public permissions on any check
2025-09-24 13:17:08 -06:00
dal
77f6b41331
Merge pull request #1085 from buster-so/dallin-bus-1898-metric-download-endpoint-should-accept-report-id
...
dallin bus 1898 metric download endpoint should accept report id
2025-09-23 15:27:36 -06:00
dal
edd1de9f34
metric download query params for report_file_id and metric_version_number
2025-09-23 15:13:38 -06:00
Wells Bunker
2b6cdbe476
Fix the url builder for slack messages to have correct route
2025-09-23 14:29:57 -06:00
Wells Bunker
9d01603aca
Searchs messages and report content now
2025-09-22 17:21:04 -06:00
Wells Bunker
1646e37540
Fix metric_file permissions not cascading from report_files
2025-09-22 13:40:46 -06:00
dal
0cc6fb04b0
merge staging
2025-09-22 09:02:46 -06:00
dal
1adad1b6e9
ssl through url
2025-09-22 09:01:09 -06:00
dal
e68032ab8d
lint errors
2025-09-22 08:59:25 -06:00
dal
e63fd79df5
database ssl connection fix
2025-09-22 08:32:06 -06:00
dal
0e2ac5c9d1
change ssl one more time
2025-09-20 16:28:31 -06:00
dal
f81a524279
make test more stable and add ssl requirement on migration
2025-09-20 16:24:39 -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