commit | 7d8d6ebbf565174475cfbe16ef94d986a249d76a | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Wed Apr 14 20:16:09 2021 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Wed Apr 14 20:16:09 2021 +0200 |
tree | 6258ce9ce295e3b4473fcb0341ba6c0005edbf46 | |
parent | 6c32ef6dff556ff213a650e78e44c832879024cd [diff] | |
parent | 0a9548f774ea2521a77cb0936d19e99e1b64c63b [diff] |
Merge branch 'stable-3.4' * stable-3.4: Bazel: Disable worker multiplexer to avoid sporadic build failures Add web links to project:<project> Set version to 3.4.0-rc1 Allow comment context to take up remaining width Make the line length indicator color clearer Allow line wrapping in check result messages Remove Add/No Patchset description label for merged changes Log memory allocated per command in httpd_log Log cpu usage per http request Log memory allocated per command in sshd_log Add metrics for monitoring Java memory pools Remove backend support for HTML UI plugins Log cpu usage in sshd_log Encapsulate fields of SshScope.Context Log "-" for missing log fields in sshd_log A11y - show outline when focused on tab title in change view A11y - show outline when focused on change subject in dashboard A11y - fix and improve label when navigating dashboard Allow setting image viewer max-width and max-weight externally Fix meta_diff documentation Update plugins/codemirror-editor and plugins/delete-project Remove unused _handleDropdownTap Remove unused _handleDropdownTap Change-Id: I093b991f09ec2addcd573c2fc6f9563d85ee6296
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.