commit | 24372de7e21844ab64c54d7c42ee9b7905477866 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Jun 17 15:12:04 2021 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Thu Jun 17 15:12:32 2021 +0200 |
tree | ac25ef3e90181e43eb45286368e2432e0fc20a5e | |
parent | 8cf841baccce50c7bd07e05b2fce3523a623478a [diff] |
Add a toc file for the plugin documentation At Google this file is required to host the plugin documentation. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I19f3a5ceecb3f7c2b430c5d42e69fc9cacfa553f
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