commit | 42e02202a8e1f91ce3f047ee71180f3dc59ee42c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 14 14:00:18 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 14 14:00:18 2024 +0000 |
tree | 28d34a870020a8caa2d17e26f32619356f4a6fd7 | |
parent | 2cd74af05f0de8df009c65f70b03f2967d1f0610 [diff] | |
parent | 0f11c4b17da4e147cba595e2a3fe06d5202b6175 [diff] |
Merge changes I92dad4a4,Ia09d000c,I34974d84,I526d474a,I5827288d * changes: Introduce `ignoreAccountId` setting Do not automatically disable non-interactive users TrackActive: Automatically disable inactive accounts Rename track-active-users to track-and-disable-inactive-users Track user activity in a persistent cache
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.