Skip to content

Experiment - Update new user invitation email with activity

What does this MR do?

How to test?

  • In Rails console(bundle exec rails console), issue this command to put yourself in the experiment
Feature.enable(:members_invite_email)
  • send an email 2 times to cycle through the variants. May need to send a few invites before the cache clears and updates sidekiq to see the change on feature flag state changes.
  • To completely disable the experiment, disabled the feature flag.
Feature.disable(:members_invite_email)

Screenshots (strongly suggested)

With new experiment variant for group/project activity

Screen_Shot_2021-06-09_at_3.44.52_PM

with new experiment variant for group/project activity + truncation of text as per design specs

Screen_Shot_2021-06-09_at_3.26.09_PM

Summary of changes

source variant email
project control(no change) Screen_Shot_2021-02-05_at_12.24.48_PM
project activity(Added in this MR) Screen_Shot_2021-06-09_at_3.44.52_PM
project permission_info(Removed in this MR) Screen_Shot_2021-02-05_at_12.23.55_PM
project avatar(Removed in this MR) Screen_Shot_2021-02-05_at_12.25.22_PM
group control(no change) Screen_Shot_2021-02-05_at_12.18.40_PM
group activity(Added in this MR) Screen_Shot_2021-06-10_at_1.02.06_PM
group permission_info(Removed in this MR) Screen_Shot_2021-02-05_at_12.21.26_PM
group avatar(Removed in this MR) Screen_Shot_2021-02-05_at_12.22.47_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 #330353

Edited by Doug Stull

Merge request reports