Skip to content

Add invite sources to invite modal submission

Doug Stull requested to merge 327120-add-invite-source-tracking-2 into master

What does this MR do?

  • Step 2 of this plan
    • adds the frontend hookup to enable the event tracking of source to work as expected.
    • tests round trip success from frontend to backend.
  • improves tests specs where we added tests for...
    • performance - utilize let_it_be
    • better failure reporting leveraging aggregate_failures
    • remove redundant :js when declared above, or didn't need to be declared to speed up a few tests that only looked at selectors.

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 #327120

Edited by Doug Stull

Merge request reports