dal
cc2dd7fa61
Enhance workspace member count integration across various handlers and components
...
- Introduced `count_workspace_members` utility function to retrieve the number of active users in a workspace.
- Updated chat, collection, dashboard, and metric handlers to include `workspace_member_count` in their responses.
- Modified relevant types to accommodate the new `workspace_member_count` field.
- Adjusted frontend components to display the number of workspace members in the ShareMenu and related UI elements.
These changes improve the visibility of workspace member information and enhance the overall user experience.
2025-07-17 16:21:14 -06:00
dal
4e2b6c235e
Refactor workspace sharing permissions across assets
...
- Updated the `WorkspaceSharing` enum to use camelCase for serialization.
- Introduced `workspace_permissions` field in update requests for chats, collections, dashboards, and metrics.
- Implemented handling of workspace sharing permissions in respective update handlers, allowing for setting and removing permissions.
- Adjusted frontend components and API interfaces to align with the new `workspace_sharing` naming convention.
This change enhances the consistency and usability of workspace sharing across different asset types.
2025-07-17 15:26:26 -06:00
dal
d9f9182ab2
ui components and return the values
2025-07-17 14:51:53 -06:00
Nate Kelley
06d8c1e568
Merge pull request #527 from buster-so/big-nate/bus-1420-add-searchable-menu-to-share-dropdowns
...
add searchable menu to share dropdowns
2025-07-16 23:48:44 -06:00
Nate Kelley
0be0744bd0
share update
2025-07-16 23:46:34 -06:00
Nate Kelley
a24779d40f
Query request in line
2025-07-16 23:01:49 -06:00
dal
da380485d9
added in the slack auto-sharing functionality
2025-07-16 16:54:09 -06:00
Nate Kelley
bc5b0e4f84
update select
2025-07-16 14:48:33 -06:00
dal
d4f216cb66
Merge remote-tracking branch 'origin/staging' into dallin/bus-1363-slack-agent-query-buster-from-slack-direct-query
2025-07-16 12:54:18 -06:00
Nate Kelley
f11afec05a
query params update for cursor rules
2025-07-16 10:13:30 -06:00
Nate Kelley
a032a966f8
make generic handler
2025-07-16 09:59:30 -06:00
Nate Kelley
0d01dfcb4c
array parter
2025-07-16 09:54:28 -06:00
Nate Kelley
d9ed8b1423
finalize pagination endpoint
2025-07-16 09:25:51 -06:00
Nate Kelley
fdf70abfb8
update database dev
2025-07-15 22:26:13 -06:00
Nate Kelley
094fc4c251
add pagination type responses
2025-07-15 17:23:32 -06:00
Nate Kelley
fb0e79065f
udpate endpoint to accept more params
2025-07-15 16:54:18 -06:00
dal
a751d22baa
initial slack challenge verification and receive messages
2025-07-14 16:08:01 -06:00
Nate Kelley
727e66a630
Fix files on lint
2025-07-14 14:30:07 -06:00
Nate Kelley
5352ae8f10
currency response
2025-07-14 09:41:25 -06:00
Nate Kelley
963bf6b2f2
fix all of the bugs
2025-07-12 22:14:08 -06:00
Nate Kelley
4810daef9f
Update packages/server-shared/src/type-utilities/index.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-12 16:33:53 -06:00
Nate Kelley
5448af614a
lint fixes 👀
2025-07-12 16:32:47 -06:00
Nate Kelley
aeaf7dbb57
type updates
2025-07-12 16:19:08 -06:00
Nate Kelley
2c2bf74475
Add prebuild script to server-shared
2025-07-12 16:07:55 -06:00
Nate Kelley
d8e0146978
create a db utilities
2025-07-12 15:48:42 -06:00
dal
10431a81d3
add has_more_records to the server shared type
2025-07-11 15:30:53 -06:00
dal
87f3853ce8
stubbed out the cancel endpoint and added the trigger run col
2025-07-10 16:26:30 -06:00
Nate Kelley
e7ee256072
move shared to be zod v4
2025-07-10 12:16:34 -06:00
Nate Kelley
7b9892129c
update imports and type checks
2025-07-10 10:52:21 -06:00
dal
4d7f1353ff
clean up tyeps
2025-07-10 07:52:41 -06:00
dal
3ca54c7f28
Refactor integration tests for domain management and workspace settings. Update error messages for permission checks to be more specific. Enhance domain handling logic for consistency and improve test cleanup procedures.
2025-07-10 07:45:04 -06:00
dal
29e6a6ae7f
Workspace Settings Done with auto-add
2025-07-10 07:01:23 -06:00
dal
c047d7dd40
Refactor security API handlers to improve organization validation and domain management. Consolidate permission checks and domain operations into utility functions for better code reuse. Update endpoint routes for workspace settings and approved domains, ensuring consistent response formatting.
2025-07-10 05:30:10 -06:00
Nate Kelley
c223309df2
Add slack integration endpoints
2025-07-09 14:08:29 -06:00
Nate Kelley
821ed90083
initial slack build out (no apis)
2025-07-09 11:52:33 -06:00
Nate Kelley
e22a795326
Add additinal fixes
2025-07-09 11:06:25 -06:00
Nate Kelley
26d77fef53
create workspace settings
2025-07-09 10:58:51 -06:00
Nate Kelley
59e6aacd9d
part 1 of making workspace toggles
2025-07-09 09:42:16 -06:00
Nate Kelley
46c3fccb9b
invite link updates
2025-07-08 17:20:31 -06:00
Nate Kelley
9bd7824586
create security endpoints strucutre
2025-07-08 16:48:13 -06:00
Nate Kelley
7d22c42141
Move organization user to a server type
2025-07-08 15:06:17 -06:00
Nate Kelley
8850b1ffd8
Assumption cards
2025-07-08 12:54:18 -06:00
dal
f21690acc0
added in the server shared types for post-processing and moved the type into shared from trigger.
2025-07-08 11:14:30 -06:00
Nate Kelley
6b437d8737
post processing messages
2025-07-08 10:12:51 -06:00
Nate Kelley
f4c2515f25
truncate metric headers and values
2025-07-08 09:46:51 -06:00
Nate Kelley
aabb6908d7
move types to be on server
2025-07-07 22:26:42 -06:00
Nate Kelley
4e888f9506
Merge pull request #427 from buster-so/big-nate/bus-1181-point-to-google-workspace-profile-pics
...
Big nate/bus 1181 point to google workspace profile pics
2025-07-07 16:17:54 -06:00
Nate Kelley
2a6bd2f5a8
avatar passthrough
2025-07-07 16:15:10 -06:00
Nate Kelley
0331be1cda
verification pass through avatar url
2025-07-07 15:53:18 -06:00
Nate Kelley
6d02d8900f
move types to server
2025-07-07 15:43:47 -06:00