Add top-menu for account management

Make the account page discoverable through the top-menu
account > personal information.

NOTE: This currently works on the GWT-UI but not yet on PolyGerrit
      because the top-menu items are not fetched yet through
      the Gerrit REST API

Change-Id: I234615c2d6c7250e63b46c837f6f541cd073f12e
4 files changed
tree: 33565dc1380a1a2eb5660ff4a26cf9fb6410f74a
  1. src/
  2. tools/
  3. .gitignore
  4. bower.json
  5. BUILD
  6. external_plugin_deps.bzl
  7. LICENSE
  8. README.md
README.md

Account management plugin for Gerrit Code Review

A plugin that allows accounts to be deleted from Gerrit via an SSH command or REST API.

How to build

To build this plugin you need to have Bazel and Gerrit source tree. See the detailed instructions on how to build it.

Commands

This plugin adds an new SSH command and a REST API for removing accounts from Gerrit.