Add cache warm-up utility

New SSH command to trigger the warm-up of Gerrit caches.
First cache implemented is project lists and entries.

Change-Id: I1972191a55a7bb03ee338cf8db96e40808f82736
2 files changed
tree: ca2d1ef4eb5af12f7324c95db02eb8567d9b0dcc
  1. admin/
  2. 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