commit | f97972df975580ec09147e3d50b962092655f8f9 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Wed Mar 23 15:54:42 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Wed Mar 23 16:29:44 2022 +0100 |
tree | a6d19644d99308f6b5bfc3a778c3385f09ff9361 | |
parent | 7280545cfd8599476afcc2b59761cc9a10fde258 [diff] |
Approval copying: Make changekind:TRIVIAL_REBASE consistent with the boolean flag NO_CHANGE is a special kind of a trivial rebase, hence if votes are configured to be copied on trivial rebase copying should be done if the detected change kind is either TRIVIAL_REBASE or NO_CHANGE. This was already the case when copyAllScoresOnTrivialRebase was set to true on a label, but not when the copy condition was set to changekind:TRIVIAL_REBASE. It is unexpected that copyAllScoresOnTrivialRebase=true and changekind:TRIVIAL_REBASE behave differently. Since there is no practical use case where you would want votes to be copied on TRIVIAL_REBASE but not on NO_CHANGE make changekind:TRIVIAL_REBASE also match NO_CHANGE, so that users do not always need to configure 'changekind:TRIVIAL_REBASE OR changekind:NO_CHANGE' when they want votes to be copied on trivial rebase. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Ic58233d3a04cdae72434de2617faf6722b889d0b Release-Notes: skip
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.