Expose getter to return values stored in the SharedRefDB

Feature: Issue 12251
Change-Id: Ic997c13f75c0bf30f25a5082b8fecee86186414e
3 files changed
tree: 3dca0a8877be614d047bd11495eb767697580937
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Gerrit interface to a global-refdb

Global ref-database interface for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.