Skip to content

Move Gitlab::Artifacts::MigrationHelper to the Ci namespace

Allison Browne requested to merge ab-namespace-ci-artifacts-migrationHelper into master

What does this MR do?

Move Gitlab::Artifacts::MigrationHelper model to the Ci namespace as part of:

#273605 (closed)

Gitlab::Artifacts::MigrationHelper becomes Gitlab::Ci::Artifacts::MigrationHelper

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

No new tests, since I'm just namespacing this code. I tested this manually on my dev stack.

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