dal
1344bfceba
Add Slack notification handling logic in message post-processing task
...
- Implemented tests for Slack notification skip logic based on issue and assumption conditions.
- Updated the main task to skip notifications when no issues are found and no major assumptions exist.
- Enhanced workflow to handle undefined `isSlackFollowUp` correctly, ensuring proper message formatting and notification sending.
2025-09-09 09:22:14 -06:00
Nate Kelley
84245ee266
use mac hot keys
2025-09-09 09:20:00 -06:00
Nate Kelley
9f68517b1b
Create editor global context
2025-09-09 09:14:25 -06:00
Nate Kelley
2f8e70aaec
add undo redo
2025-09-09 09:08:21 -06:00
dal
bd533ae3f9
Resolve pnpm lock
2025-09-09 07:26:10 -06:00
dal
734c5bbf31
Merge remote-tracking branch 'origin/staging' into move-search-to-turbo-puffer
2025-09-09 00:34:16 -06:00
dal
27854e121f
Merge remote-tracking branch 'origin/staging' into dallin-bus-1694-applying-an-analystmd-to-analyst-agent
2025-09-09 00:32:59 -06:00
dal
ef41516325
Implement unified deployment for models and docs
...
- Added new deployment functionality to handle both models and documentation in a single request.
- Introduced new schemas for unified deployment requests and responses using Zod.
- Updated deployment handlers to process and validate models and docs together.
- Enhanced logging to provide detailed information about deleted models and docs during deployment.
- Refactored existing code to integrate the new deployment structure, ensuring backward compatibility with previous functionalities.
2025-09-09 00:32:48 -06:00
Nate Kelley
350b1eade9
Updated metric icon
2025-09-08 22:37:35 -06:00
Nate Kelley
fd4681036b
Rename is updated
2025-09-08 22:28:41 -06:00
Nate Kelley
2e44e5b4da
fix edit
2025-09-08 22:24:27 -06:00
Nate Kelley
38e836cd8a
Update CodeBlockNode.tsx
2025-09-08 22:16:01 -06:00
Nate Kelley
2b7b92b07f
Merge pull request #804 from buster-so/cursor/style-report-callout-card-and-add-copy-button-6fbe
...
Style report callout card and add copy button
2025-09-08 22:12:10 -06:00
Nate Kelley
075d1d9e82
Added report editor styles
2025-09-08 22:10:08 -06:00
Nate Kelley
6e908ad2d4
Merge branch 'staging' into cursor/style-report-callout-card-and-add-copy-button-6fbe
2025-09-08 20:34:48 -06:00
Nate Kelley
667cbfab7d
Create healthcheck.tsx
2025-09-08 17:09:42 -06:00
Nate Kelley
9f17e2a140
Add healthcheck page
2025-09-08 16:11:13 -06:00
Nate Kelley
19204ab801
add more logs
2025-09-08 15:57:09 -06:00
Nate Kelley
2a15176a20
Update getSupabaseSession.ts
2025-09-08 15:53:23 -06:00
dal
d17c21b2b7
Add docs API endpoints and database schema
...
- Introduced new API routes for managing documents, including listing, creating, updating, and deleting documents.
- Implemented database queries for document operations.
- Added validation schemas for request and response types using Zod.
- Updated the database schema to include a 'docs' table with necessary constraints.
- Integrated the new docs functionality into the server and shared packages.
2025-09-08 15:48:17 -06:00
Nate Kelley
d9596fc4cd
Merge pull request #809 from buster-so/big-nate-bus-1668-report-card-code-block-2
...
Big nate bus 1668 report card code block 2
2025-09-08 15:42:27 -06:00
Nate Kelley
959179fca4
logs a few more things for layout
2025-09-08 15:41:43 -06:00
Nate Kelley
2d0d5a4999
Merge branch 'staging' into big-nate-bus-1668-report-card-code-block
2025-09-08 15:31:42 -06:00
Nate Kelley
3d288d93fa
Added code fonts
2025-09-08 15:31:38 -06:00
Nate Kelley
403e15cb81
Update build and logout
2025-09-08 15:28:35 -06:00
dal
cae94ae56a
database now has docs table
2025-09-08 14:44:25 -06:00
Nate Kelley
e0b3355535
Merge pull request #801 from buster-so/devin/BUS-1679-1757108845
...
Implement BlockContextMenu reordering and updates for BUS-1679
2025-09-08 14:16:57 -06:00
Nate Kelley
73d3bdc94d
Merge branch 'staging' into devin/BUS-1679-1757108845
2025-09-08 14:09:50 -06:00
Nate Kelley
d140a8f8d2
Merge pull request #800 from buster-so/devin/BUS-1671-1757108945
...
fix: remove italic styling from blockquote elements (BUS-1671)
2025-09-08 14:09:14 -06:00
Nate Kelley
22e2bd1154
Merge branch 'staging' into devin/BUS-1671-1757108945
2025-09-08 14:08:42 -06:00
Nate Kelley
293cf56aa7
Merge pull request #799 from buster-so/devin/BUS-1687-1757108920
...
feat: only show column borders when parent column group is selected
2025-09-08 14:08:28 -06:00
Nate Kelley
cd98ead667
update column node borders
2025-09-08 14:05:56 -06:00
Nate Kelley
e998a8196d
Update ColumnNode.tsx
2025-09-08 13:58:13 -06:00
Nate Kelley
f631f5e1cd
Update slashnode
2025-09-08 13:36:31 -06:00
Nate Kelley
9aa82d2f2f
Merge branch 'staging' into devin/BUS-1687-1757108920
2025-09-08 13:28:23 -06:00
Nate Kelley
443cee3cc5
Merge pull request #802 from buster-so/devin/BUS-1675-1757108970
...
Replace WandSparkle with PenSparkle icon throughout frontend (BUS-1675)
2025-09-08 13:28:06 -06:00
Nate Kelley
1dd7df6497
update imports
2025-09-08 13:27:45 -06:00
Nate Kelley
26b03111ca
Merge branch 'staging' into devin/BUS-1675-1757108970
2025-09-08 13:18:09 -06:00
Nate Kelley
1509fc2f39
Merge branch 'staging' into devin/BUS-1679-1757108845
2025-09-08 13:18:03 -06:00
Nate Kelley
cccab56aaa
Merge branch 'staging' into devin/BUS-1671-1757108945
2025-09-08 13:17:57 -06:00
Nate Kelley
3b3ad90eb2
Merge branch 'staging' into devin/BUS-1687-1757108920
2025-09-08 13:17:49 -06:00
Nate Kelley
80ae73bd63
Merge pull request #798 from buster-so/devin/BUS-1682-1757108990
...
Add Filter placeholder to slash command input (BUS-1682)
2025-09-08 12:37:50 -06:00
Nate Kelley
f737c3c868
slash command
2025-09-08 12:37:14 -06:00
Nate Kelley
951a6d0d95
Animate the change
2025-09-08 12:01:22 -06:00
Nate Kelley
2006a9c76b
Merge branch 'staging' into devin/BUS-1682-1757108990
2025-09-08 11:38:33 -06:00
Nate Kelley
6f9c6b114b
Merge pull request #797 from buster-so/devin/BUS-1678-1757108795
...
Update metric three dot menu labels and icons (BUS-1678)
2025-09-08 11:37:46 -06:00
Nate Kelley
e778f8b5e5
update dropdown
2025-09-08 11:37:11 -06:00
Nate Kelley
2d19dfc73e
Merge branch 'staging' into devin/BUS-1678-1757108795
2025-09-08 11:27:42 -06:00
Nate Kelley
7213c173dd
Merge pull request #796 from buster-so/devin/BUS-1670-1757108651
...
Fix auto-scroll during drag operations (BUS-1670)
2025-09-08 11:26:59 -06:00
Nate Kelley
abed593362
pass down scroll container
2025-09-08 11:24:29 -06:00