commit | 89f9805fb626dff8003a1569b9b1f3f2b31af7b7 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sun Nov 13 09:56:00 2022 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Sun Nov 13 10:01:18 2022 +0100 |
tree | 9774181da568a0bb7d6257ebdebb3eae6dd1f869 | |
parent | 0db28205bfccd7ead430d4c9f1157ce767b85dee [diff] | |
parent | 925423d1cac9dfaa2676a66fb2edd2d594793e79 [diff] |
Merge branch 'stable-3.7' * stable-3.7: NoteDbUpdateManager: Fix wrong conflict resolution LuceneChangeIndex: Remove commented out code Set version to 3.7.1-SNAPSHOT RBE: Update toolchain with bazel-toolchains 5.1.2 release Set version to 3.7.0 Set version to 3.6.4-SNAPSHOT Set version to 3.6.3 Set version to 3.5.5-SNAPSHOT Set version to 3.5.4 CopyApprovalsIT: remove unnecessary comments Log progress of the copy-approvals program copy-approvals: do not lock loose refs when executing BatchRefUpdate copy-approvals: multi-threaded, slice based Replace "UTF-8" String with StandardCharsets.UTF_8 Update git submodules Set version to 3.4.9-SNAPSHOT Set version to 3.4.8 Fix bulk loading of entries with PassthroughLoadingCache Update git submodules Set version to 3.4.8-SNAPSHOT Set version to 3.4.7 Introduce a PassthroughLoadingCache for disabled caches Export commons:lang3 dependency to plugin API copy-approvals: continue when there are corrupt meta-refs in a project copy-approvals: don't stop when it fails on one project Fix CopyApprovalsIT.multipleProjects: make sure to use the secondProject Release-Notes: skip Forward-Compatible: checked Change-Id: Id9b470f7fddcae25f3b9017d0ae544915a29d228
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.