commit | bc085fe6982ba1ecf59581ecec4a80532ab91653 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Mar 03 21:58:25 2016 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Mar 09 22:28:25 2016 +0000 |
tree | 9a04990164e8a867fa7fb378b8ba03fc555009b5 | |
parent | 3e65e36e96eb07f451f731b4fc5e8ca3f71ad80b [diff] |
Implement accounts* warm-cache command Scan all accounts from ReviewDb and load them by all criteria to populate the in-memory cache. Change-Id: I37d6fddf4ef55031f5232d760bad60b635c1da4b
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.