commit | f00a07d4d923c54a7b24c34f10891559abc32473 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Jul 20 08:35:59 2020 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Mon Jul 20 08:37:49 2020 +0200 |
tree | bf174dd4f3260e74d129b6656774c0850e96f4d0 | |
parent | 6a674e902d44e1c2c26de8275ca02974ac1d44a2 [diff] |
Adapt to change in Gerrit core Change I6876624bb in Gerrit core moved the NotifyType class to another package. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I6df7203e6cc4b24f5cf1a09a82928a03eb2d6a4e
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