commit | f276e789a073c4869662d2635444a5a862d0bd3f | [log] [tgz] |
---|---|---|
author | Thomas Dräbing <thomas.draebing@sap.com> | Fri Feb 07 15:30:30 2025 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Tue Aug 26 07:58:29 2025 -0700 |
tree | 80d17ad9680a1870d25d53e0e6ed09d16b0eb89a | |
parent | 08035f1ef90258629346ab033af27c454a7fcc2d [diff] |
Format with GJF 1.24.0 Change-Id: If5e8d401ae78ddb7d80c621bdabd8aa1ddb36c17 (cherry picked from commit e437f9a1cdb7bddb343993cf9910519e070f06b5)
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
.