commit | 75ba306b0cfe932d9a673dff32e1246b6f5f80b4 | [log] [tgz] |
---|---|---|
author | Gavin Mak <gavinmak@google.com> | Wed Jun 29 20:25:02 2022 |
committer | Gavin Mak <gavinmak@google.com> | Wed Jun 29 20:27:07 2022 |
tree | ff5c0748de900761c7b52b2495f5cc1053d3db70 | |
parent | 539ac059b4d81fcd2aa5442a61b25415b067c0f3 [diff] |
Update copyright year in common.ts This will test the CQ plugin on git.corp.google Change-Id: I209c92a60d0fa6bbbcad11b249902635df597eba
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
Run the commands below in web/.
For running TypeScript unit tests execute:
make test
For checking or fixing eslint formatter problems run:
make lint_test make lint_fix
For testing the plugin with Gerrit FE Dev Helper the command below builds the JavaScript bundle and copies it to the plugins/chromium-behavior
folder:
make build
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
.