Scripting plugins for providing simple and useful extensions on top of Gerrit

Clone this repo:
  1. 16c138f Adapt to the latest replication API on master by Luca Milanesio · 3 weeks ago master
  2. c7f1d37 Remove stale packed-refs.lock files by Luca Milanesio · 9 weeks ago
  3. 42e0220 Merge changes I92dad4a4,Ia09d000c,I34974d84,I526d474a,I5827288d by Luca Milanesio · 2 months ago
  4. 2cd74af File name needs version by Daniele Sassoli · 6 months ago
  5. 0f11c4b Introduce `ignoreAccountId` setting by Antonio Barone · 3 months ago

Gerrit scripting plugins collection

Overview

This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.

How to run the scripting plugins

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.

Administration Scripts

Gerrit multi-primary Scripts