Skip to content

Store status of repository storage moves

James Fargher requested to merge initial_repository_storage_move into master

What does this MR do?

#210041 (closed)

  • Adds new table to store status of project repository moves with the intent to expose it to admins.
  • Adds minimal state updates to UpdateRepositoryStorageService
  • Future enhancements will include:
    • automatically cleaning up moved repositories gitaly#2618 (closed)
    • a basic API to retrieve state of a job
    • a dedicated API for moving project storage repositories.
  • No changelog because this is not exposed anywhere yet.

Screenshots

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 James Fargher

Merge request reports