commit | fba782d915b88502888e20a856d47351901d4e2a | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Wed Jan 27 11:38:43 2021 +0100 |
committer | Ben Rohlfs <brohlfs@google.com> | Wed Jan 27 11:38:43 2021 +0100 |
tree | d992c13afbfd7a7b76ab1b8425ff0f6256be2c4e | |
parent | 2cc6ffc61bb2d33190d836d2b95bf51b901f079c [diff] |
Change checks conversion of successful checks They should not have a result, but just become a run without any result. Change-Id: I51645b7ca99020bb66bc86648c4475450a951a9e
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