commit | 94c199e175d3c505dd9bfeb9251b5fafe85ab502 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Apr 10 16:50:40 2017 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Apr 10 16:50:47 2017 +0100 |
tree | 3b2eafb203f64e5506a93a82414ede41d79ed911 | |
parent | 47d2b8f259be0e4ea191dbfdb5d18c954bb8933a [diff] |
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
Collect information on Gerrit Code Review in order to have enough elements to request support.
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 ...