| commit | 93bfd1cf9d0426c69b9e2b01d71f2b63e3356d9e | [log] [tgz] |
|---|---|---|
| author | Daniele Sassoli <danielesassoli@gmail.com> | Thu Dec 18 09:43:49 2025 +0000 |
| committer | Daniele Sassoli <danielesassoli@gmail.com> | Thu Dec 18 09:43:49 2025 +0000 |
| tree | e5c2d8bbc46fbd329654ee34d280a252039e4cea | |
| parent | 47e8409f12479b17647271f3b1ba04d9cfb147aa [diff] |
Run GJF on project Change-Id: I64ba43d4701ee646f487e1fa316abc8fbcc920b5
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 //plugins/delete-project/web:web_test_runner
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.