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

Clone this repo:
  1. ea78b4b Merge branch 'stable-3.9' by Daniele Sassoli · 3 weeks ago master
  2. ecd8f3a Merge branch 'stable-3.8' into stable-3.9 by Daniele Sassoli · 3 weeks ago
  3. 9378a0e Merge branch 'stable-3.7' into stable-3.8 by Daniele Sassoli · 3 weeks ago stable-3.8
  4. 8f6ea7e Add support for newer plugin-node-resolve versions by Paladox none · 1 year, 9 months ago stable-3.7 v3.7.8
  5. e2c70ab Fix PreferredInterfaceType ErrorProne warnings by Edwin Kempin · 5 weeks 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.