commit | bd10e1cff86dbe55b363dac684de01323c086228 | [log] [tgz] |
---|---|---|
author | Thomas Dräbing <thomas.draebing@sap.com> | Fri Feb 07 15:29:58 2025 +0100 |
committer | Thomas Dräbing <thomas.draebing@sap.com> | Tue Apr 15 04:51:28 2025 -0700 |
tree | b92e11044b03e1d43d8550569811c9b316b940df | |
parent | 08035f1ef90258629346ab033af27c454a7fcc2d [diff] |
Add support for JSON-formatted delete_log Change-Id: I7b63ea82197a864fcf44f01db86459ef0120f1ad
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
.