commit | e69f205dc1f68ea3984955ff7b23a7fcf3c3e9a2 | [log] [tgz] |
---|---|---|
author | Nasser Grainawi <nasser.grainawi@linaro.org> | Tue Oct 11 11:50:50 2022 -0700 |
committer | Nasser Grainawi <nasser.grainawi@linaro.org> | Tue Oct 11 12:04:27 2022 -0700 |
tree | 872134f3a4dc2f67e6012abb4fa3a1d505dd1a9d | |
parent | 3a0369ae77ba2ed6afd562a1c7b7cdfef5a43efa [diff] | |
parent | 74bf136c3e788e11e8cd18796dbaaae93052fd3c [diff] |
Merge branch 'stable-3.7' * stable-3.7: (35 commits) Set version to 3.7.0-rc1 Set version to 3.6.2 Add an option to periodically warm the project_list cache Improve test coverage for internal change query pagination prolog_rules cache: only use memoryLimit from cache.projects Revert "Ensure that quoted messages show up in the reply comment" Set version to 3.5.4-SNAPSHOT Set version to 3.5.3 Don't update the last updated timestamp when running copy-approvals CreateRefControl: Check permissions on source refs Set version to 3.4.7-SNAPSHOT Set version to 3.4.6 Fix javadoc summary for Google Java Style Don't depend on predicate order as they get sorted based on cost Fix DefaultMemoryCacheFactory to correctly set refreshAfterWrite Update git submodules Fix Bazel build on Apple M2 ARM64 chip Shortcut CreateRefControl#checkCreateCommit only for push processing Paginate internal change index queries Fix index pagination to set 'more_changes' correctly ... Release-Notes: skip Change-Id: I7bd89a8be78f0c00f7477c6b84b137c80944d42e
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.