Skip to content

Make junit feature flag scoped by project

Max Orefice requested to merge mo-junit-feature-flag-scope-project into master

Part of &3198 (comment 342095957)

What does this MR do?

This MR makes it possible to enable our JUnit feature by project.

By passing the project as a param when checking for feature flag eligibility.

Why are we doing this?

We have some ~performance issues to address in order to remove our junit feature flag which are being working on in this epic.

In the meantime, some users want to enable the feature for specific projects which is not possible today.

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

Merge request reports