commit | afb4b200764b7dc57477023f2401190a891064b5 | [log] [tgz] |
---|---|---|
author | Gal Paikin <paiking@google.com> | Mon Feb 08 12:43:52 2021 +0100 |
committer | Gal Paikin <paiking@google.com> | Mon Feb 08 12:53:30 2021 +0100 |
tree | a06a4b4d3842e3254392fcacd91b831c30d78143 | |
parent | 0eaffba8775f95cccac487ad0e635a2801416b91 [diff] |
Fix test due to change in Gerrit core I6ba424e09 broke this test by disallowing to remove the change id from the commit message. Change-Id: Ic56533dbfd21d073b8814d9f8610a3ad6cf6f748
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