commit | 59ad1ddab546d0660e19a7bc6eb96c9443558a0b | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 02 02:11:54 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 02 02:11:54 2023 +0100 |
tree | ffd78e170e445f58e88d40643d30c71385ea630c | |
parent | 94d7e242b995523ec73c8719602bdec4b00eee84 [diff] | |
parent | 95fe9624918a19c1dee95ff5e4c6cfb71df045e7 [diff] |
Merge branch 'stable-3.4' into stable-3.5 * stable-3.4: Set version to 3.4.8.4 Configure the set of refs prefixes to be ignored by the global-refdb Bump the global-refdb version to 3.4.8.3 Make SharedRefDatabaseWrapper a singleton Add warning when the GlobalRefDatabase is not injected Bump the global-refdb version to 3.4.8.2 Add default implementation for the global-refdb logger Change-Id: Ic19d0234ad2531d63f05e2c8122ecc6f8ca0526a
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.
Global ref-database expose metrics to measure the global ref-database operation latency. List of the available metrics can be found here.