commit | 3d9d567236e88db66e79edc4aaf7a4afedad1629 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Mon Feb 15 16:09:51 2021 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Mon Feb 15 16:18:09 2021 +0100 |
tree | afdedde8d2a09d38d0856b693c8fd09808d97e36 | |
parent | efb075d4f283d7939c7d0507be42a927e61ab1f8 [diff] |
Adapt to change in Gerrit core Change Ia3db97037 in Gerrit core removed the etag for revisions. Trying to get the etag for a revision fails with NotImplementedException now. Drop the check tests for revision etags, since these etags no longer exist. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I57af0a1d3f90b5b99e0e1a2025d895612b552ae9
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