| commit | 48754950c0f7781aaf169fef378e595e7d822e3a | [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 15:23:38 2024 +0000 |
| tree | 674fb2116ce453ee43ac0707b2cd7bb7712c56c4 | |
| parent | 93038507ff113042bf09ba96d788af43a5deff28 [diff] |
Change from h2 to h3 Change-Id: I21f606f1b96f80a1250426c834c41fbb3d8d2615 (cherry picked from commit bd49c1bf4212a166d1246774cb8c70d54ead31ba)
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.