Skip to content

WIP: Gitlab ui badge integration

Mark Florian requested to merge gitlab-ui-badge-integration into master

What does this MR do?

This is an integration branch for fixing breakages in gitlab due to the eventual upgrade to @gitlab/ui that includes gitlab-ui!1248 (merged).

Addresses gitlab-ui#481 (closed). Done to support #195928 (closed).

Using the following command:

$ SHA=$(git rev-parse origin/master); rg -thtml gl-badge -l --color=never | sed "s;^\(.*\);* [\1](https://gitlab.com/gitlab-org/gitlab/blob/$SHA/\1);"

The following files can be identified that use GlBadge:

Screenshots

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 Pedro Moreira da Silva

Merge request reports