Skip to content

Update default initial branch name in the CI schema extension

Denys Mishunov requested to merge 326997-master-to-main-extension into master

What does this MR do?

Updates the references to the default branch in the Pipeline Editor's CI extension

The current state of the references to master:

➜  gitlab git:(326997-master-to-main-extension) ✗ grep -v -r --include=\*.js --include=\*.vue '^\s*\/\/\|^\s*\*' ./app/assets/javascripts/editor | grep 'master' 
➜  gitlab git:(326997-master-to-main-extension) ✗ grep -v -r --include=\*.js --include=\*.vue '^\s*\/\/\|^\s*\*' ./spec/frontend/editor | grep 'master' 
➜  gitlab git:(326997-master-to-main-extension) ✗ grep -v -r --include=\*.js --include=\*.vue '^\s*\/\/\|^\s*\*' ./app/assets/javascripts/pipeline_editor | grep 'master' 
➜  gitlab git:(326997-master-to-main-extension) ✗ grep -v -r --include=\*.js --include=\*.vue '^\s*\/\/\|^\s*\*' ./spec/frontend/pipeline_editor | grep 'master' 
➜  gitlab git:(326997-master-to-main-extension) ✗ 

Screenshots (strongly suggested)

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 #326997 (closed)

Edited by Denys Mishunov

Merge request reports