-
Notifications
You must be signed in to change notification settings - Fork 332
One to one SFT feature flag config #4164
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
2ef27b5
Restore weeded-out wsPatch
pcapriotti cd59a39
Add field to ConferenceCallingConfig
pcapriotti 021cdfd
Use patch endpoint to set feature status in stern
pcapriotti 42020fa
Remove FeatureTrivialConfig class
pcapriotti b0da923
Add migration to add conference calling sft flag
pcapriotti ee0f55d
Implement get/set conference calling feature flag
pcapriotti d701da5
Fix golden tests
pcapriotti b7f2ea1
Add endpoint to put ConferenceCallingConfig.
elland 40f18d9
Added lock status to conf. calling.
elland 33ed08e
Fix golden test cases
pcapriotti 74a425d
Update conference call ttl test
pcapriotti df96f2d
Fix conference calling patch test
pcapriotti 694ce7c
Update CHANGELOG entry
pcapriotti 64f0d3c
Fix assertions in conferenceCalling TTL test
pcapriotti 74c4724
Move user feature test to integration
pcapriotti 2fd5dbe
Remove dead code
pcapriotti 6451292
Update cassandra schema file
pcapriotti 4405f15
Change how conferenceCalling is stored and loaded
pcapriotti c25f044
Add general AllFeatures for any type constructor
pcapriotti 7ce939f
Return Maybe values from FeatureStore
pcapriotti 3e640d9
Compute feature values in a uniform manner
pcapriotti b3b1730
Unify logic for fetching features from db
pcapriotti f433ec8
Use adhoc DbFeature type instead of WithStatusBase
pcapriotti 6189811
Fix default logic of MlsE2EI flag
pcapriotti f190fd8
Implement getAllFeatureConfigs
pcapriotti a560f05
Lint
pcapriotti d70c97f
Change conference option from boolean to int
pcapriotti 6167ddc
Repurpose conference_calling column for lock status
pcapriotti d460a81
Ignore TTL for conferenceCalling
pcapriotti 1efa0b5
Add default logic for conference calling
pcapriotti bcd39a8
Remove feature ttl tests
pcapriotti 1eab35e
Add CHANGELOG entry about TTL
pcapriotti c6f4e2d
Add note about unsettable features
pcapriotti 40ce551
Lint
pcapriotti 9c705f9
Conference calling flag should be locked by default
pcapriotti 4b5d140
Make lockStatus field optional in galley's conf
pcapriotti 6f49b90
Remove unused ToJSON instance
pcapriotti ae08ff6
Lint
pcapriotti 8eda399
Align conferenceCalling setting in CI
pcapriotti 515a6b3
Fix stern integration tests
pcapriotti 6c6c133
Update cassandra schema
pcapriotti 7899f01
Use bindResponse in tests
pcapriotti 5f3cdc2
Revert default lock status when parsing feature
pcapriotti 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 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Remove the ability to set the TTL of a feature flag. Existing TTLs are still retrieved and returned as before. Note that this only applies to the conferenceCalling feature, as none of the others supported TTL anyway. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add useSFTForOneToOneCalls as a config option for the Conference Calling feature flag and make its lock status explicit. |
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.