commit | 08d8aad35e27f07f50095037bd99b173d8d7588e | [log] [tgz] |
---|---|---|
author | Gal Paikin <paiking@google.com> | Wed May 27 07:57:08 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 27 07:57:08 2020 +0000 |
tree | 9a03e35c2a809c981229b5fdfd79184a7327c51b | |
parent | c5c4e0e4f5cee487b6c15f2ffab08adee1d4e89f [diff] | |
parent | c2bf561f7596378eb29c29243b17fa98d7691aa1 [diff] |
Merge "Add message-id to emails sent by the checks plugin"
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