commit | 0f11c4b17da4e147cba595e2a3fe06d5202b6175 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Mon May 06 17:08:55 2024 +0200 |
committer | Dariusz Luksza <dariusz.luksza@gmail.com> | Mon May 13 23:18:57 2024 +0100 |
tree | 9b176053bfb54a495228d58ef4f1d05c985c14e4 | |
parent | 66a702bba89f2eae2b24a4422bf46c006f94b302 [diff] |
Introduce `ignoreAccountId` setting Allow the Gerrit admin to specify a list of accounts that should not be automatically disabled. This prevents locking important Gerrit system accounts like the main administrator. Bug: Issue 338071091 Change-Id: I92dad4a4302c1ac762e74510c59c93f3aab92059
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.