commit | 17c33ce0ad530783609dd09cc60ef8b4fb298faa | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Nov 11 17:40:30 2015 -0800 |
committer | Edwin Kempin <ekempin@google.com> | Wed Nov 25 14:52:56 2015 +0100 |
tree | dea1c0ffbe9523f3690a3963d4dd43ad66c5e729 | |
parent | 821754e71af656bb7b77224060e029f2ef100274 [diff] |
Store information about starring changes in notedb To keep track of a change that is starred by a user we create a refs/starred-changes/YY/XXXX/ZZZZ ref in the All-Users notedb repository, where YY/XXXX is the sharded account ID and ZZZZ is the numeric change ID. The refs/starred-changes/* refs point to empty tree objects since the existence of a ref is enough to know that a change was starred by a user. The ref format is similar to the refs/draft-comments/* refs that store draft comments in the All-Users notedb repository, but it uses '/' instead of '-' to separate the sharded account ID from the change ID. This is because we need to find all refs that start with the prefix refs/starred-changes/YY/XXXX/ and RefDirectory in jgit has explicit optimizations for the case when the prefix ends with '/' and we want to take advantage of this. Change-Id: I033b35a05749929c9c0ea778075c4a1085c5bf2a Signed-off-by: Edwin Kempin <ekempin@google.com>
Gerrit is a code review and project management tool for Git based projects.
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.
Gerrit simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer.
For information about how to install and use Gerrit, refer to the documentation.
Our canonical Git repository is located on googlesource.com. There is a mirror of the repository on Github.
Please report bugs on the issue tracker.
Gerrit is the work of hundreds of contributors. We appreciate your help!
Please read the contribution guidelines.
Note that we do not accept Pull Requests via the Github mirror.
The IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck build release
The instruction how to configure GerritForge/BinTray repositories is here
On Debian/Ubuntu run:
apt-get update & apt-get install gerrit=<version>-<release>
NOTE: release is a counter that starts with 1 and indicates the number of packages that have been released with the same version of the software.
On CentOS/RedHat run:
yum clean all && yum install gerrit-<version>[-<release>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.