-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Remove sync-metadata and IS_WORKSPACE_CREATION_V2_ENABLED feature flag
#16997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sync-metadata and IS_WORKSPACE_CREATION_V2_ENABLED feature flag
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:45887 This environment will automatically shut down when the PR is closed or after 5 hours. |
|
Too many files changed for review. |
5b76986 to
3e797b4
Compare
|
Too many files changed for review. |
3e797b4 to
67b6b0a
Compare
|
Too many files changed for review. |
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
|
Too many files changed for review. |
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
📊 API Changes ReportGraphQL Schema ChangesGraphQL Schema Changes[log] [log] ✖ Enum value IS_WORKSPACE_CREATION_V2_ENABLED was removed from enum FeatureFlagKey GraphQL Metadata Schema ChangesGraphQL Metadata Schema Changes[log] [log] ✖ Enum value IS_WORKSPACE_CREATION_V2_ENABLED was removed from enum FeatureFlagKey
|
|
Too many files changed for review. |
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
|
Too many files changed for review. |
2 similar comments
|
Too many files changed for review. |
|
Too many files changed for review. |
📊 API Changes ReportGraphQL Schema ChangesGraphQL Schema Changes[log] [log] ✖ Enum value IS_WORKSPACE_CREATION_V2_ENABLED was removed from enum FeatureFlagKey GraphQL Metadata Schema ChangesGraphQL Metadata Schema Changes[log] [log] ✖ Enum value IS_WORKSPACE_CREATION_V2_ENABLED was removed from enum FeatureFlagKey
|
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
Weiko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Finally saying goodbye to the sync-metadata! 🤧
Well done @prastoin ! 👏
| canBeAssignedToUsers: true, | ||
| canBeAssignedToAgents: false, | ||
| canBeAssignedToApiKeys: true, | ||
| applicationId: null, // TODO: Replace with Twenty application ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you plan to do for that? Since this will be a dynamic value in a constant (should Pick pick applicationId in the first place?)
|
Too many files changed for review. |
1 similar comment
|
Too many files changed for review. |
2 similar comments
|
Too many files changed for review. |
|
Too many files changed for review. |
Introduction
Followup of #17001 (review)
close twentyhq/core-team-issues#1910
We've completely decom the
sync-metadatain production. We're now then removing its implementation in favor of the v2.TODO:
workspace-sync-metadatafolder entirelyv2references from workspace manager file namesv2references from workspace manager modulesNote