dal
e7d9424895
Merge branch 'staging' into devin/BUS-1466-1753084880
2025-07-22 07:52:28 -06:00
dal
a01dfb4456
Merge branch 'staging' into devin/BUS-1465-1753085075
2025-07-22 07:46:36 -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
Devin AI
1820dd6842
Implement consistent email sorting for individual_permissions arrays
...
- Backend: Add itertools imports and case-insensitive email sorting to collections, dashboards, and metrics handlers
- Frontend: Add email sorting to React Query mutation onMutate callbacks for share/unshare operations
- Ensures consistent alphabetical ordering by email across API responses and UI state
- Addresses BUS-1477 requirements for predictable individual_permissions ordering
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-07-22 12:41:40 +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
Devin AI
98926c5109
Fix lint formatting issues in env-utils package
...
- Add trailing newlines to tsconfig.json and biome.json
- Resolves CI lint failures in Build, Lint & Test step
Related to BUS-1477
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-07-21 23:28:24 +00:00
Devin AI
5082831630
Add consistent ordering to individual_permissions queries
...
- Add .order_by(users::email) to individual_permissions_query in dashboard handler
- Add .order_by(users::email) to individual_permissions_query in metrics handler
- Add .order_by(users::email) to individual_permissions_query in collections handler
- Ensures consistent alphabetical ordering by email across all endpoints
Fixes BUS-1477
Co-Authored-By: nate@buster.so <nate@buster.so>
2025-07-21 23:17:59 +00: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
Nate Kelley
f9ef8bd1ec
Merge branch 'staging' into big-nate/bus-1376-make-streaming-individual-words-use-the-streaming-affect
2025-07-21 14:48:55 -06:00
Nate Kelley
9d6d613334
markdown smoother stream
2025-07-21 14:43:06 -06:00
Nate Kelley
a569460d17
update folder locatoins for components
2025-07-21 13:03:02 -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
Nate Kelley
06492d0a9d
update imports for streamable markdown
2025-07-21 12:38:14 -06:00
Nate Kelley
ec977bf538
blur in animations are complete
2025-07-21 12:36:05 -06:00
dal
cee4483751
message post processing bugfix no longer loading duplicate conversation history
2025-07-21 12:34:34 -06:00
Devin AI
535af8d902
feat: update bash_execute tool to use SandboxContext and add TypeScript script generation
...
- Update runtime context to use RuntimeContext<SandboxContext>
- Add sandbox execution with TypeScript code generation
- Maintain fallback to local execution
- Follow established pattern from read-files toolset
- Fix test file syntax and add comprehensive test coverage
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-21 18:24:49 +00:00
Nate Kelley
a2ae1b8b38
update animation lifecycle
2025-07-21 12:21:07 -06:00
Devin AI
5ca93b6de5
revert: remove Rust implementation, keep TypeScript-only idle tool
...
- Remove idle.rs file completely
- Revert all agent mode files to remove Idle tool integration
- Revert mod.rs to remove idle module
- Keep TypeScript implementation in packages/ai:
- idle-tool.ts
- index.ts export
- analyst-agent.ts integration
Addresses user feedback to implement idle tool only in TypeScript packages/ai
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-21 18:09:19 +00:00
Devin AI
8031790f33
fix: update grep_search to use SandboxContext runtime context
...
- Replace AnalystRuntimeContext with SandboxContext in all function signatures
- Align with read-files and edit-files tools runtime context pattern
- Maintain existing grep execution logic using direct Node.js approach
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-21 18:08:44 +00: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
Nate Kelley
d437535d50
update to streaming
2025-07-21 11:34:27 -06:00