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

Clone this repo:
  1. 723264b Update delete-project plugin following I479588df by Nitzan Gur-Furman · 4 weeks ago master v3.9.0 v3.9.0-rc6
  2. 69e29ba Merge branch 'stable-3.8' by Edwin Kempin · 5 months ago v3.9.0-rc0 v3.9.0-rc1 v3.9.0-rc2 v3.9.0-rc3 v3.9.0-rc4 v3.9.0-rc5
  3. b080ed4 Move gr-overlay to dialog element for delete-project plugin by Paladox none · 6 months ago stable-3.8 v3.8.1 v3.8.2 v3.8.3
  4. 415f4d9 Move gr-overlay to dialog element for delete-project plugin by Paladox none · 6 months ago
  5. 0322a37 Provide less verbose repo delete method by Christoforos Miliotis · 7 months ago

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.