Add dialogue before relanding

Relanding a change automatically notifies reviewers, even if the change is not ready to review. This option adds a dialogue when relanding to notify reviewers, or to only notify the owner.

Bug:999368
Change-Id: I8dbb1867e8da478502656bc354228d400971254d
2 files changed
tree: 42b8bcbadf55cdc29018a8e8d0ee251cfcea68dc
  1. src/
  2. test/
  3. .eslintrc.json
  4. .gitignore
  5. BUILD
  6. codereview.settings
  7. LICENSE
  8. package-lock.json
  9. package.json
  10. polymer.json
  11. README.md
  12. run-with-prod-data.sh
  13. WATCHLISTS
README.md

Chrome/Chromium behavior theme for Gerrit

To run unit tests

$ npm wct-test

To test with Gerrit FE Dev Helper

Make sure the plugin is installed in plugins/ of Gerrit repository.

$ cd ../.. # Gerrit root directory
$ bazel build plugins/chromium-behavior:chromium-behavior
$ cp -f bazel-bin/plugins/chromium-behavior/chromium-behavior-bundle.js plugins/
$ cd plugins/chromium-behavior
$ run-with-prod-data.sh