-
Notifications
You must be signed in to change notification settings - Fork 372
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
change, test: [M3-7073, M3-7176] - Remove dcSpecificPricing
and objDcSpecificPricing
feature flags
#9881
Merged
mjac0bs
merged 21 commits into
linode:develop
from
mjac0bs:M3-7073-remove-dc-pricing-feature-flags
Nov 14, 2023
Merged
change, test: [M3-7073, M3-7176] - Remove dcSpecificPricing
and objDcSpecificPricing
feature flags
#9881
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6ed1a5a
Remove flag from Migrate dialog and Region selection
mjac0bs 22e4cc9
Remove flag from MNTP dialog and Linode Details Network tab
mjac0bs 3893e96
Remove flag from backups
mjac0bs 9c0bc9e
Remove flag from invoices
mjac0bs a3a0afd
Remove flag from Volumes and NodeBalancers
mjac0bs bae9f60
Remove OBJ flag from OBJ
mjac0bs b66ffcd
Remove flag from linodes and kubernetes
mjac0bs ec8d4b5
Remove flags from dev tools and feature flags list
mjac0bs 87abd33
Remove flag on lke tests; fix HA in Create Cluster flow
mjac0bs b927262
Remove flags in Migrate test, OBJ test, and Volumes test
mjac0bs 17eb5a8
Remove flags in backup, clone, and create linode tests
mjac0bs a14d9c4
Remove flags in nodebalancer test
mjac0bs 940467f
Remove flag from billing test and consolidate... with failure WIP
mjac0bs f1ceb4b
Add changesets
mjac0bs 01ef08b
Fix initial unknown prices for Database Create flow
mjac0bs 807176e
Remove duplicate instances of "$5.00" by updating mock, move header aβ¦
a408898
Make changelogs consistent
mjac0bs 3b3c8ed
Address feedback: simplify dialog copy
mjac0bs e8773e9
Merge branch 'develop' into M3-7073-remove-dc-pricing-feature-flags
mjac0bs 5b704d8
Merge branch 'develop' into M3-7073-remove-dc-pricing-feature-flags
mjac0bs aeb7401
Address feedback: make variable name more clear
mjac0bs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Removed | ||
--- | ||
|
||
`dcSpecificPricing` and `objDcSpecificPricing` feature flags ([#9881](https://github.com/linode/manager/pull/9881)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@linode/manager": Tests | ||
--- | ||
|
||
Remove DC-Specific pricing feature flags ([#9881](https://github.com/linode/manager/pull/9881)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The changes in this file are due to consolidating tests.