commit | 07d6997fc967e0f1719a012964075edc3a55d7b5 | [log] [tgz] |
---|---|---|
author | Tao Zhou <taoalpha@google.com> | Fri Jun 05 13:50:32 2020 +0200 |
committer | Tao Zhou <taoalpha@google.com> | Fri Jun 05 11:57:41 2020 +0000 |
tree | 0b823f5c43f62f11d2c1f0d72233d6f7a7d43c05 | |
parent | e5807296293b174c44173db5ec3387ece773b71a [diff] |
Fix broken close button in edit checks dialog Bug: Issue 12640 Change-Id: If3a01c63b6f93ecb9e20b704b783545724525ca1
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