Perform migration from refs/meta/checkers/ to the same ref without slash

After the previous change corrected the name of the ref, this change has
to migrate the old ref to be the new ref.

The migration will be done upstream in the InitStep for the checks
plugin. When upgrading the plugin, Init should be run, and this is
documented in the init pgm notes.

Alternatively, we could use LifeCycleListener, but then we would have
to continuously pay the price of opening the repository and checking for
the ref, so the current approach is cheaper.

Change-Id: Ic5c4e8188b9c6fb05258602063ff9617b44e8791
3 files changed
tree: d3c41bf3a1a25c4ac246cdc9a1bb025c2f2e139f
  1. gr-checks/
  2. java/
  3. javatests/
  4. proto/
  5. resources/
  6. test/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. bower.json
  11. BUILD
  12. LICENSE
  13. package.json
  14. README.md
README.md

Gerrit Code Review Checks Plugin

This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.

This plugin uses polymer-cli to test.

After bower install, running polymer test -l chrome will run all tests in Chrome, and running polymer serve and navigating to http://127.0.0.1:8081/components/checks/gr-checks/gr-checks-view_test.html allows for manual debugging.