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
1 file changed
tree: 470b2a2cb5fd4a54334180d85d0a96b48283005f
  1. admin/
  2. multi-primary/
  3. replication/
  4. .gitignore
  5. README.md
README.md

Gerrit scripting plugins collection

Overview

This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.

How to run the scripting plugins

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.

Administration Scripts

Gerrit multi-primary Scripts