Skip to content

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

Development

Successfully merging this pull request may close these issues.