commit | c6b699bdf2c0e520c0c209acbd43778a3fd8f72d | [log] [tgz] |
---|---|---|
author | Patrick Hiesel <hiesel@google.com> | Fri Nov 20 10:49:38 2020 +0100 |
committer | Patrick Hiesel <hiesel@google.com> | Fri Nov 20 10:55:35 2020 +0100 |
tree | c73cb1096179518a4e8f765669b4836dd68bed1e | |
parent | faa1669ceca21b4c7a0de5021663081770c16041 [diff] |
Adjust to changes in Gerrit core Change-Id: Ibd0f9138c157520f7f45a9e6d9814a11bd95cb03
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