Nate Kelley
f37fd4d6e3
Merge pull request #909 from buster-so/nate/get-from-cookie
...
supabase session with a cookie
2025-09-15 20:00:24 -06:00
Nate Kelley
02a295d90a
supabase session with a cookie
2025-09-15 20:00:08 -06:00
Nate Kelley
9fd2355e74
Merge pull request #907 from buster-so/big-nate-bus-1755-dashboard-click
...
click on dashboard opens chat
2025-09-15 18:55:16 -06:00
Nate Kelley
199d2ac23d
click on dashboard opens chat
2025-09-15 18:54:35 -06:00
Nate Kelley
917de0796d
Merge pull request #906 from buster-so/big-nate-bus-1729-clicking-on-the-dashboard-does-not-open-it
...
pass selected keys on through
2025-09-15 18:37:11 -06:00
Nate Kelley
e432afb92e
pass selected keys on through
2025-09-15 18:36:08 -06:00
Nate Kelley
e6ab103f52
Merge pull request #905 from buster-so/big-nate-bus-1748-error-modal-font-is-bold-should-not-use-bold
...
Update GlobalErrorCard.tsx
2025-09-15 18:19:52 -06:00
Nate Kelley
1d4e3bcc7f
Merge pull request #904 from buster-so/big-nate-bus-1731-force-0-on-combo-charts-to-be-at-the-same-level
...
Big nate bus 1731 force 0 on combo charts to be at the same level
2025-09-15 18:19:43 -06:00
Nate Kelley
cf6d6899ce
Merge pull request #902 from buster-so/dallin-bus-1742-view-only-chats-shouldnt-allow-user-to-follow-up-or-anything
...
Add Chat permissions logic to web to block view only
2025-09-15 18:19:30 -06:00
Nate Kelley
c043ba57e4
Update GlobalErrorCard.tsx
2025-09-15 18:18:04 -06:00
Nate Kelley
723d1c4dc7
Update useY2Axis.test.ts
2025-09-15 18:14:43 -06:00
Nate Kelley
8137780dd4
Merge branch 'staging' into big-nate-bus-1731-force-0-on-combo-charts-to-be-at-the-same-level
2025-09-15 18:13:23 -06:00
Nate Kelley
b7b93e7ebe
update options for chart
2025-09-15 18:12:27 -06:00
wellsbunk5
001973580e
Merge pull request #903 from buster-so/wells-bus-1722-add-report_files-inheritance-and-ancestor-search-for-metrics
...
MetricFilesToReportFiles db table
2025-09-15 17:28:11 -06:00
Wells Bunker
b0ac88fbac
Adding the metric_files_to_report_files table and adding inheritance permissions to search
2025-09-15 17:23:39 -06:00
Nate Kelley
ecea190a40
add sketchy example
2025-09-15 17:14:17 -06:00
dal
5a7f96c91b
is effective owner delete permission
2025-09-15 17:02:38 -06:00
Nate Kelley
0d500ca18a
Merge pull request #901 from buster-so/big-nate-bus-1733-suffix-field-is-being-added-before-the-percent-sign
...
add suffix after percentage
2025-09-15 16:52:16 -06:00
dal
5be31d3ce5
Merge remote-tracking branch 'origin/staging' into dallin-bus-1742-view-only-chats-shouldnt-allow-user-to-follow-up-or-anything
2025-09-15 16:51:04 -06:00
dal
b1b21e30a4
Refactor chat permissions and enhance edit capabilities
...
- Introduced `useChatPermission` hook to manage chat permissions.
- Updated components to utilize the new permission logic, allowing conditional rendering of edit options.
- Adjusted `ChatInput` to display a view-only message when the user lacks edit permissions.
- Cleaned up `package.json` formatting and added missing exports in context files.
2025-09-15 16:50:58 -06:00
Nate Kelley
042ec3c0ad
link params
2025-09-15 16:42:49 -06:00
Nate Kelley
b5ce20f20c
added more links
2025-09-15 16:23:29 -06:00
Nate Kelley
0959403b47
add suffix after percentage
2025-09-15 16:01:26 -06:00
dal
bd42bf0998
Merge pull request #898 from buster-so/dallin-bus-1714-run-sql-endpoint-needs-to-use-same-functionality-as-the-get
...
Integrate SQL functionality by adding SQL routes and updating dependencies. Refactor access control imports to use centralized access-controls package. Update pnpm-lock and package.json for new dependencies including node-sql-parser and yaml.
2025-09-15 16:01:16 -06:00
Nate Kelley
df138531f3
Merge pull request #900 from buster-so/big-nate-bus-1739-dashboard-description-should-be-dark-gray-not-black
...
Make dashboard light gray
2025-09-15 15:58:07 -06:00
Nate Kelley
d5c8c47c4e
change page and panel backgrounds
2025-09-15 15:57:15 -06:00
dal
cf7b1d0109
Merge remote-tracking branch 'origin/staging' into dallin-bus-1714-run-sql-endpoint-needs-to-use-same-functionality-as-the-get
2025-09-15 15:53:19 -06:00
dal
ee62786ad1
changes based on greptile suggestions
2025-09-15 15:53:14 -06:00
dal
b81adfd352
Merge pull request #897 from buster-so/dallin-bus-1713-convert-slack-message-special-characters-in-app
...
Dallin-bus-1713-convert-slack-message-special-characters-in-app
2025-09-15 15:30:43 -06:00
Nate Kelley
036e2240db
Make dashboard light gray
2025-09-15 15:26:30 -06:00
Nate Kelley
eff58a11f1
Merge pull request #899 from buster-so/nate/fix
...
Remove unused console errors
2025-09-15 15:22:11 -06:00
Nate Kelley
032bcb28ba
Remove unused console errors
2025-09-15 15:21:46 -06:00
Nate Kelley
5521bfa30e
Merge branch 'staging' into dallin-bus-1714-run-sql-endpoint-needs-to-use-same-functionality-as-the-get
2025-09-15 15:16:58 -06:00
Nate Kelley
71abdaa576
Merge branch 'staging' into dallin-bus-1713-convert-slack-message-special-characters-in-app
2025-09-15 15:16:50 -06:00
Nate Kelley
11f4e4cc66
Merge pull request #896 from buster-so/nate/hot-fixes-for-any
...
Remove unused imports
2025-09-15 15:16:18 -06:00
Nate Kelley
33c2e3babb
Update build-lint-unit.yml
2025-09-15 15:16:07 -06:00
Nate Kelley
2744b15c30
small cache for build lint test
2025-09-15 15:12:51 -06:00
dal
fc12cbeabb
Merge remote-tracking branch 'origin/staging' into dallin-bus-1713-convert-slack-message-special-characters-in-app
2025-09-15 15:08:53 -06:00
dal
e57b74015f
Merge remote-tracking branch 'origin/staging' into dallin-bus-1714-run-sql-endpoint-needs-to-use-same-functionality-as-the-get
2025-09-15 15:07:49 -06:00
dal
2761b3f0fc
Integrate SQL functionality by adding SQL routes and updating dependencies. Refactor access control imports to use centralized access-controls package. Update pnpm-lock and package.json for new dependencies including node-sql-parser and yaml.
2025-09-15 15:07:43 -06:00
dal
eb657d558e
CLAUDE.md and README.md updates...
2025-09-15 15:06:41 -06:00
Nate Kelley
6e9bd188d6
Update action.yml
2025-09-15 15:05:03 -06:00
Nate Kelley
80f3ee0c49
small cleanup
2025-09-15 14:59:33 -06:00
dal
97b51cc518
Merge remote-tracking branch 'origin/staging' into dallin-bus-1713-convert-slack-message-special-characters-in-app
2025-09-15 14:46:07 -06:00
dal
01673d1c4a
Added HTML entity decoding functions to Slack package and updated message retrieval to decode text in thread messages.
2025-09-15 14:45:54 -06:00
wellsbunk5
6fc6e18a2f
Merge pull request #894 from buster-so/wells-bus-1717-search-backend
...
Wells bus 1717 search backend
2025-09-15 14:34:52 -06:00
Wells Bunker
464ca48264
comment cleanup
2025-09-15 14:25:28 -06:00
Nate Kelley
08f4211adc
Remove unused imports
2025-09-15 14:18:13 -06:00
Wells Bunker
4d2b7760fa
Merge branch 'staging' of https://github.com/buster-so/buster into wells-bus-1717-search-backend
2025-09-15 14:15:43 -06:00
Nate Kelley
fe660ecae2
Update BusterPosthogProvider.tsx
2025-09-15 14:11:14 -06:00