Require admin server capability to get data

Deny anonymous and general user access to the Gerrit support
data as it may contain sensitive or confidential information
about the system and the Gerrit changes' data.

Require authentication from a user that has been delegated
with server administration permissions.

Change-Id: I745698156051bda396cafc74b64b486a7ff4220c
1 file changed
tree: 3b2eafb203f64e5506a93a82414ede41d79ed911
  1. project/
  2. src/
  3. .gitignore
  4. build.sbt
  5. LICENSE
  6. README.md
README.md

Gerrit-Support Plugin

Collect information on Gerrit Code Review in order to have enough elements to request support.

How to build

Gerrit-Support plugins is written in Scala language and built with Sbt. To build the plugin you need to have SBT 0.13.13 installed and then run the assembly target.

Example:

   $ sbt assembly
   [...]
   [info] Packaging /Users/lucamilanesio/gerrithub/gerrit-support/target/scala-2.11/gerrit-support.jar ...