commit | 55dba57a35ad9340cd1633ae792281481fa00852 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jun 15 23:57:22 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Jun 16 22:01:33 2023 +0000 |
tree | 1f26a4bc83a0b0738490eed831abb8d3826bb7e0 | |
parent | 38b550a4b8af8297b23d88388f790210eee3ab17 [diff] |
Introduce globalrefdb update-ref command Allow the Gerrit admin to update refs on the global-refdb in the same way he can update refs on the local one, using a command similar to 'git update-ref'. This allows to resolve split-brains situations with a simple command line, without having to connect directly to the global-refdb implementation console backend. Change-Id: Ice02d4faa08ac3c275eb241d3a8249e46bede516
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.