commit | 80a280a847b9981a58c7b9c452568d474f4f30a1 | [log] [tgz] |
---|---|---|
author | Dariusz Luksza <dariusz.luksza@gmail.com> | Wed Apr 17 19:02:09 2024 +0100 |
committer | Dariusz Luksza <dariusz.luksza@gmail.com> | Sat May 04 18:45:28 2024 +0100 |
tree | 58877893a34e455064e4936a9ca664d4ac69edf1 | |
parent | 4fbfede24b238d4c1b577c06a431cff059f08866 [diff] |
Rename track-active-users to track-and-disable-inactive-users Remame `track-active-users.groovy` script to `track-and-disable-inactive-users.groovy` in anticipation of adding inactive users auto disabling capacity to the script. Change-Id: I526d474aa3a1f47a50f589131b481c79fda5e923
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.