Commit fe6640a
authored
PLU-472: Collaborators (#1327)
[COLLAB-1]: Create flow_collaborators table, model, resolvers
[COLLAB-2]: Create flow_connections table, model
[COLLAB-3]: Add mutations to upsert and delete collaborators
[COLLAB-4]: Automatically add connections when adding collaborator
[COLLAB-5]: Manage collaborators via UI
[COLLAB-6]: Collaborators can view Pipes
[COLLAB-7]: Owner creates Step with connection, Editor can create Step
[COLLAB-8]: Owner update Step connection, Editor can save Step
[COLLAB-9]: Restrict UI based on role
[COLLAB-10]: Editors can edit, save, and check step
[COLLAB-11]: Editors can publish and unpublish
[COLLAB-12]: Editors can delete step
[COLLAB-13]: Editor can change to shared connections
[COLLAB-14]: Editor add step with shared connection
[COLLAB-14.1]: Editor can duplicate and reorder step
[COLLAB-15]: Collaborators can view executions
[COLLAB-16]: Editor can retry failed execution
[COLLAB-17]: Add feature flag
[COLLAB-18]: Pipe transfer
[COLLAB-19]: Refactor role to flow model
[COLLAB-20]: fix duplicate branch
[COLLAB-21]: Bug bash fixes
[COLLAB-22]: Error emails for collaborators
[COLLAB-23]: Verify Tiles permissions on role change or pipe transfer
chore: fixes and news itemFile tree
142 files changed
+7732
-818
lines changed- packages
- backend/src
- db/migrations
- graphql
- __tests__
- mutations
- queries
- custom-resolvers
- mutations
- queries
- helpers
- __tests__
- models
- __tests__
- services
- workers
- __tests__
- helpers
- frontend/src
- components
- ApolloProvider
- AttachmentSuggestions
- hooks
- ChooseConnectionSubstep
- CollaboratorRoleSelect
- EditorLayout
- EditorSettings
- FlowTransfer
- Editor
- EmptyFlowStepHeader
- ExecutionStep/hooks
- FlowRow
- FlowStepConfigurationModal
- ChooseAndAddConnection
- hooks
- FlowStepGroup
- Content/IfThen
- hooks
- FlowStep/components
- FlowSubstep
- InputCreator
- MenuAlertDialog
- NewsDrawer
- config
- contexts
- graphql
- mutations
- queries
- helpers
- hooks
- pages
- Editor
- components
- Flows
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+7732
-818
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments