commit | 1dddd4fb9573487892923703502f41ce55c24e2e | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Apr 25 14:48:24 2017 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue Apr 25 12:50:06 2017 +0000 |
tree | d6d435f94296cc8c67cab2fad8bfc3543a6d9129 | |
parent | 58493b91b70dade6469ed899efaf99a7524a668d [diff] |
Add global collectServerData permission extension Allow to assign permissions to collect Gerrit Server Data through a new plugin-provided permission 'collectServerData' at global capability level. Preserve backward compatibility using reflection. Change-Id: I3f58d1f3dca1daed7696bb7badead4240e55f187
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 ...