commit | 66a702bba89f2eae2b24a4422bf46c006f94b302 | [log] [tgz] |
---|---|---|
author | Dariusz Luksza <dariusz.luksza@gmail.com> | Wed May 01 22:26:57 2024 +0100 |
committer | Dariusz Luksza <dariusz.luksza@gmail.com> | Mon May 13 23:18:56 2024 +0100 |
tree | 470b2a2cb5fd4a54334180d85d0a96b48283005f | |
parent | 1d9c579b5ce86adcd2e00476db881dcfaf65f12a [diff] |
Do not automatically disable non-interactive users The "Service Accounts" (aka. non-interactive users) should not be automatically disabled by the script. Those accounts are used for CI and other integrations and may be dormant for some time, we should not increase Gerrit Admin workload by automatically disabling them. This could also lead to frustration when a "paused" service is back online but it doesn't work because their user was blocked. Additionally, bumps the script version number to 1.1, which results in file rename. Bug: Issue 338071090 Change-Id: Ia09d000c72be062b8a00fa634e3ef75c85aab3bc
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.