commit | d479d808b111da647d6cad924ff8a4b38f2d425e | [log] [tgz] |
---|---|---|
author | Sven Selberg <svense@axis.com> | Tue Dec 08 15:00:55 2020 +0100 |
committer | Sven Selberg <sven.selberg@axis.com> | Wed Dec 09 07:50:41 2020 +0000 |
tree | a8d3bb8b899bc51e172862a5704f343c38d68da4 | |
parent | f853626e6e37786457108b2b23d0626e04145d11 [diff] | |
parent | 81cd8fff69286f76b6b6d013149c37fc387811f4 [diff] |
Merge branch 'stable-3.3' into master * stable-3.3: (33 commits) Update git submodules Update git submodules Add z-index to gr-main-header Compact the REST-API output JSON unconditionally Remove requesting DETAILED_LABELS for the dashboard Update git submodules Honor toogleWipState permission for %ready %wip push options Update JGit to 9a1065afe Update JGit to 8f422e9a9 Update JGit to c9d871f15 Update JGit to 5.3.9.202012012026-r Update JGit to 5.1.15.202012011955-r Set version to 3.3.1-SNAPSHOT Set version to 3.3.0 Auto-enable git wire protocol v2 in jgit Fix NPE with StoredCommentLinkInfoSerializer when enabled is null Auto-disable auto gc in jgit Bump up jetty version to 9.4.33.v20201020 Update zero-downtime documentation in config-gerrit.txt Improve message if submit fails due to non-fulfilled submit requirements Upgrade JGit to d1801402 Upgrade JGit to ad902087 Upgrade JGit to 5cd485e5 Upgrade JGit to 5.3.8.202011260953-r Include repo config into CommitReceivedEvent MergeValidationListener: Also provide RevWalk to the onPreMerge method Add fatal to consistency and validation error enums Upgrade JGit to 5.1.14.202011251942-r Fix flaky test for group renaming in ProjectConfig ProjectConfig: Write resolved groups to file Fix bazel run_shell usage for newer versions Use strict equality Add a warning if submitting a change with an open change edit Change-Id: I87c8a326f41fd9622034206fa512548380dc666a
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.