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

Clone this repo:
  1. dd017b8 Add Gerrit multi-primary utilities by Luca Milanesio · 5 days ago master
  2. c240492 Remove reference to accounts_byemail cache by Luca Milanesio · 5 years ago
  3. c9a7ced Merge "update documentation for reindexer command" by Luca Milanesio · 7 years ago stable-2.14
  4. f3e746d update documentation for reindexer command by Khai Do · 7 years ago
  5. d5c5b20 restrict access to admin scripts by Khai Do · 7 years 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