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

Clone this repo:
  1. fd21061 Merge "Add certificates expiration date checker" by Marcin Czech · 8 weeks ago master
  2. be3fbab Add certificates expiration date checker by Marcin Czech · 4 months ago
  3. 285aa7b Remove unused import by Christoforos Miliotis · 9 weeks ago
  4. f343fad Remove redundant injected dependency by Christoforos Miliotis · 9 weeks ago
  5. 146102d Adapt warm-cache script for gerrit 3.7 by Christoforos Miliotis · 9 weeks 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