Skip to content

Add support for project wiki repositories in the Geo SSF

What does this MR do and why?

Migrate project wiki repositories replication and verification to the Geo Self-Service framework behind a feature flag.

How to set up and validate locally

  1. Set up Geo
  2. In a Rails console, enable the feature flag
    Feature.enable(:geo_project_wiki_repository_replication)
  3. Create, edit, or remove project wikis on the Geo primary site
  4. Check the Geo secondary site to ensure the data has been replicated

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related issues

Related to #367925 (closed)

Edited by Douglas Barbosa Alexandre

Merge request reports