commit | b343ee7cbf796bc567d53c0d133db511e128fb97 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed May 17 00:49:40 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu May 18 20:36:25 2023 +0000 |
tree | cab118e50aab4e8366811b3a73699858822f7807 | |
parent | 95fe9624918a19c1dee95ff5e4c6cfb71df045e7 [diff] |
Define the artifact as Gerrit plugin As it was previously defined it worked but made more complex to import into Eclipse and testing it together with other plugins. There are no drawbacks in having the artifact defined as a plugin and it would be aligned with what is also done for other libModules, like cache-chroniclemap [1]. [1] https://gerrit.googlesource.com/modules/cache-chroniclemap/+/refs/heads/master/BUILD#10 Change-Id: I5247df884a92c1e7fdd05ffbee1a0e0341882eb3
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.