-
Notifications
You must be signed in to change notification settings - Fork 36
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
Delivery rules correction for proper rollout key #351
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
548e6a8
Fix delivery rules to use experiment as key instead of experiments_ma…
The-inside-man 2d53fe1
Ran linter for trailing spaces.
The-inside-man fe3e591
Added testcase to confirm Delivery Rules use Optimizely Experiments.
The-inside-man 3743771
Update feature_enabled to be False by default for variations_map as p…
The-inside-man e21d0e5
Update expected config to reflect False instead of None for feature_E…
The-inside-man 792607b
Revert back to None to test FSC results
The-inside-man 0c60345
Merge branch 'master' into jbrown/fix-delivery-rules
The-inside-man 444f5e4
Update sdk_key and environment_key to default to empty strings, updat…
The-inside-man 90c01ea
Set constructor back to None for sdk_key and environment_key
The-inside-man 9736f9e
Update double quotes to single quotes to match rest of code.
The-inside-man 9c7a1f8
Update comment to match variable.
The-inside-man 806c68d
Convert audience conditions to string to match config design doc.
The-inside-man f8947f8
Switch to reference for typed audiences rather than copying items as …
The-inside-man cdf4078
Trigger CI - Removed unecessary line.
The-inside-man 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
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.
If you want, you can take a ref of typed_audiences using
[]
.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.
Actually going to make it simpler and just use project_config.typed_audiences reference in the loop rather than assign something new. Was doing things a bit differently previously and never cleaned up. Thanks for spotting.