commit | 8bebf83c5a89529f76480787043efd080bbbc513 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Aug 07 20:18:23 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Aug 13 14:37:27 2025 -0700 |
tree | a19371da6dd4444a90d1893eae9f2425d78e5a41 | |
parent | 2a562ac1b074793625564c5b01390d9f81cfd9c6 [diff] |
Introduce the list SSH command on accounts tracking Enable the listing of the content of the accounts tracking persistent cache, so that the Gerrit admin can directly display and export the full list of accounts and when they connected to Gerrit. Change-Id: I6f5e51ca2bbd54d4d0d3b0a09ff9196a0e7c70c8
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.