Skip to content

Add default branch name e2e test

Mark Lapierre requested to merge ml-add-default-branch-name-e2e-test into master

What does this MR do?

Adds an e2e test of instance-wide default branch name setting

  • Includes a test of creating a project from an existing repo

Update ApplicationSettings

  • Makes it a class since it's not intended to be included (and this avoids rubocop complaints about a module with instance variables)
  • Allow settings to be restored
  • Dedupe API client code

Closes gitlab-org/quality/testcases#888 (closed)

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

Loading