commit | 09aab23ccb7c1e5e32b242112cfb8a4bc6378fd2 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Jul 01 21:07:02 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 03 11:46:14 2025 +0100 |
tree | 8ac5cf693ce22f3274c7db9cac7c92f2c8332f4d | |
parent | ebeb261600e8916fb654861ec241dd2e2b4a6fec [diff] |
Adapt to HealthCheck.StatusSummary being a Java record Following I7fdaf8d053, the use of HealthCheck's StatusSummary needs to change to a Java record. Change-Id: Iead52b8b25dc2e0978955fcd38b00f5b05cb62dc
This plugin can automatically mirror repositories from other systems.
Typically replication should be done over SSH, with a passwordless public/private key pair. On a trusted network it is also possible to use replication over the insecure (but much faster due to no authentication overhead or encryption) git:// protocol, by enabling the upload-pack
service on the receiving system, but this configuration is not recommended. It is also possible to specify a local path as replication source. This makes sense if a network share is mounted to which the repositories should be replicated from.
To be allowed to trigger pull replication a user must be a member of a group that is granted the ‘Pull Replication’ capability (provided by this plugin) or the ‘Administrate Server’ capability.
Changes will be automatically indexed upon replication.
For more information please refer to the docs