Ensure project cache state during revert of rename

Since I3724dfead the project cache caches non-existing projects. During
the revert of a rename, this caused indexing of changes to fail, since
the cache entry of the old project was outdated.

The cache entry of the old project is now evicted as part of the cache
revert. This removes the entry that was created, when the project was
renamed.

Change-Id: I3abc0f1669949324cfc1cc4ea7322e230a556779
1 file changed
tree: cf36986770c30be873225ea3bb309e9608a7d447
  1. .settings/
  2. src/
  3. tools/
  4. .bazelignore
  5. .bazelrc
  6. .bazelversion
  7. .gitignore
  8. bazlets.bzl
  9. BUILD
  10. external_plugin_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