commit | 7a0464119203def2ab2d8785be8caaa7a4dd321c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Dec 03 17:08:56 2015 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Dec 03 17:58:20 2015 +0000 |
tree | 15468e701d67ef918135a606e77c7ada906c89c3 | |
parent | f90a4013ed19798baf7adc730743c776bde15d65 [diff] |
Contribute the reindexer Groovy script to reindex on-line The current Gerrit command to triggering the on-line reindexer would not recreate the current version of the indexes. The reindexer Groovy script will allow to force the reindexing on-line and thus being able to fix the running index without having to shutdown Gerrit. Change-Id: Ic85e7f0ec7fb1537517b0c3c7911ac65681ba7bd
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.