commit | 3226f14a5393273396c3d78f153ca03c1b393cab | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 08:53:35 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 14:16:42 2025 -0700 |
tree | 0f560166d48ed955629ffce8e1fc33805783ebf1 | |
parent | 3d3dff86eea7ac136bb47aa34b6f0201cdabd06e [diff] |
Improve logging when the auto-disable mechanism is ignoring accounts Before this change, accounts auto-disable mechanism was silently ignored and account entries removed from cache. Include an explicit logging tracing the account-id that is ignored and do not remove it from cache anymore. Change-Id: I19e75dad3d74ebf161c472a85894fa1ccadecbc4
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.