Clone this repo:
  1. 8ef8bfe Fix addTapListener both on initial load and on navigation. by Taylor Santiago · 6 months ago master
  2. 941930a Use Flogger for writing logs by Edwin Kempin · 1 year, 3 months ago
  3. 1462132 Revert "Get rid of usage of private _getElement from automerger." by Christophe Poucet · 1 year, 8 months ago
  4. b9bab3a Get rid of usage of private _getElement from automerger. by Chris Poucet · 1 year, 8 months ago
  5. 5e4c7d8 Fix compiler and type safety issues by Ben Rohlfs · 1 year, 8 months ago

Gerrit Code Review Automerger Plugin

See src/main/resources/documentation.

Web Plugin Development

For running unit tests execute:

bazel test --test_output=all //plugins/automerger/web:karma_test

For checking or fixing eslint formatter problems run:

bazel test //plugins/automerger/web:lint_test
bazel run //plugins/automerger/web:lint_bin -- --fix "$(pwd)/plugins/automerger/web"

For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/ folder:

bazel build //plugins/automerger/web:automerger
cp -f bazel-bin/plugins/automerger/web/automerger.js plugins/

and let the Dev Helper redirect from .+/plugins/automerger/static/automerger.js to http://localhost:8081/plugins_/automerger.js.