commit | f969a104339dcd1cc464ac8ac71746961f88b892 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 05 22:38:30 2022 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Dec 05 22:38:30 2022 +0000 |
tree | 3c60839d5db606f79591200d3efd6e259b575507 | |
parent | 1a4b5e0468659edea3e1c441bed57f642cee0bd4 [diff] | |
parent | 6f38ef589b3a0dbbbfd1586239d15c716f1797af [diff] |
Merge branch 'stable-3.6' * stable-3.6: Set version to 3.6.3.1 Set project and Gerrit version to 3.5.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 Set version to 3.6.3 Change-Id: Ifb65d7906869e4e917dab9c488561c3e4d43e662
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.