commit | a60138653b1a505512f74075dc3696630a7b0625 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Thu Apr 24 08:19:16 2025 -0700 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Aug 26 17:02:34 2025 +0200 |
tree | f659c679d4dcddb022214487a0ac51bacb37aade | |
parent | 7ba1ff395aad4d9d9b2b36f887c997b2568e9430 [diff] |
Fix typo Change-Id: If4cbd44aee7bea703eac3b514f3dcbe8b04937f6
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
.