| commit | 3d3dff86eea7ac136bb47aa34b6f0201cdabd06e | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 08:07:09 2025 +0100 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 14:16:02 2025 -0700 |
| tree | b665a88206a84710709c5abfd53c165514f0f0c2 | |
| parent | bf541b492857233256d6615270a5e2668292bf64 [diff] |
Allow to exclude group of accounts from the auto-disable script Introduce the ability to add a group of accounts in the exclusion list of the track-and-disable-inactive-users utility. This allows to automatically exclude the administrators of Gerrit from being disabled accidentally and also other users that are for sure active even though they have not connected recently. Change-Id: I9b75d75d5be076125ef2669d4e14573a6c4735d3
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.