An error occurred fetching the project authors.
- 21 Oct, 2019 1 commit
-
-
Alex Buijs authored
An event should not be tracked if an experiment is not enabled. It should be tracked when a user is not part of the experimental group.
-
- 19 Oct, 2019 1 commit
-
-
Alex Buijs authored
The following events are tracked through Snowplow: - signup start old flow - signup end old flow - signup start new flow - signup end new flow
-
- 18 Oct, 2019 1 commit
-
-
James Fargher authored
Ran: bundle exec rubocop --only RSpec/EmptyLineAfterSubject -a
-
- 17 Oct, 2019 2 commits
-
-
Alex Buijs authored
- redirect users to almost there page after signing up when soft_email_confirmation is not enabled - remove enabled_since code for feature flags, since it is unreliable - add User#role_required? and User#set_role_required! methods to ‘abuse’ the role column in order to determine whether the role is required - store the requested url and redirect there after setting the role - add flash notice after successful signup - enable invisible captcha when signup_flow experiment is enabled - change `Welcome to GitLab.com` text to `Welcome to GitLab` in order to apply to Self hosted instances as well - cancel the signup_notice flash in the create action, where it is set
-
Alex Buijs authored
Only redirect to stage 2 of the new signup flow when appropriate: - a user’s role is missing - a user’s name is the same as it’s username - the experiment is enabled - the user is created after the experiment is enabled
-
- 01 Oct, 2019 1 commit
-
-
Alex Buijs authored
Check if it exists and set it otherwise
-