Commit Graph

2337 Commits

Author SHA1 Message Date
Nate Kelley 510f007c42
check is fetch, do not just assume 🥴 2025-09-30 11:34:22 -06:00
Nate Kelley 437b71c81c
Merge pull request #1198 from buster-so/big-nate-bus-1756-finalize-suggestion-dropdown
Big nate bus 1756 finalize suggestion dropdown
2025-09-30 11:20:53 -06:00
Nate Kelley eeb4ffe8ba
better queue handling for the confirm modal 2025-09-30 11:18:24 -06:00
Nate Kelley ed80370bc6
Update empty state 2025-09-30 11:10:03 -06:00
Nate Kelley 8e0a1796ce
fix pill options 2025-09-30 11:04:39 -06:00
Nate Kelley 3ebf73e3b4
Merge branch 'staging' into big-nate-bus-1756-finalize-suggestion-dropdown 2025-09-30 11:01:08 -06:00
Nate Kelley 1d988aa087
add a delay duration to popovers 2025-09-30 11:00:13 -06:00
Nate Kelley 17899fb15b
error out for invalid shortcuts 2025-09-30 10:56:27 -06:00
dal 2bf285ab2f
logs-write-back 2025-09-30 10:40:58 -06:00
Nate Kelley 1dcb03b360
update package versions 2025-09-30 09:39:05 -06:00
Nate Kelley 71b795abc1
hover states 2025-09-30 09:25:41 -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
Nate Kelley d0e3b811e5
new shortcut modal update 2025-09-30 07:49:31 -06:00
Nate Kelley 7a5bb35fb1
popover content 2025-09-30 07:26:09 -06:00
Nate Kelley 0a433abe7a
update permission check 2025-09-29 22:18:43 -06:00
Nate Kelley 38a951e276
permission check 2025-09-29 21:57:24 -06:00
Nate Kelley 52641d7b3d
Added query params 2025-09-29 21:41:32 -06:00
Nate Kelley ec63a347c6
stabilize pass up props 2025-09-29 21:21:44 -06:00
Nate Kelley 14ad0f5729
pass mode with onSubmit 2025-09-29 20:39:22 -06:00
Nate Kelley b900700686
Added suggestion trigger 2025-09-29 20:24:58 -06:00
Nate Kelley 1676402541
Added callback for suggestions 2025-09-29 19:58:03 -06:00
Nate Kelley 77847ed4b7
Update BusterChatInputButtons.tsx 2025-09-29 19:48:35 -06:00
Nate Kelley d0db81d359
hide after hidden elements 2025-09-29 19:29:57 -06:00
Nate Kelley 63e281feef
hide based on attribute 2025-09-29 19:09:48 -06:00
Nate Kelley 5cf12e6b3d
Add short modal skeleton 2025-09-29 18:59:49 -06:00
Nate Kelley d9f9f29e62
add icons to suggestions 2025-09-29 18:56:40 -06:00
Nate Kelley fe7d11fb21
check for mention list 2025-09-29 18:50:23 -06:00
Nate Kelley f35506275a
Update seperator to use css 2025-09-29 18:25:27 -06:00
Nate Kelley dfaa3d8c19
has suggestions through hook 2025-09-29 18:16:47 -06:00
Nate Kelley 8864d97d5f
stylize groups 2025-09-29 16:52:29 -06:00
Nate Kelley 5f4f3dcde9
add shadow and z index to list 2025-09-29 16:33:55 -06:00
Nate Kelley f2490ecccd
Add more shortcut options 2025-09-29 15:50:27 -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
Nate Kelley d46383103d
dictation so hot right now 2025-09-29 15:37:50 -06:00
Nate Kelley d5db629b22
add dictation 2025-09-29 15:12:52 -06:00
Nate Kelley 8e1b106d9c
Update BusterChatInputButtons.tsx 2025-09-29 14:52:03 -06:00
Nate Kelley eda759798e
Update AppSegmented.tsx 2025-09-29 14:48:54 -06:00
Nate Kelley dbe8b79ce7
make buttons 2025-09-29 14:26:02 -06:00
Nate Kelley 4215bd2868
Add in a buster chat input 2025-09-29 14:09:13 -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
Nate Kelley 109e2f6398
set empty state 2025-09-29 13:17:32 -06:00
Nate Kelley e6531430f5
input suggestsions classes 2025-09-29 12:41:01 -06:00
Nate Kelley e2a298bf9e
Change component names 2025-09-29 12:26:19 -06:00
Nate Kelley 8f2663c3b2
update classname for input 2025-09-29 11:58:21 -06:00
Nate Kelley 31bb2aa062
Merge branch 'staging' into big-nate-bus-1756-finalize-suggestion-dropdown 2025-09-29 11:55:49 -06:00
Wells Bunker 16892fe64e
adding the public_password field for chats table 2025-09-29 11:48:22 -06:00
Nate Kelley 5055530bdf
pass the select through 2025-09-29 11:47:13 -06:00