commit | 3e65e36e96eb07f451f731b4fc5e8ca3f71ad80b | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Mar 03 21:47:40 2016 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Mar 09 22:27:36 2016 +0000 |
tree | 8362c3e38b44a027c429c8197dac5f41343e6502 | |
parent | bc4f8d1816f4455e4c986377a691a12fc3289ae6 [diff] |
Implement groups* warm-cache command Scan all groups that have permissions on all projects and triggers the warm-up of all group* related caches. Change-Id: I44b53373c996462db9c42c4999786616e7e6aa8e
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.