commit | ad94c1ae17f4be05c6e57cbd4dd8096ff6d391eb | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Oct 07 23:13:35 2022 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Oct 07 23:21:45 2022 +0100 |
tree | f00e3a6aa5ae25a868d975d3b9c4bf3ebbb443af | |
parent | 4286bb56a42766d3a18905038c53932c5d831d59 [diff] | |
parent | 60c908c362a026af473e825da18e639e1a3f1f04 [diff] |
Merge branch 'stable-3.5' into stable-3.6 * stable-3.5: 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 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 Shortcut CreateRefControl#checkCreateCommit only for push processing Paginate internal change index queries Fix index pagination to set 'more_changes' correctly Fix Lucene change index search-after implementation Elasticsearch tests: Recreate container for each test suite Allow different data reservoirs for metrics Update git submodules Bump SSHD version to 2.8.0 and update JGit to stable-6.1 tip (d01376106) Fix AndSource to run #match() of predicate whose cost is least Bump JGit to latest stable-5.13 (035e0e23f) Add getter for registered events Ib56133b39 is reverted during merge because it does not apply to stable-3.6 where the copy-approval utility does not exist. Also add suppress errorprone error of ProtectedMembersInFinalClass on TestMatchablePredicate and update gitiles plugin to 24529d for allowing the build to pass successfully. Release-Notes: skip Change-Id: Ic2af325c6383ef5640fa3c367bd1c458554945fd
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.