commit | b21b178e6a2643e2d6d260952a66be67514392ee | [log] [tgz] |
---|---|---|
author | Sven Selberg <svense@axis.com> | Mon Jun 15 10:05:24 2020 +0200 |
committer | Sven Selberg <svense@axis.com> | Mon Jun 15 10:08:42 2020 +0200 |
tree | 329bcf70cc18867eb70aa7dd8d52cbfdba788de9 | |
parent | 50848a3e3af7fe457013bc5f2fdec0b1b519d535 [diff] |
Doc: Change CheckInput example to valid JSON JSON does not allow trailing commas. When using the current example you get: "Invalid application/json in request" Change-Id: Iff346918f453ff6bd5c47a0494046b45872e1fb1
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