Scripting plugins for providing simple and useful extensions on top of Gerrit

Clone this repo:
  1. 26b2a4a Introduce AI review chat integration with any OpenAI compatible provider by Réda Housni Alaoui · 3 weeks ago master
  2. 8cbce82 Merge branch 'stable-3.14' by Luca Milanesio · 4 weeks ago
  3. 1b00c2c openrouter: delegate model caching and 429 retry to provider plugin by Jacek Centkowski · 4 weeks ago
  4. d5b7f22 openrouter: delegate model caching and 429 retry to provider plugin by Jacek Centkowski · 4 weeks ago
  5. 07b6fb4 Introduce AI review chat integration with Llama by Luca Milanesio · 5 weeks ago

Gerrit scripting plugins collection

Overview

This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.

How to run the scripting plugins

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.

Administration Scripts

Gerrit multi-primary Scripts