commit | 59256c0de2ec082f457550e69da37514a56cfdca | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Thu Feb 25 11:04:20 2021 +0100 |
committer | Ben Rohlfs <brohlfs@google.com> | Thu Feb 25 11:06:46 2021 +0100 |
tree | b1f5e1aab67db1d27fe4007711f00cc2c7ed464d | |
parent | 648881efe1ef5cb0be5f6f7e2f01439ae7c02b0e [diff] |
Add some more data when converting checks for the new UI If the check has no message, then use a generic message with a duration string. Also fix the error handling when triggering a run. Bug: Issue 14141 Change-Id: Ie17347540c7e343d69201c4d90a2bce57bbec5f5
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