commit | 6d435319fb42e373ce3aa0650bfc6a12ad529256 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Tue May 18 08:04:37 2021 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Tue May 18 08:04:37 2021 +0200 |
tree | 619799da759fa28b7b9477297615599044d5ae38 | |
parent | ec8d7c0c6dc2c2792a1ed12f9ffd78d13c08998e [diff] | |
parent | 162ef909c0a86f27be57c97cc20193832d935c40 [diff] |
Merge branch 'stable-3.4' * stable-3.4: Set version to 3.4.1-SNAPSHOT Set version to 3.1.16-SNAPSHOT Set version to 3.3.5-SNAPSHOT Set version to 3.4.0 Set version to 3.3.4 Set version to 3.2.11-SNAPSHOT Set version to 3.2.10 Set version to 3.1.15 Don't serve polygerrit assets for git requests Fix PUT/POST/DELETE REST-API with cookie authentication NoShellIT: Increase the timeout to avoid failures Bazel: Tidy up gerrit_js_bundle rule Documentation/user-review-ui: drop starring screenshot Documentation/user-review-ui: trim related changes info Documentation/user-review-ui: update included-in screenshot Documentation/user-review-ui: update download commands screenshot Documentation/user-review-ui: update patchsets screenshot Documentation/user-review-ui: update file list screenshot Documentation/user-review-ui: update labels screenshot Documentation/user-review-ui: update actions screenshot Documentation/user-review-ui: update screenshots for change metadata Set version to 3.2.10-SNAPSHOT Set version to 3.2.9 Bazel: Add gerrit_js_bundle rule Set version to 3.1.14 Don't expose repository existence when user has no access download_bower: download to GERRIT_CACHE_HOME Disable is:mergeable by default Change-Id: Ibac1b81ae0051b7799c4000244a14f0f54f8208d
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.