Skip to content

Geo: Fix synchronization disabled on primary UI

Michael Kozono requested to merge mk/fix-synchronization-disabled into master

What does this MR do?

In some cases, synchronization is toggled on secondaries. The secondaries need to send this toggle information to the primary as part of their Status. In this way, the Admin > Geo > Nodes UI will display the correct Status information regardless of which node you are browsing.

  • Add tests
  • Smoke test
  • Add screenshot proof

Closes #217643 (closed)

Screenshots

Container repositories disabled, design repositories enabled but nothing to sync

Visiting the primary:

Screen_Shot_2020-06-07_at_11.09.54_PM

Visiting the secondary (looks the same):

Screen_Shot_2020-06-07_at_11.10.20_PM

Container repositories enabled but nothing to sync, design repositories disabled

Visiting the primary:

Screen_Shot_2020-06-07_at_11.15.16_PM

Visiting the secondary (looks the same):

Screen_Shot_2020-06-07_at_11.12.47_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Michael Kozono

Merge request reports