commit | bc2034be62dfd29eaa545fbf33a75702dcd90bfb | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 21:53:46 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Aug 13 14:38:57 2025 -0700 |
tree | 6208d9ee8f9d177855446f53d4a1ab53c1140fbd | |
parent | 8bebf83c5a89529f76480787043efd080bbbc513 [diff] |
Enable/disable the accounts tracking preload mechanism The default behaviour of preloading all the users in All-Users into the tracking cache can now be disabled by configuration. This enables a more accurate tracking of the real active users and avoid the massive preload of the entire All-Users' accounts into the cache. Change-Id: Ibf6d09f7a6c772f60e48f5c75ad0b2e587f8e681
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.