Commit Graph

6167 Commits

Author SHA1 Message Date
dal 2e3fdc9a59
.txt files 2025-09-10 12:35:14 -06:00
dal 31fb2e54ae
add braintrust logger for server 2025-09-10 12:09:44 -06:00
Wells Bunker 301a671d6b
fix tests 2025-09-10 11:20:36 -06:00
dal 37ef822969
revert cli release 2025-09-10 11:03:03 -06:00
dal 85f35ccf8d
fix test 2025-09-10 11:03:03 -06:00
dal da4b5c0b3a
CLI Release fix 2025-09-10 11:03:03 -06:00
dal 15477b34d0
cli release fix 2025-09-10 11:03:03 -06:00
Nate Kelley 8c9dcc33ef
Update toggle node 2025-09-10 11:03:03 -06:00
Nate Kelley de46e24006
Update BlockDraggable.tsx 2025-09-10 11:03:02 -06:00
Nate Kelley e888f4a114
align grip handles 2025-09-10 11:03:02 -06:00
dal 6c5a733fd7
fix: Configure Trigger.dev to handle @duckdb/node-api native bindings
- Add @duckdb/node-bindings as explicit dependency
- Mark all DuckDB native binding packages as external in build config
- This ensures native modules are available at runtime without bundling
2025-09-10 11:03:02 -06:00
dal adaab8131b
shake up trigger and search dependencies to work now 2025-09-10 11:03:01 -06:00
dal 1fd9155dce
medium 1x upgrade 2025-09-10 11:03:01 -06:00
Nate Kelley 2c39af58ad
caption update 2025-09-10 11:03:01 -06:00
Nate Kelley 598f74fa2b
Do not bubble up legend click 2025-09-10 11:03:01 -06:00
Nate Kelley 5bd405ff2b
update styling for selected metric 2025-09-10 11:03:01 -06:00
Nate Kelley 0c8493660a
Update labels and toolbar 2025-09-10 11:03:00 -06:00
Devin AI 68a0416bda
Fix child detection logic inconsistency
- Align useEffect logic with existing hasContent logic
- Both now use child.text instead of child.text.trim().length > 0
- Addresses greptile-apps bot comment about inconsistent behavior

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 11:03:00 -06:00
Devin AI ac2d945c27
BUS-1701: Add auto-insert blank paragraph when toggle expanded with no children
- Enhanced ToggleElement component to detect transition from closed to open state
- Added useEffect to watch open state changes with useRef to track previous state
- Check for meaningful children (block children or non-empty text)
- Use editor.api.findPath and editor.tf.insertNodes to insert blank paragraph
- Automatically positions cursor in newly inserted paragraph for immediate editing
- Preserves all existing toggle functionality and render logic

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 11:03:00 -06:00
Nate Kelley 453ac28759
Update toggle-base-kit.tsx 2025-09-10 11:03:00 -06:00
Nate Kelley 345e552560
Update ToggleNode.tsx 2025-09-10 11:03:00 -06:00
Devin AI 05b213a124
Add heading placeholders for h1-h6 in BlockPlaceholderPlugin
- Add placeholder text 'Heading 1' through 'Heading 6' for empty heading components
- Uses existing KEYS constants and placeholder system
- Addresses BUS-1700 ticket requirements

Co-Authored-By: nate@buster.so <nate@buster.so>
2025-09-10 11:02:59 -06:00
Nate Kelley 8729374d70
Add a placeholder for toggle 2025-09-10 11:02:59 -06:00
Nate Kelley 68eaacea67
Update toggle kit 2025-09-10 11:02:59 -06:00
Nate Kelley 3b90c44ecc
Insert link component 2025-09-10 11:02:59 -06:00
Nate Kelley aa13498886
Update LinkFloatingToolbar.tsx 2025-09-10 11:02:58 -06:00
Nate Kelley 4b3ee3666f
Update LinkFloatingToolbar.tsx 2025-09-10 11:02:58 -06:00
Nate Kelley 3fc6066b1d
float toolbars 2025-09-10 11:02:58 -06:00
Nate Kelley 635687c67d
Added some extra popover dropdwon 2025-09-10 11:02:58 -06:00
Nate Kelley c0592513a9
Update tables 2025-09-10 11:02:58 -06:00
Nate Kelley 505b9a98c6
Update toolbar to handle different shades 2025-09-10 11:02:57 -06:00
Nate Kelley 5ba8e6d868
Fix toolbar buttons 2025-09-10 11:02:57 -06:00
Wells Bunker d9a5023595
pr changes 2025-09-10 11:01:26 -06:00
Wells Bunker 8f4daaa3e6
Adding api, ai task, and database adjustments for user suggested prompts 2025-09-09 18:09:41 -06:00
Nate Kelley 2ccf56f35a
Merge pull request #827 from buster-so/nate/create-popover-options
Create additional popover options
2025-09-09 16:11:30 -06:00
Nate Kelley 2ec6d86dba
Create additional popover options 2025-09-09 16:11:07 -06:00
Nate Kelley f0ba7a662e
Trigger prod build 2025-09-09 16:04:57 -06:00
Nate Kelley f19d02f097
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-09 15:46:53 -06:00
Nate Kelley c8215b057e
Change rounding 2025-09-09 15:46:51 -06:00
dal a8dfa88871
get rid of setup-db and usage in command 2025-09-09 15:25:49 -06:00
Nate Kelley 52003f5e69
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-09 15:10:20 -06:00
Nate Kelley 3fd9675f66
update yaml for prod deploys 2025-09-09 15:10:18 -06:00
dal f192559946
cli release fix for bun bundler 2025-09-09 15:00:18 -06:00
Nate Kelley a75d20e293
Merge pull request #817 from buster-so/devin/BUS-1681-1757438837
Add slash command trigger to AddNewBlockButton (BUS-1681)
2025-09-09 14:56:32 -06:00
Nate Kelley deab17ff37
Update setup workers 2025-09-09 14:53:09 -06:00
dal af4e759807
Merge pull request #824 from buster-so/staging
anthorpic million token beta with cli release fix
2025-09-09 14:43:00 -06:00
Nate Kelley 0d027823cb
update packages 2025-09-09 14:42:44 -06:00
dal 22093c21f0
anthorpic million token beta with cli release fix 2025-09-09 14:42:17 -06:00
dal 779301e333
Merge pull request #823 from buster-so/staging
switch antrhopic and bedrock
2025-09-09 14:23:04 -06:00
dal 4eca287677
switch antrhopic and bedrock 2025-09-09 14:22:44 -06:00