| commit | bcd3edf2811b48eef490d07bfa3355bd29e3fb50 | [log] [tgz] |
|---|---|---|
| author | Han-Wen Nienhuys <hanwen@google.com> | Thu Feb 04 15:04:45 2021 +0100 |
| committer | Han-Wen Nienhuys <hanwen@google.com> | Mon Feb 08 14:25:57 2021 +0100 |
| tree | c4260771b57889c9b0a8d3a3d0d21cc40cb87b09 | |
| parent | ce5be8176f3ec3cf7c7bb03e0ebd20c04a913dbd [diff] |
Inline entity protobufs directly into cache protobufs Before, some fields of the ChangeNotesStateProto carried `bytes` fields holding serialized protocol buffers. Per https://developers.google.com/protocol-buffers/docs/encoding#embedded the encoding of an embedded message with tag X is equal to the encoding of a string/bytes with tag X. By inlining the entity directly, we make the relations explicitly visible, and enable reflective analysis of the entire cache value. Change-Id: Ifd29abe9faf215dfe21889d0bfe7ae3f5b9b1415
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 Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Bazel and run the following:
git clone --recurse-submodules https://gerrit.googlesource.com/gerrit
cd gerrit && bazel 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>]
On Fedora run:
dnf clean all && dnf install gerrit-<version>[-<release>]
Docker images of Gerrit are available on DockerHub
To run a CentOS 8 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-centos8
To run a Ubuntu 20.04 based Gerrit image:
docker run -p 8080:8080 gerritcodereview/gerrit[:version]-ubuntu20
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.