Skip to content

Refactor Pages deployment and artifact migrations

Etienne Baqué requested to merge 327078-refactor-migration-rakes into master

What does this MR do?

Relates to this follow-up issue.

In another MR, new rake tasks were introduced (gitlab:pages:deployments migrate tasks). As they were closely related to existing tasks (gitlab:artifacts tasks), in terms of workflow, that MR introduced some repetitions.

Consequently, this MR here does some refactoring on what's used by these two sets of tasks.

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

Related to #327078 (closed)

Edited by Etienne Baqué

Merge request reports