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

Clone this repo:
  1. 3603583 Migrate off javax.inject package by David Ostrovsky · 2 years, 2 months ago master
  2. b892353 Use gerrit_js_bundle rule from bazlets by Thomas Dräbing · 7 months ago
  3. adb3c92 Adapt to usage of aspect_rules_* by Thomas Dräbing · 9 months ago
  4. bdb60b2 Align tsconfig with ts_project outputs by David Ostrovsky · 9 weeks ago
  5. 2db3d10 Use of gerrit_plugin and gerrit_plugin_tests rules from bazlets by Thomas Dräbing · 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 //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.