Skip to content

Fix Geo: Personal snippets not syncing

Michael Kozono requested to merge 439933-geo-personal-snippets-not-syncing into master

What does this MR do and why?

  • Fixes syncing of personal snippets (they could not sync at all)
  • I think this is also a minor fix for event creation for project snippets on update. (If I'm wrong about that, there is no consequence.)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure Geo if not already done
  2. Create a personal snippet
  3. On master, Admin > Geo > Sites should show that snippet stuck in "Queued" or in the Replication Details > Snippet Repositories > filtered on "Started"
  4. On this branch, in Admin > Geo > Sites > Replication Details > Snippet repositories you can click Resync all and it should become "Synced"

Related to #439933 (closed)

Edited by Michael Kozono

Merge request reports