commit | 9bb949c9ca01e8540739ff36c2fb7524019681d7 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 13 22:36:39 2023 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Thu Jul 13 22:36:39 2023 +0100 |
tree | 3ca2cbbbf331f0a14c1a04276c1e47c25a00d6c6 | |
parent | b667566fa8b28a991c3b645cdea664ed25751daa [diff] | |
parent | a0e059231e0c21ff32f0ea9ddd9d2a1967799d36 [diff] |
Merge branch 'stable-3.8' * stable-3.8: Set version to 3.8.2-SNAPSHOT Set version to 3.8.1 Set version to 3.7.5-SNAPSHOT Set version to 3.7.4 Set version to 3.6.7-SNAPSHOT Set version to 3.6.6 Preserve refs order in the GitBatchRefUpdateEvent event Remove failing PolyGerrit tests on Chrome Headless 112.0.5615.165 Add configuration to disable indexes pagination Remove CURRENT_ACTIONS from change request (bulk actions) DropWizardMetricMaker: fix the javadoc unclosed code block Always default linkify regular URLs prefixed with https?:// Get rid of ba-linkify. ChangeNotes.scanChangeIds: Return metaId with ChangeIds ChangeNotes: Stop recording scanned patchSetRefs Fix Bazel build on Apple M2 ARM64 chip Work around build errors on MacOS 13.3 and XCode 14.3 Bump bazel version Bazel: Switch to using toolchain resolution for java rules Update git submodules Bazel: Adapt gerrit_plugin rule to removal of resource_jars attribute Demote some error prone bug pattern to allow Bazel update Fix SameNameButDifferent bug pattern flagged by error prone ResourceServletTest: Remove unused method Suppress unused method errors flagged by error prone JavaCacheSerializer: Ignore BanSerializableRead bug pattern Fix ReturnValueIgnored bug pattern flagged by error prone Fix UnnecessaryMethodReference bug pattern flagged by error prone Fix "Redundant specification of type arguments" warning Fix ObjectEqualsForPrimitives bug pattern flagged by error prone Fix InlineMeSuggester bug pattern flagged by error prone Bump error-prone annotations version to 2.10.0 Fix FloggerArgumentToString bug pattern flagged by error prone Fix default encoding issues flagged by error prone Fix Flogger issues flagged by error prone Fix UnnecessaryAssignment bug pattern flagged by error prone Demote JavaUtilDate error prone bug pattern to warning severity Bazel: Simplify java 11 toolchain definition Revert "Bazel: Use javadoc from host java runtime" Document that building with Java 8 is no longer supported Fix parsing legacy labels for users with comma Don't allow index searches with size greater than maxPageSize Release-Notes: skip Change-Id: I315591f699c55cd8457c1104727f368bb896ad17
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.