Avoid project state updates on replicas during rename

Change Ie1694eb inadvertently caused the project state to be updated on
replica nodes. However, modifying the project state on replicas can lead
to inconsistencies with the primaries.

This change separates replica rename logic from the primary to prevent
unintended project state updates on replicas.

Change-Id: Idbadff40543ce8bf7a512839b60ca02a5365e5c8
1 file changed
tree: 5ee79da6b4ebb4515dc7606a1e313ce7482b158d
  1. .settings/
  2. src/
  3. tools/
  4. .bazelignore
  5. .bazelrc
  6. .bazelversion
  7. .gitignore
  8. bazlets.bzl
  9. BUILD
  10. deps.bzl
  11. LICENSE
  12. README.md
  13. WORKSPACE
README.md

Rename project plugin for Gerrit Code Review

This plugin currently supports Gerrit version 2.14.X and 2.15.X with changes in reviewDb. Also supported is the noteDb alternative for Gerrit versions 2.15.X and above.

For more information, see: src/main/resources/Documentation/about.md