-
Notifications
You must be signed in to change notification settings - Fork 24
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
fix(whitelisting): Invalid whitelisted variation stops bucketing #308
Merged
thomaszurkan-optimizely
merged 4 commits into
master
from
arafay/invalid-whitelisted-variation
Sep 24, 2018
Merged
fix(whitelisting): Invalid whitelisted variation stops bucketing #308
thomaszurkan-optimizely
merged 4 commits into
master
from
arafay/invalid-whitelisted-variation
Sep 24, 2018
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
…ntBuilder to Optimizely (#307) * Send decisions for all experiments using an event * nits * accept tags as event tags even if not convertible to revenue or value tag * Optimizely refactored * make projectConfig a private property of EventBuilder instead passing it to every method * impression event refactored * track and conversion refactored * test cases * fixed test cases * Optimizely coverage increased * EventBuilder coverage increased * LoggerMessages refactored * removed params validation from eventBuilder methods, updated license headers, removed unused loggerMessages
This PR contains bucket refactoring code as wel. Once it is merged, we'll rebase with master. |
build |
…imizely/objective-c-sdk into arafay/invalid-whitelisted-variation # Conflicts: # OptimizelySDKCore/OptimizelySDKCore/OPTLYEventBuilder.h # OptimizelySDKCore/OptimizelySDKCore/OPTLYEventBuilder.m # OptimizelySDKCore/OptimizelySDKCore/Optimizely.m # OptimizelySDKCore/OptimizelySDKCoreTests/OPTLYEventBuilderTest.m
1 similar comment
thomaszurkan-optimizely
approved these changes
Sep 24, 2018
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.
LGTM
AbdurRafay
pushed a commit
that referenced
this pull request
Oct 1, 2018
* master: update changelog for new release (#322) add test script and fix broken carthage build (#321) Prepare for2.1.1 (#318) add EventTagUtil to universal project (#314) Fix an issue where importing an Objective-C type called Optional causes LLDB to sometimes not be able to distinguish between Swift.Optional and OptimizelySDKiOS.Optional. (#274) remove unused protocol (#313) fix(whitelisting): Invalid whitelisted variation stops bucketing (#308)
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.
Summary