A plugin which allows projects to be deleted from Gerrit via an SSH command

Clone this repo:
  1. bd49c1b Change from h2 to h3 by Paladox none · 7 weeks ago master
  2. ea78b4b Merge branch 'stable-3.9' by Daniele Sassoli · 5 months ago v3.10.0 v3.10.0-rc0 v3.10.0-rc1 v3.10.0-rc2 v3.10.0-rc3 v3.10.0-rc4 v3.10.0-rc5 v3.10.0-rc6 v3.10.0-rc7
  3. ecd8f3a Merge branch 'stable-3.8' into stable-3.9 by Daniele Sassoli · 5 months ago
  4. 9378a0e Merge branch 'stable-3.7' into stable-3.8 by Daniele Sassoli · 5 months ago stable-3.8 v3.8.5 v3.8.6
  5. 8f6ea7e Add support for newer plugin-node-resolve versions by Paladox none · 2 years, 2 months ago stable-3.7 v3.7.8 v3.7.9

Delete project plugin for Gerrit Code Review

A plugin which allows projects to be deleted from Gerrit via an SSH command, REST API or the Project settings screen.

Build Status

JavaScript Plugin Development

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.