Commit 91f9dfd
authored
improvement(governance): derived access (#5134)
* improvement(governance): org-ws-credential roles clarity
* revert isHosted
* improvement(credentials): code cleanup
* address comments
* make kb cascade delete on user hard delete
* revert env flags
* chore(db): drop local 0242 migration to regenerate after merging staging
Our 0242 collides with staging's 0242. Remove it (and its snapshot +
journal entry) so the KB-cascade migration can be regenerated with the
correct number on top of the merged staging migrations.
* chore(db): regenerate kb→workspace cascade migration as 0243
Regenerated via drizzle-kit generate on top of the merged staging
migrations (staging took 0242). Re-applied the safety edits: NOT VALID
+ separate VALIDATE on the FK re-add, and the -- migration-safe note on
the DROP. check:migrations passes.
* improve copy
* update docs1 parent c419a34 commit 91f9dfd
193 files changed
Lines changed: 18988 additions & 1562 deletions
File tree
- .claude/rules
- .cursor/rules
- .github
- apps
- docs/content/docs/en/platform
- realtime
- src
- database
- handlers
- middleware
- sim
- app
- api
- auth/oauth/credentials
- chat
- copilot
- chats
- chat
- checkpoints
- revert
- credentials
- [id]
- members
- draft
- files
- folders
- [id]
- duplicate
- reorder
- guardrails/validate
- jobs/[jobId]
- knowledge
- [id]/documents
- [documentId]/chunks
- upsert
- search
- logs
- execution/[executionId]
- export
- stats
- triggers
- mcp/discover
- organizations
- [id]
- invitations
- members
- [memberId]
- usage-limit
- roster
- schedules
- [id]
- table
- tools
- custom
- deployments
- deploy
- promote
- undeploy
- v1
- admin/workflows/[id]
- deploy
- versions
- [versionId]/activate
- logs
- workflows
- [id]
- deploy
- rollback
- webhooks
- [id]
- workflows
- [id]
- autolayout
- chat/status
- deployments/[version]/revert
- deploy
- duplicate
- execute
- executions/[executionId]
- cancel
- stream
- restore
- state
- variables
- reorder
- workspaces
- [id]
- environment
- metrics/executions
- permissions
- invitations
- members/[id]
- workspace/[workspaceId]
- components/credential-detail/components
- settings/components
- billing
- credential-sets
- team-management/components
- manage-credits-modal
- organization-member-lists
- teammates
- upgrade/hooks
- components/permissions
- ee
- access-control/components
- data-drains/components
- data-retention/components
- whitelabeling/components
- executor
- handlers
- agent
- evaluator
- router
- utils
- hooks/queries/utils
- lib
- api/contracts
- auth
- billing
- client
- core
- organizations
- webhooks
- copilot
- auth
- chat
- tools
- handlers
- workflow
- server
- user
- workflow/edit-workflow
- validation
- vfs
- credentials
- environment
- execution
- invitations
- logs
- mcp
- mothership/inbox
- workflows
- orchestration
- persistence
- workspace-events
- workspaces
- organization
- permissions
- packages
- db
- migrations
- meta
- platform-authz
- src
- testing/src/mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
0 commit comments