Merge branch 'stable-3.1'

* stable-3.1:
  Set version to 3.1.1
  Set version to 3.0.1
  Allow write of generic value in global-refdb
  Expose getter to return values stored in the SharedRefDB
  Add bazel build
  Set version to 3.1.0-rc1

Change-Id: Ied09c05097b6374311bd6c5f43dc83649badbf3d
tree: 6645c90234fa9b617336e4d4df761e90ea74f6f4
  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.