commit | aa7785aa3ba6ac244bc31cc255a48bac4e1379c0 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Wed Oct 06 08:20:23 2021 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Wed Oct 06 06:21:55 2021 +0000 |
tree | 93d72859902cda2a24551491b712816bc9cf0681 | |
parent | cadaca7ab87b6dc65869bea460909ef9fcb86bb9 [diff] |
Replace --padding with --gr-button-padding See change 320035. Change-Id: I74d63b4e35249184f8b4306e68c1b392897f48a2
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
For running unit tests execute:
bazel test --test_output=all //plugins/checks/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/checks/web:lint_test bazel run //plugins/checks/web:lint_bin -- --fix "$(pwd)/plugins/checks/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/checks/web:checks cp -f bazel-bin/plugins/checks/web/checks.js plugins/
and let the Dev Helper redirect from .+/plugins/checks/static/checks.js
to http://localhost:8081/plugins_/checks.js
.