commit | bd49c1bf4212a166d1246774cb8c70d54ead31ba | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Mon Jun 10 14:26:55 2024 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Mon Jun 10 14:31:43 2024 +0000 |
tree | 0311429385b0557b01b221db8e91bde4784c2ca8 | |
parent | ea78b4b817151f47f6e3aca7bf1e90f14518caa1 [diff] |
Change from h2 to h3 Change-Id: I21f606f1b96f80a1250426c834c41fbb3d8d2615
A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.
For running unit tests execute:
bazel test --test_output=all //plugins/delete-project/web:karma_test
For checking or fixing eslint formatter problems run:
bazel test //plugins/delete-project/web:lint_test bazel run //plugins/delete-project/web:lint_bin -- --fix "$(pwd)/plugins/delete-project/web"
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/delete-project/web:gr-delete-repo cp -f bazel-bin/plugins/delete-project/web/gr-delete-repo.js plugins/
and let the Dev Helper redirect from .+/plugins/delete-project/static/gr-delete-repo.js
to http://localhost:8081/plugins_/gr-delete-repo.js
.