commit | cea61cdae491b5ba3c55fb4af0a8a38670836009 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Fri May 03 11:57:47 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri May 03 11:57:47 2024 +0100 |
tree | 98f7827b5b33ee9bc3d1377564104af754e33c7d | |
parent | 1f4c13cff5647813992a8cc1c41d00d115e8ab49 [diff] | |
parent | 51371f8129bee54782570cbe06391d096477c0b5 [diff] |
Merge branch 'stable-3.9' into stable-3.10 * stable-3.9: Update @gerritcodereview/typescript-api to 3.9.1 Update git submodules Update git submodules Index Change: Remove misleading documentation ChangesByProjectCacheImpl: Update Change weigher Remove assignee config from docs gr-main-header: fix header to wrap the better gr-main-header: fix header to wrap the better Document introduction of `virtual_id_number` to `ChangeInfo` Add baseUrl to INITIAL_DATA in IndexHtmlUtil Add baseUrl to INITIAL_DATA in IndexHtmlUtil Fix clearing cache in gr-rest-api Fix clearing cache in gr-rest-api Remove reload-diff-preference unneeded event Remove reload-diff-preference unneeded event ServerPlugin: Fix buggy Optional.orElse() Fix buttons on header disappearing Fix buttons on header disappearing Set version to 3.9.5-SNAPSHOT Set version to 3.9.4 Set version to 3.8.6-SNAPSHOT Set version to 3.8.5 Fix endless loop when using "is:watched" in project watches Release-Notes: skip Change-Id: I1647c9c1273076e13f9cea85db344f9a1fc5ee2e
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.