commit | 1373d88927ca6708e1fd37e0b5bbf10cbca91765 | [log] [tgz] |
---|---|---|
author | Youssef Elghareeb <ghareeb@google.com> | Wed Jan 13 15:19:27 2021 +0100 |
committer | Youssef Elghareeb <ghareeb@google.com> | Wed Jan 13 16:46:57 2021 +0100 |
tree | a86eb330a98b919cbaafcda1044a97c0edbddc9a | |
parent | e72bced948ea85dbf737afb1fc22494f1aa25d04 [diff] |
Adapt to changes in gerrit core Remove the deprecated ChangeAttributeFactory after it was deleted with change https://gerrit-review.googlesource.com/c/285979. Change-Id: I555832317943a9614b64f7851856c7c5fad9e05e
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