Commit Graph

4421 Commits

Author SHA1 Message Date
Devin AI 0ff33d8b5c fix: resolve TypeScript compilation issues in trigger app
- Remove invalid status values 'REATTEMPTING' and 'INTERRUPTED' that don't exist in enum
- Fix unintentional comparison errors causing CI build failures
- These were pre-existing issues from trigger dependency updates commit

Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-22 15:08:55 +00:00
Devin AI dc25cea204 feat: Add CSV and PNG export options to dashboard three-dot menu
- Add useDownloadDashboardCSVSelectMenu hook for CSV export of dashboard metrics metadata
- Add useDownloadDashboardPNGSelectMenu hook for PNG export of dashboard content
- Export options available to all users with CanView permission (including public viewers)
- Follow same pattern as metric export functionality for consistency

Fixes BUS-1481

Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-22 14:48:13 +00:00
dal 8bfb6ff79b
trigger dependency updates 2025-07-22 08:39:00 -06:00
dal 6d4ce7ece5
Merge pull request #593 from buster-so/devin/1753191156-remove-custom-connect-timeout
Remove custom connect_timeout parameter from Redshift connection
2025-07-22 07:44:41 -06:00
Devin AI 64af03809c Remove custom connect_timeout parameter from Redshift connection
- Remove custom .options([("connect_timeout", "120")]) parameter
- Keep existing .acquire_timeout(Duration::from_secs(120)) which uses proper SDK methods
- This allows the SDK to handle connection timeouts using its default mechanisms

Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-22 13:34:33 +00:00
dal 815d2bc417
Merge pull request #592 from buster-so/dallin/bus-1473-slack-bot-in-staging-isnt-including-the-buttonurl 2025-07-21 17:45:08 -06:00
dal 9b9914cd70
build fixes 2025-07-21 17:38:37 -06:00
dal cb3dd968e3
slack markdown fixes 2025-07-21 17:35:58 -06:00
dal f3ad4c6267
slack markdown fixes 2025-07-21 17:35:51 -06:00
dal a7e023ff6f
Merge pull request #588 from buster-so/dallin/bus-1474-investigate-redshift-connection-timeout-issues-with
increase timeouts and a few lint fixes
2025-07-21 16:39:40 -06:00
dal c66c8b910b
here we go agian 2025-07-21 16:38:58 -06:00
dal 0f0c733567
boom frozen 2025-07-21 16:34:33 -06:00
dal cf2ec2b02a
please 2025-07-21 16:27:15 -06:00
dal d53826a2f1
typescript 2025-07-21 16:14:00 -06:00
Nate Kelley 0eaeb3f12f
Merge pull request #589 from buster-so/cursor/centralize-environment-variables-with-turbo-1ef2
Cursor/centralize environment variables with turbo 1ef2
2025-07-21 16:11:43 -06:00
Nate Kelley 1458d02857
Merge branch 'staging' into cursor/centralize-environment-variables-with-turbo-1ef2 2025-07-21 16:11:26 -06:00
dal 1fa75800fc
unknwon fix and build error 2025-07-21 16:09:39 -06:00
Nate Kelley 8ee892bf2a
Use tsx and .ts files for validation 2025-07-21 16:07:14 -06:00
dal 58eb9e8234
no frozen lockfile 2025-07-21 16:04:00 -06:00
Nate Kelley 3f8b05182d
update server to use tsx 2025-07-21 16:03:02 -06:00
Nate Kelley 4418f4991b
use a shared env validation method 2025-07-21 16:00:10 -06:00
dal 95f4f52372
changes for ci/cd with the sandbox code 2025-07-21 15:54:19 -06:00
dal d1ab09999f
update so rust build works 2025-07-21 15:46:43 -06:00
Nate Kelley d141cc5987
Merge pull request #562 from buster-so/devin/BUS-1447-1752896644
feat(BUS-1447): Add hook to track new message insertions from external sources
2025-07-21 15:45:18 -06:00
Nate Kelley bebdcdc347
Update list invlidation logic 2025-07-21 15:44:08 -06:00
Nate Kelley 4460e4934b
Merge branch 'staging' into devin/BUS-1447-1752896644 2025-07-21 15:40:34 -06:00
dal 64992930a4
increase timeouts and a few lint fixes 2025-07-21 15:39:27 -06:00
Nate Kelley f4b24500e1
check for new chats update 2025-07-21 15:39:14 -06:00
dal 0feb690bbe
try again 2025-07-21 15:19:38 -06:00
Cursor Agent c1c7b37942 Add centralized environment variable management with env-utils package
Co-authored-by: natemkelley <natemkelley@gmail.com>
2025-07-21 21:14:50 +00:00
Nate Kelley c60ca104ca
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-07-21 15:08:31 -06:00
Nate Kelley 04b70f56a3
Update turbo.json 2025-07-21 15:08:29 -06:00
dal ae96e2f8b1
docker file stuff 2025-07-21 15:05:33 -06:00
Nate Kelley 20898b7713
buster workspace needs sandbox 2025-07-21 15:00:07 -06:00
dal ecd9902e46
Merge pull request #587 from buster-so/dallin/bus-1469-getting-errors-for-flagging-assumptions-in-production
message post processing bugfix no longer loading duplicate conversation history
2025-07-21 12:51:02 -06:00
dal 3991eccf5c
Merge remote-tracking branch 'origin/staging' into dallin/bus-1469-getting-errors-for-flagging-assumptions-in-production 2025-07-21 12:41:14 -06:00
dal cee4483751
message post processing bugfix no longer loading duplicate conversation history 2025-07-21 12:34:34 -06:00
dal 2307ad21df
Merge pull request #582 from buster-so/devin/BUS-1464-1753084631
feat: implement delete_files tool for file deletion operations
2025-07-21 12:06:45 -06:00
dal 8bb4e4ad8e
optimize dataset caching 2025-07-21 10:55:50 -06:00
dal 4dd59a299d
trim out random period message 2025-07-21 10:17:12 -06:00
dal 215bca7db4
increase concurrency on turb.json? 2025-07-21 10:09:26 -06:00
dal 9656c3670e
Merge remote-tracking branch 'origin/staging' into dallin/bus-1469-getting-errors-for-flagging-assumptions-in-production 2025-07-21 10:02:00 -06:00
dal a3a5c39df9
reorganized system messages and added cache controls to the identify assuptinos and flag-chats 2025-07-21 10:01:40 -06:00
dal d80c44d5ca
Merge pull request #585 from buster-so/jacob-assumption-changes-v2
Fixed some assumption logic
2025-07-21 09:59:48 -06:00
jacob-buster e08117f03b Fixed some assumption logic 2025-07-21 09:51:54 -06:00
dal 2f7cfd1779
initial summary and such should only go when not a slack follow up 2025-07-21 09:26:18 -06:00
Nate Kelley a8c18844ee
fix broken avatar colors 2025-07-21 08:32:39 -06:00
Devin AI 1e60ccf010 feat: implement delete_files tool for file deletion operations
- Add delete-files-tool with sandbox and local execution support
- Support bulk operations with individual success/failure tracking
- Follow established file tools patterns and error handling
- Include comprehensive unit tests with mocking
- Export tool in main index for accessibility

Implements BUS-1464

Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-21 08:03:21 +00:00
dal 951e142c6f
Merge pull request #578 from buster-so/dallin/build-lint-unit-tests-ci-cd
Dallin/build lint unit tests ci cd
2025-07-21 01:54:12 -06:00
dal 254e7fc462
default db conn to local when none present 2025-07-21 01:51:33 -06:00