Merge branch 'stable-2.16'

* stable-2.16:
  audit: import AuditEvent from server package
  Upgrade bazlets to latest master to build with 2.16-rc3 API
  Migrate `tools/bazel.rc` to `.bazelrc`
  Upgrade bazlets to latest stable-2.15 to build with 2.15.7 API
  Upgrade bazlets to latest stable-2.15 to build with 2.15.6 API
  Align Eclipse compiler settings with core Gerrit's
  WORKSPACE: Make commented out lines spaces indent consistent
  bazlets: Replace native.git_repository with skylark rule
  Upgrade bazlets to latest stable-2.15 to build with 2.15.5 API
  Update bazlets to latest stable-2.15 to build with 2.15.4 API
  Replace Guava functional constructs with Java native ones
  Remove final qualifiers
  Fix broken build status badge link
  Allow to protect specific projects against deletion
  Add tests for protected projects

Change-Id: I95885756e46761fb020bc21739b33a5470a62524
tree: 462a4da7231c99fef709ad3787c2fb97ee1ce9f8
  1. .settings/
  2. gr-delete-repo/
  3. src/
  4. tools/
  5. .bazelrc
  6. .gitignore
  7. bazlets.bzl
  8. BUILD
  9. external_plugin_deps.bzl
  10. plugin.html
  11. README.md
  12. WORKSPACE
README.md

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