commit | f2152f7a83a121aa248ca566ef33c62196055fe4 | [log] [tgz] |
---|---|---|
author | Josip Sokcevic <sokcevic@google.com> | Thu Feb 24 18:16:58 2022 |
committer | Josip Sokcevic <sokcevic@google.com> | Thu Feb 24 18:16:58 2022 |
tree | e374dfbe2106492d355f65ca2e33fbcdd024af18 | |
parent | f965d5564ff71c26d52886644fa1f574c95d9d2d [diff] |
Update reland message to link to original commit This updates reland commit message to include keyword "commit" which will make commit hash linkable. R=aravindvasudev@google.com, gavinmak@google.com Bug: b/221168737 Change-Id: I9f3ded441b1137c41fdcab0bfe9caced990c08db
This plugin must be placed inside the Gerrit plugins directory:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit cd gerrit/plugins git clone https://chromium.googlesource.com/infra/gerrit-plugins/chromium-behavior
For running TypeScript unit tests execute:
bazel test --test_output=all //plugins/chromium-behavior/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/chromium-behavior/web:lint_test bazel run //plugins/chromium-behavior/web:lint_bin -- \ --fix "$(pwd)/plugins/chromium-behavior/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/chromium-behavior
folder:
bazel build //plugins/chromium-behavior/web:chromium-behavior cp -f bazel-bin/plugins/chromium-behavior/web/chromium-behavior.js plugins/
Start polygerit-ui server:
./polygerrit-ui/run-server.sh --plugins="plugins"
and let the Dev Helper redirect from .+/plugins/chromium-behavior/static/chromium-behavior.js
to http://localhost:8081/plugins/chromium-behavior.js
.