commit | d57b02bc107d26c8806c02a9857fff7ad3c8fbf5 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Jun 06 15:27:20 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jun 14 13:36:41 2023 +0100 |
tree | b89219b74d9364e5ae333ffb1567ab3810edf8f4 | |
parent | dd017b8e77622fdc17323d5bcf7852407d636721 [diff] |
Display globalrefdb check progress over SSH Display some percentage progress and ETA when checking the project's refs consistency with the globalrefdb. This is mainly done for preventing the SSH channel to exit for timeout. Change-Id: Ic053b6d669255f598d30d445b7b8a5a47f871e62
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.
In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.
Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.