One to one SFT feature flag config#4164
Merged
pcapriotti merged 43 commits intodevelopfrom Aug 5, 2024
Merged
Conversation
fa82f48 to
b3645b4
Compare
93e7c67 to
275a671
Compare
elland
approved these changes
Jul 24, 2024
abeac98 to
2f729f7
Compare
fisx
previously requested changes
Jul 27, 2024
services/galley/src/Galley/Cassandra/GetAllTeamFeatureConfigs.hs
Outdated
Show resolved
Hide resolved
WIP: Tests need fixing sinnce it's no longer a SimpleFlag.
Also remove its dependency on Cassandra, simplify logic and expand its scope to include team users.
4af90ec to
b49dfac
Compare
b49dfac to
9c705f9
Compare
It used to be implicit before, now it is a normal flag, so we need to make this field optional to preserve compatibility with older configuration files.
0f16468 to
6f49b90
Compare
84e0e0a to
8eda399
Compare
Instead of hardcoding an unlocked status when parsing the conferenceCalling default configuration, set the default in the helm chart.
akshaymankar
added a commit
that referenced
this pull request
Aug 8, 2024
This was referenced Oct 23, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds a config field to the
conferenceCallingflag. It also reorganises the way flags are fetched from the database, so that the logic for computing default values is shared between the code for fetching all features and the code for fetching a single one.https://wearezeta.atlassian.net/browse/WPB-10235
Checklist
changelog.d