Skip to content

Create CI/CD-only projects

Rubén Dávila requested to merge rd-3829-create-ci-cd-only-projects into master

What does this MR do?

  • Add ability to create a CI/CD-only project from a Git URL

When creating a new Project we need to set the new ci_cd_only attribute to true or 1

  • Add ability to create a CI/CD-only project from GitHub Handled through !4762 (closed)
  • Disable issues, merge requests, container registry, wiki, snippets
  • Enable pull mirroring of the project
  • Match the visibility of imported repo if importing from GitHub (Already implemented in the current importer)

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3839 (closed)

Edited by Eric Eastwood

Merge request reports