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

Clone this repo:
  1. 4f42ebb Set track-and-disable-inactive-users v1.4 by Luca Milanesio · 12 hours ago master
  2. fdf6872 Fix documentation formatting of users tracking script by Luca Milanesio · 6 days ago
  3. 1f2660a Allow using the account tracking without having to disable accounts by Luca Milanesio · 7 days ago
  4. bc2034b Enable/disable the accounts tracking preload mechanism by Luca Milanesio · 7 days ago
  5. 8bebf83 Introduce the list SSH command on accounts tracking by Luca Milanesio · 7 days 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