Add new experiment feature flag type
- To be used by the experiment library configuration and to identify differences between feature flag types. - Fixes minor incorrectness in usage examples.
显示
- Gemfile 1 个添加, 0 个删除Gemfile
- Gemfile.lock 5 个添加, 0 个删除Gemfile.lock
- app/controllers/projects/issues_controller.rb 12 个添加, 0 个删除app/controllers/projects/issues_controller.rb
- changelogs/unreleased/jj-add-gitlab-experiment.yml 5 个添加, 0 个删除changelogs/unreleased/jj-add-gitlab-experiment.yml
- config/feature_flags/development/gitlab_experiments.yml 8 个添加, 0 个删除config/feature_flags/development/gitlab_experiments.yml
- config/feature_flags/experiment/null_hypothesis.yml 7 个添加, 0 个删除config/feature_flags/experiment/null_hypothesis.yml
- config/initializers/gitlab_experiment.rb 47 个添加, 0 个删除config/initializers/gitlab_experiment.rb
- lib/feature/shared.rb 13 个添加, 3 个删除lib/feature/shared.rb
- spec/controllers/projects/issues_controller_spec.rb 50 个添加, 0 个删除spec/controllers/projects/issues_controller_spec.rb
- spec/support/helpers/snowplow_helpers.rb 25 个添加, 1 个删除spec/support/helpers/snowplow_helpers.rb
- spec/support/snowplow.rb 1 个添加, 0 个删除spec/support/snowplow.rb
加载中
想要评论请 注册 或 登录