Commit Graph

6872 Commits

Author SHA1 Message Date
Devin AI a337232ee0 Remove non-functional dashboard filter options for consistency
- Remove 'My dashboards' and 'Shared with me' filters from DashboardHeader.tsx
- Keep 'All' filter option matching collections page pattern
- Addresses GitHub comment about dashboard consistency
- Both collections and dashboards now have consistent filtering behavior

Co-Authored-By: Wells Bunker <wells@buster.so>
2025-09-22 21:13:20 +00:00
Devin AI df3ff6d6d8 Remove non-functional 'My collections' and 'Shared with me' filter options
- Remove broken filter entries from filters array in CollectionListHeader.tsx
- Keep 'All' filter option for consistency with other pages
- Fixes BUS-1874: Collections page filtering tabs that don't work properly
- Backend API already supports optional filter parameters, no changes needed
- Maintains existing CollectionFilters component and UI structure

Co-Authored-By: Wells Bunker <wells@buster.so>
2025-09-22 20:19:40 +00:00
dal fc8e4ab5c6
Revert prompt changes from commit 18b4d12c0
Reverting Blake Rouse's prompt improvements from the merge commit #1029
- analyst-agent-prompt.txt
- think-and-prep-agent-investigation-prompt.txt
- think-and-prep-agent-standard-prompt.txt
- create-reports-tool-description.txt
2025-09-22 13:52:02 -06:00
Nate Kelley 45baa9d73d
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-22 13:50:03 -06:00
wellsbunk5 483570278c
Merge pull request #1040 from buster-so/fixMetricFileCascadingPermissionsFromReports
Fix metric_file permissions not cascading from report_files
2025-09-22 13:46:13 -06:00
Nate Kelley 99d3645054
Merge branch 'staging' of https://github.com/buster-so/buster into staging 2025-09-22 13:43:55 -06:00
Nate Kelley 85c1b18340
Add small border to code node 2025-09-22 13:43:51 -06:00
dal 9e0cce2c59
Merge pull request #1039 from buster-so/dallin-bus-1853-report-creation-stuck-in-progress-despite-final-response
dallin bus 1853 report creation stuck in progress despite final response
2025-09-22 13:42:31 -06:00
Wells Bunker 1646e37540
Fix metric_file permissions not cascading from report_files 2025-09-22 13:40:46 -06:00
dal 73746af9fc
Merge pull request #1038 from buster-so/dallin-bus-1872-dashboard-somehow-had-null-version-in-its-version-history
dashboard version fix
2025-09-22 13:40:38 -06:00
dal a7b307a460
report cut off fix 2025-09-22 13:38:27 -06:00
dal cb17d9b167
dashboard version fix 2025-09-22 13:35:54 -06:00
Nate Kelley dcfa88b821
Merge pull request #1037 from buster-so/nate/ds-hot-fix-unit-tests
Update storage factory test to remove r2 bucket
2025-09-22 13:25:13 -06:00
Nate Kelley 5ecf0400ed
Update storage factory test to remove r2 bucket 2025-09-22 13:21:47 -06:00
Nate Kelley 077606a625
Merge pull request #1036 from buster-so/nate/unit-tests-hot-fix
mock env variables
2025-09-22 13:14:02 -06:00
Nate Kelley 0452317054
mock env variables 2025-09-22 13:09:20 -06:00
dal b8b2526348
Merge remote-tracking branch 'origin/staging' into dallin-bus-1853-report-creation-stuck-in-progress-despite-final-response 2025-09-22 13:02:29 -06:00
dal d05fa10c62
Merge pull request #1035 from buster-so/dallin-bus-1868-disable-createreports-tool-from-creating-multiple-reports-at
dallin bus 1868 disable createreports tool from creating multiple reports at
2025-09-22 13:01:37 -06:00
dal 0a430bef5b
report final update fix 2025-09-22 12:59:59 -06:00
dal 7638d1650f
change report to be single entry 2025-09-22 12:57:23 -06:00
wellsbunk5 66a7142d02
Merge pull request #1034 from buster-so/fixMetricV2Endpoint
fix metric_file/id v2 endpoint
2025-09-22 12:55:29 -06:00
Wells Bunker 4c9d035130
fix metric_file/id v2 endpoint 2025-09-22 12:19:39 -06:00
Nate Kelley c5e0060072
Merge pull request #1030 from buster-so/big-nate-bus-1819-backslash-being-added-before-metricid-in-reports
Big nate bus 1819 backslash being added before metricid in reports
2025-09-22 11:56:11 -06:00
dal d6d5fd031d
get rid of 1m context header on chat titel 2025-09-22 11:54:09 -06:00
Nate Kelley b7ff601f89
setup action 2025-09-22 11:53:38 -06:00
Nate Kelley 0f5404b37b
expires at should update 2025-09-22 11:46:27 -06:00
Nate Kelley 4887782c84
add some more logging for token 2025-09-22 11:33:22 -06:00
Nate Kelley c3b09907ff
caption can be serialized 2025-09-22 11:27:18 -06:00
Nate Kelley 396e4e709e
Update platejs-conversion.test.ts 2025-09-22 10:52:29 -06:00
wellsbunk5 f9e8b6d168
Merge pull request #1032 from buster-so/HotFixRevertV2Staging
hot fix for staging
2025-09-22 10:49:28 -06:00
Wells Bunker d88530bea6
hot fix for staging 2025-09-22 10:45:41 -06:00
Nate Kelley 32abc2d939
Added some basic markdown conversion stuff 2025-09-22 10:26:24 -06:00
Blake Rouse 18b4d12c0a
Merge pull request #1029 from buster-so/prompt-improvements
Improve AI agent and tool prompts
2025-09-22 10:21:04 -06:00
Blake Rouse 8c563490bc
Update packages/ai/src/agents/think-and-prep-agent/think-and-prep-agent-investigation-prompt.txt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-09-22 10:20:35 -06:00
Blake Rouse 09554bdb93
Update packages/ai/src/tools/visualization-tools/reports/create-reports-tool/create-reports-tool-description.txt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-09-22 10:20:27 -06:00
Blake Rouse c0c6d8ee4c
Update packages/ai/src/tools/visualization-tools/reports/create-reports-tool/create-reports-tool-description.txt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-09-22 10:20:21 -06:00
Blake Rouse 6dfbb1f66e
Update packages/ai/src/agents/think-and-prep-agent/think-and-prep-agent-investigation-prompt.txt
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-09-22 10:20:10 -06:00
Nate Kelley 483a6f037a
remove useless base kit 2025-09-22 10:18:54 -06:00
Blake Rouse b199a7d74c Improve AI agent and tool prompts
- Update analyst agent prompt for better analysis guidance
- Enhance think-and-prep agent prompts (standard and investigation)
- Refine create-reports-tool description for clearer instructions
2025-09-22 10:17:10 -06:00
Nate Kelley a396dc302e
Remove mention kit 2025-09-22 10:03:27 -06:00
dal b6ad7a927b
Merge pull request #1028 from buster-so/dallin-bus-1859-generate-series-instruction-to-fill-missing-dates-needs-to
Dallin bus 1859 generate series instruction to fill missing dates needs to be dialect specific
2025-09-22 09:53:45 -06:00
dal 651af9de4e
report update fixes 2025-09-22 09:47:12 -06:00
dal f9c5253f5d
fix lint 2025-09-22 09:46:37 -06:00
Nate Kelley 3f2430327f
Update pnpm version 2025-09-22 09:44:09 -06:00
dal ddc9748ad8
merge staging 2025-09-22 09:35:24 -06:00
dal 905ef3509f
sql dialect specific guidance 2025-09-22 09:11:50 -06:00
dal 309ce10052
Merge pull request #1027 from buster-so/dallin-bus-1851-llm-not-good-at-converting-percentages
percentage instruction fix so llm is better at them
2025-09-22 09:06:41 -06:00
dal 0cc6fb04b0
merge staging 2025-09-22 09:02:46 -06:00
dal 1adad1b6e9
ssl through url 2025-09-22 09:01:09 -06:00
dal e68032ab8d
lint errors 2025-09-22 08:59:25 -06:00