Skip to content

Move `gitlab_team_member_badge.vue` to EE directory

Peter Hegman requested to merge move-gitlab-team-member-badge-to-ee into master

What does this MR do?

Moves the gitlab_team_member_badge.vue component to the /ee directory along with associated tests. This is a feature that will only exist on gitlab.com so it is not needed in the CE build. This was brought to my attention in this thread: !29196 (comment 322827676)

I also asked this question in Slack: https://gitlab.slack.com/archives/C02PF508L/p1588864669453200

Screenshots

No visual change

Local Testing

  1. Enable :gitlab_employee_badge feature flag.
    • bin/rails console
    • Feature.enable(:gitlab_employee_badge)
  2. In lib/gitlab.rb change self.com? to return true

Note: You may need to run gdk restart because of the caching on app/models/user.rb

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
Edited by Peter Hegman

Merge request reports