commit | 547626ffe5ef86231a3a7155513057d53f66c94b | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Wed Apr 07 23:42:23 2021 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Wed Apr 07 23:42:23 2021 +0200 |
tree | 565f87942e62b888823249f66e7d26602abc2545 | |
parent | 990e936b1e050c4fe7ac3e590bdb5cfff0311232 [diff] | |
parent | 30cc0a5f443e607fd70be1829b3548c95693e1c8 [diff] |
Merge branch 'stable-3.3' * stable-3.3: Fix test due to change in Gerrit core Index change when combined state changes ChecksSubmitRule.Module: Demote base class to AbstractModule Change-Id: Ie14245216b2a73f6c82ab242b89c4234e9bb408f
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