commit | 1f2660ac3bb7c5e79151783f31a60c51569dfb7c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 22:05:01 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Aug 13 14:39:37 2025 -0700 |
tree | e56c39483748c68512da20142e12346a4435601c | |
parent | bc2034be62dfd29eaa545fbf33a75702dcd90bfb [diff] |
Allow using the account tracking without having to disable accounts Enable the tracking-only functionality for the accounts tracking script so that the Gerrit admin can purely keep track of who is using the platform without having to necessarily automatically disable the inactive users. Change-Id: Ibc4c22235c7d9156d625f913a72fcf4936dbb339
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.