Skip to content
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

[CORE-408] Remove feature flag for new workspace creation #5298

Merged
merged 5 commits into from
Mar 31, 2025

Conversation

calypsomatic
Copy link
Contributor

@calypsomatic calypsomatic commented Mar 27, 2025

Jira Ticket: https://broadworkbench.atlassian.net/browse/CORE-408

Summary of changes:

Removes the feature flag for the new workspace creation wizard. This means ensuring that NewWorkspaceModal (the old way) is not used anywhere and deleting that file. I also renamed the directory from NewWorkspaceModal to NewWorkspaceWizard, so a lot of files were touched updating names as well.

Testing strategy

@calypsomatic calypsomatic changed the title switch to newworkspacewizard [CORE-408] Remove feature flag for new workspace creation Mar 28, 2025
@@ -716,4 +724,25 @@ describe('NewWorkspaceWizard', () => {
expect(quickCreateTooltip).not.toBeInTheDocument;
});
});

describe('handles the requireEnhancedBucketLogging option', () => {
it('hides unprotected Gcp billing projects when additional security monitoring is required', async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test from NewWorkspaceModal.test.tsx wasn't yet covered here so I've added it (and the helper function above).

@calypsomatic calypsomatic marked this pull request as ready for review March 28, 2025 13:20
@calypsomatic calypsomatic requested review from a team as code owners March 28, 2025 13:20
@calypsomatic calypsomatic added this pull request to the merge queue Mar 31, 2025
Merged via the queue into dev with commit d30ef82 Mar 31, 2025
11 checks passed
@calypsomatic calypsomatic deleted the core-408-workspace-ga branch March 31, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants