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

fix: enable disabled strategies keeps settings #7950

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

kwasniew
Copy link
Contributor

About the changes

Closes #

Important files

Discussion points

Copy link

vercel bot commented Aug 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2024 11:01am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Aug 21, 2024 11:01am

Copy link
Contributor

github-actions bot commented Aug 21, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@kwasniew kwasniew merged commit 48423fa into main Aug 21, 2024
8 of 11 checks passed
@kwasniew kwasniew deleted the enable-disabled-strategies-keeps-settings branch August 21, 2024 11:17
@@ -814,3 +814,51 @@ test('Should not allow to revive flags to archived projects', async () => {
),
);
});

test('Should enable disabled strategies on feature environment enabled', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor suggestion: can we be clearer about what we're checking here? Something like

Suggested change
test('Should enable disabled strategies on feature environment enabled', async () => {
test('Should not remove constraints or strategy variants on feature environment enabled', async () => {
Suggested change
test('Should enable disabled strategies on feature environment enabled', async () => {
test('Strategy configurations should not change on feature environment enabled', async () => {

Copy link
Contributor

Choose a reason for hiding this comment

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

I guess I was late 🤷🏼

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.

2 participants