commit | e5807296293b174c44173db5ec3387ece773b71a | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Jun 04 07:07:02 2020 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Thu Jun 04 07:07:02 2020 +0200 |
tree | b2ba338d12824d4964cf90c11fd41357f042e2b7 | |
parent | 08d8aad35e27f07f50095037bd99b173d8d7588e [diff] |
Bazel: Format build files with buildifier Change-Id: I095933f3f158958818e3506a57c4e889d7cd5f07
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