Nate Kelley
906986b51e
Update inlcude
2025-07-12 23:46:09 -06:00
Nate Kelley
e46d2cbc43
update settings
2025-07-12 23:40:41 -06:00
Nate Kelley
1718dccf2c
create workspace
2025-07-12 23:34:08 -06:00
Nate Kelley
963bf6b2f2
fix all of the bugs
2025-07-12 22:14:08 -06:00
Nate Kelley
4a1c4f73f0
Merge pull request #491 from buster-so/big-nate/bus-1355-make-it-so-regular-users-can-invite-others
...
Big nate/bus 1355 make it so regular users can invite others
2025-07-12 16:36:13 -06:00
Nate Kelley
4810daef9f
Update packages/server-shared/src/type-utilities/index.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-12 16:33:53 -06:00
Nate Kelley
4197cf799e
Update packages/database/src/connection.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-12 16:33:33 -06:00
Nate Kelley
708c649ded
Merge branch 'big-nate/bus-1355-make-it-so-regular-users-can-invite-others' of https://github.com/buster-so/buster into big-nate/bus-1355-make-it-so-regular-users-can-invite-others
2025-07-12 16:32:50 -06:00
Nate Kelley
5448af614a
lint fixes 👀
2025-07-12 16:32:47 -06:00
Nate Kelley
139a0f52c9
organization camelcase update
2025-07-12 16:31:35 -06:00
Nate Kelley
0555369e95
organization camelcase update
2025-07-12 16:28:17 -06:00
Nate Kelley
00c7a3d13e
Merge branch 'staging' into big-nate/bus-1355-make-it-so-regular-users-can-invite-others
2025-07-12 16:25:52 -06:00
Nate Kelley
daf193088f
invite people restriction
2025-07-12 16:24:14 -06:00
Nate Kelley
aeaf7dbb57
type updates
2025-07-12 16:19:08 -06:00
Nate Kelley
2c2bf74475
Add prebuild script to server-shared
2025-07-12 16:07:55 -06:00
Nate Kelley
d8e0146978
create a db utilities
2025-07-12 15:48:42 -06:00
dal
9bd4b49dfe
Merge remote-tracking branch 'origin/main' into staging
2025-07-11 16:52:19 -06:00
dal
ad1dda4fa4
build fix
2025-07-11 16:51:59 -06:00
dal
6c58f330f8
slack events endpoint hotfix
2025-07-11 16:49:18 -06:00
dal
e64aad7063
Merge pull request #489 from buster-so/staging
...
Release
2025-07-11 15:44:00 -07:00
Nate Kelley
9de6e8227e
Merge branch 'staging' into big-nate/bus-1355-make-it-so-regular-users-can-invite-others
2025-07-11 16:30:59 -06:00
Nate Kelley
51f93a4a39
Merge pull request #488 from buster-so/big-nate/bus-1362-dashboards-not-opening-as-expected-when-opening-a-chat
...
Update aria accesiblity controls
2025-07-11 16:18:50 -06:00
Nate Kelley
9f44595712
Update aria accesiblity controls
2025-07-11 16:18:31 -06:00
Nate Kelley
07fbd77411
Merge pull request #487 from buster-so/big-nate/bus-1362-dashboards-not-opening-as-expected-when-opening-a-chat
...
Big nate/bus 1362 dashboards not opening as expected when opening a chat
2025-07-11 16:15:40 -06:00
Nate Kelley
c2dee1e5be
update display name
2025-07-11 16:14:59 -06:00
Nate Kelley
f41f16c108
update mountained status
2025-07-11 16:10:27 -06:00
dal
fc2a50c31e
Merge pull request #486 from buster-so/dallin/bus-1360-slack-button-still-has-alert
...
Add events endpoint for Slack webhooks without authentication
2025-07-11 14:48:49 -07:00
dal
1580bbb711
Add events endpoint for Slack webhooks without authentication
2025-07-11 15:48:20 -06:00
dal
59f850e792
Merge pull request #485 from buster-so/dallin/bus-1366-5k-records-returned-notification
...
add has_more_records to the server shared type
2025-07-11 14:39:27 -07:00
dal
10431a81d3
add has_more_records to the server shared type
2025-07-11 15:30:53 -06:00
dal
7277e45235
Merge pull request #483 from buster-so/dallin/bus-1365-make-queries-in-snowflake-between-agent-and-fetching-data
...
Dallin/bus-1365-make-queries-in-snowflake-between-agent-and-fetching-data
2025-07-11 14:28:17 -07:00
dal
550aba77e6
execute sql fixes
2025-07-11 15:28:01 -06:00
dal
e0aa426341
get_metric_data hotfix
2025-07-11 15:24:14 -06:00
Nate Kelley
f7a7ab7e7a
cookie state update
2025-07-11 15:16:40 -06:00
dal
63866e813e
Merge pull request #484 from buster-so/cursor/update-api-routes-to-metric-files-e8c7
...
Update API routes to metric_files
2025-07-11 14:01:12 -07:00
dal
7fe7ecb00b
Refactor SQL execution logic to limit results at the adapter level instead of modifying SQL queries. Removed the wrapQueryWithLimit function and updated related code to enhance performance and preserve caching in Snowflake. Updated documentation to reflect changes in query handling.
2025-07-11 14:54:34 -06:00
Cursor Agent
8b34fd153a
Update route path for metric files to use 'metrics' instead of 'metric_files'
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-11 20:53:51 +00:00
Cursor Agent
2fca16e7b4
Update metric routes from metric_files to metrics
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-11 20:52:29 +00:00
dal
11cc21ee36
Merge pull request #482 from buster-so/cursor/add-has-more-records-flag-9bd6
...
Add has more records flag
2025-07-11 13:52:16 -07:00
Cursor Agent
99b27bc87a
Checkpoint before follow-up message
2025-07-11 20:50:04 +00:00
dal
f5b911cd12
Update apps/api/libs/handlers/src/metrics/get_metric_data_handler.rs
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-11 13:47:31 -07:00
Nate Kelley
90a11d5fd8
pass through a wrapper component
2025-07-11 14:46:10 -06:00
Cursor Agent
75cdd858ab
Add pagination support for metric data query with has_more_records flag
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-11 20:39:13 +00:00
dal
c0a89f5330
Merge pull request #481 from buster-so/dallin/bus-1328-ability-to-kill-a-chat-while-running-stop-button
...
Add '@buster/ai' dependency and enhance chat cancellation logic
2025-07-11 08:52:38 -07:00
dal
a36bba3b40
Add '@buster/ai' dependency and enhance chat cancellation logic
...
- Added '@buster/ai' as a workspace dependency in pnpm-lock.yaml and package.json.
- Updated database-migrations.yml to trigger on changes in the database package.
- Refined the cancelChatHandler function to include detailed message cleanup and trigger cancellation logic.
- Improved response handling in the chat cancellation endpoint to return a success message.
- Enhanced updateMessageFields to support marking messages as completed.
2025-07-11 09:51:51 -06:00
dal
e81ecf069b
Merge pull request #480 from buster-so/staging
...
Release
2025-07-10 15:38:31 -07:00
dal
87f3853ce8
stubbed out the cancel endpoint and added the trigger run col
2025-07-10 16:26:30 -06:00
Nate Kelley
e7cfafa95e
Update pooler
2025-07-10 16:06:13 -06:00
Nate Kelley
e5eff7d9ec
panel options update
2025-07-10 15:50:56 -06:00
dal
de959ea090
Merge pull request #479 from buster-so/dallin/bus-1345-figure-out-why-snowflake-is-so-delayed-here
...
Dallin/bus-1345-figure-out-why-snowflake-is-so-delayed-here
2025-07-10 14:42:30 -07:00