-
Notifications
You must be signed in to change notification settings - Fork 325
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
One to one SFT feature flag config #4164
Merged
Merged
Conversation
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
echoes-hq
bot
added
the
echoes: product-roadmap
Work aligned with the customer-announced roadmap, targeting a specific release date.
label
Jul 22, 2024
zebot
added
the
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
label
Jul 22, 2024
elland
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
July 22, 2024 13:25
fa82f48
to
b3645b4
Compare
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
July 24, 2024 06:34
93e7c67
to
275a671
Compare
elland
approved these changes
Jul 24, 2024
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
4 times, most recently
from
July 26, 2024 14:14
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.
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
July 31, 2024 08:52
4af90ec
to
b49dfac
Compare
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
July 31, 2024 11:56
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.
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
July 31, 2024 13:50
0f16468
to
6f49b90
Compare
pcapriotti
force-pushed
the
pcapriotti/one-to-one-sft
branch
from
August 1, 2024 09:01
84e0e0a
to
8eda399
Compare
Instead of hardcoding an unlocked status when parsing the conferenceCalling default configuration, set the default in the helm chart.
akshaymankar
approved these changes
Aug 5, 2024
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.
🚀
akshaymankar
added a commit
that referenced
this pull request
Aug 8, 2024
This was referenced Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
echoes: product-roadmap
Work aligned with the customer-announced roadmap, targeting a specific release date.
ok-to-test
Approved for running tests in CI, overrides not-ok-to-test if both labels exist
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
conferenceCalling
flag. 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