https://github.com/gerritcodereview/plugins_automerger
null - (mirror of https://gerrit.googlesource.com/plugins/automerger)
https://github.com/gerritcodereview/plugins_automerger
Last synced: about 1 year ago
JSON representation
null - (mirror of https://gerrit.googlesource.com/plugins/automerger)
- Host: GitHub
- URL: https://github.com/gerritcodereview/plugins_automerger
- Owner: GerritCodeReview
- License: apache-2.0
- Created: 2016-10-15T21:53:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T23:49:03.000Z (about 1 year ago)
- Last Synced: 2025-06-04T07:17:06.422Z (about 1 year ago)
- Language: Java
- Homepage: https://gerrit.googlesource.com/plugins/automerger
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://gerrit.googlesource.com/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`.