commit | 30961cc060680c50b6bde8acc693cfb3f530d22a | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@digital.ai> | Fri Jun 26 17:11:40 2020 +0900 |
committer | David Pursehouse <dpursehouse@digital.ai> | Fri Jun 26 17:11:40 2020 +0900 |
tree | 0b0f9770450076675a68af079320e0a031f053ed | |
parent | e5cc92c4330942ac22b863ce7c76036842e1a928 [diff] | |
parent | 63101973b30f8171cb55297db3f4299cd9593abb [diff] |
Merge branch 'stable-3.2' * stable-3.2: Fix broken CheckerRefMigrationTest Docs: Add missing comma to example responses Docs: remove trailing comma from example requests/responses Doc: Change CheckInput example to valid JSON Change-Id: Ia4448b1ecb7a3313981d96a626ecaa99879245a3
This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.
When upgrading the plugin, please use init:
java -jar gerrit.war init -d site_path
More details about “init” in https://gerrit-review.googlesource.com/Documentation/pgm-init.html
To run UI tests here will need install dependencies from both npm and bower.
npm run wct-test
should take care both for you, read more in package.json
.
You will need polymer-bridges
which is a submodule you can clone from: https://gerrit-review.googlesource.com/admin/repos/polymer-bridges
bazel build gr-checks:gr-checks
gerrit/plugins/checks/
folder and it will automatically served at http://localhost:8081/plugins_/checks/
(no need to pass it to --plugins flag)If your plugin is already enabled, then you can block it and then inject the compiled local verison.
See more about how to use dev helper extension to help you test here: https://gerrit.googlesource.com/gerrit-fe-dev-helper/+/master