commit | eb6b0ff099f59ccb73b31a5e6284d678a9f82c99 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Fri Aug 20 12:04:49 2021 +0200 |
committer | Ben Rohlfs <brohlfs@google.com> | Mon Sep 20 12:30:05 2021 +0200 |
tree | ca13680ec708f7d256ffda8ff1124ec4b3c7ad79 | |
parent | 49478893c3452942ea6f5cb275e4055b85bf872a [diff] |
Convert checks plugin to TypeScript and Lit And use the new common setups for Karma and ESLint tests. Change-Id: I7f0742e136038fddf0594c881911df66e36ca7b2
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
.