Skip to content

Move PipelineEntity to the Ci namespace

Allison Browne requested to merge ab-namespace-pipeline-entity into master

What does this MR do?

We have the goal to move all ci related code to the CI namespace #207480 (closed)

We have a cop that enforces that all code should be in a product domain now. https://gitlab.com/gitlab-org/gitlab/-/blob/master/rubocop/cop/gitlab/namespaced_class.rb

This moves the pipeline entity to a product domain namespace.

Screenshots (strongly suggested)

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 Allison Browne

Merge request reports

Loading