commit | e0be02aace3a53874fda8e8370eaa28dd5386d5c | [log] [tgz] |
---|---|---|
author | Diego Zambelli Sessona <diego.sessona@gmail.com> | Tue Dec 03 21:45:11 2024 +0100 |
committer | Diego Zambelli Sessona <diego.sessona@gmail.com> | Wed Jan 15 10:42:43 2025 +0100 |
tree | 275c86858e9c83dccec07df2068d86f490938b2f | |
parent | 3d2e87c71b59ef887f377fd49b4634d701bba07a [diff] |
Added plugin repo-repack-tracker Added a groovy script plugin to check if a repack process is running for a list of projects, exposing as a Gerrit metric for each project. Change-Id: I940777e5503b05d0c070bed9fd72b72402999b31
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.