Skip to content
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

Merge public main into Clio fork #33

Open
wants to merge 155 commits into
base: master
Choose a base branch
from
Open

Merge public main into Clio fork #33

wants to merge 155 commits into from

Conversation

robin-phung
Copy link

No description provided.

macgena and others added 30 commits April 11, 2020 22:48
…ontrol

When using allow_multiple_experiments=control Split only allows one
experiment with an alternative other than 'control'.

Split::User#max_experiments_reached? checks for that looping through all
experiments. As Split::User#active_experiments drops the experiment
version we also need to do that here to be able to check properly.

Fixes splitrb#612
…ments-control-with-versions

Fix #max_experiments_reached? when using allow_multiple_experiments=control
…bution

Replace usage of SimpleRandom with RubyStats
…a-when-disabled

ab_test must return metadata on error or if split is disabled/excluded user
Introduce enable/disable experiment cohorting
Update Trial so that goals are accessible in callback
Remove thread_safe config as redis-rb is thread_safe by default since 2.2
andrehjr and others added 29 commits March 4, 2022 18:34
…riment

Add ability to initialize experiments
:override => override_alternative(experiment.name), :exclude => !is_qualified?,
:disabled => split_generically_disabled?)
trial = Trial.new(user: ab_user, experiment: experiment,
override: override_alternative(experiment.name), exclude: exclude_visitor? || !is_qualified?,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reintroduce exclude_visitor despite not being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet