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
2 files changed
tree: 6208d9ee8f9d177855446f53d4a1ab53c1140fbd
  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