commit | 0e4370af5f7ccbd9eb712f473a9e86f29506cf68 | [log] [tgz] |
---|---|---|
author | Diego Zambelli Sessona <diego.sessona@gmail.com> | Wed Aug 23 16:01:53 2023 +0100 |
committer | Diego Zambelli Sessona <diego.sessona@gmail.com> | Wed Aug 23 16:10:50 2023 +0100 |
tree | e105b11616524d8b45c10384a4e27a3e760bd37d | |
parent | 602ff8537f43e2ff9bfdd31e244cd31d6362fa23 [diff] | |
parent | c097fcf83a432589b5b7fc86982426d368ecd856 [diff] |
Merge branch 'stable-3.7' into stable-3.8 * stable-3.7: IndexType not honoured in AbstractDeamonTest Update webhooks plugin to 1dc0a71883 Update webhooks plugin to 1dc0a71883 Clarify Project State "Hidden" loginUrl and loginText are hardcoded in the UI Avoid NullPointerException when deleting multiple tags Revert "Set uninteresting branches based on project configuration" Add configuration to disable internal indexes pagination Fix conflict resolution of merge done in I2442bf49 Hide Move Change from UI if change.move is set to false Fix CreateAccessChange ignoring provided review message Add tests for BucketedCallback Release-Notes: skip Change-Id: I046d78c8b5f24fc8f1307cefd1cdec3d6a0933bd
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.