commit | 6a674e902d44e1c2c26de8275ca02974ac1d44a2 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Jul 16 15:22:32 2020 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Thu Jul 16 15:22:32 2020 +0200 |
tree | 7f3552b85aa79a3be41119d8e9e80685185f3052 | |
parent | bc8bab8061463a30872023a109a3201510b509e5 [diff] |
ChecksSubmitRule: Fix typo Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Id9abb769a392c89c257e61c3cc033eb012835bc8
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