Skip to content

Move invite teammates code to shared area

Doug Stull requested to merge 219241-move-teammates-code-to-shared-area into master

What does this MR do?

Note

  1. These changes are behind a feature flag, hence no changelog.

  2. In order to see these changes locally, enable the onboarding_issues experiment in the console by running:

    Feature.enable_percentage_of_time(:onboarding_issues_experiment_percentage, 100)
  3. Most of the code is a move of code implemented during !38169 (merged) and !37953 (merged)

Sign in and visit: http://localhost:3000/users/sign_up/groups/new

Screenshots (strongly suggested)

platform before after
desktop Screen_Shot_2020-12-01_at_2.45.13_PM Screen_Shot_2020-12-03_at_9.32.53_AM
mobile Screen_Shot_2020-12-01_at_2.45.30_PM Screen_Shot_2020-12-03_at_9.33.04_AM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #219241

Edited by Doug Stull

Merge request reports