commit | 94b174a1e631eee565640f7b522b98f73fd4fae4 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 05 18:24:20 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 05 18:24:20 2022 +0000 |
tree | aeb7a3972d0b4f704d46f5af0d6924b07fd02be0 | |
parent | 8995f0496bdebecc9f1613331e821cc44c48e459 [diff] | |
parent | ad767696e5aaf5bae4dbde6df9f0a4626648b69c [diff] |
Merge branch 'stable-3.4' into stable-3.5 * stable-3.4: Bump project and Gerrit version to v3.4.8 Use a simpler named binding for the LocalDiskRepositoryManager Associated GitRepositoryManager indirectly through a Named binding Change-Id: I3665602e82b01d559646302bf61a7f336e6ed816
Global ref-database interface for use with Gerrit Code Review.
Enables the de-coupling between Gerrit, its libModules and the different implementations of a globally shared ref-database.
The design for a global ref-db interface can be found as part of the multi-site design documentation, where it first originated and was approved by the community.
In order to consume this library, some Guice bindings need to be registered appropriately. More information in the relevant documentation.