commit | 0efe97e3824c657878a5c42e87241043d2e845aa | [log] [tgz] |
---|---|---|
author | Nitzan Gur-Furman <nitzan@google.com> | Tue Dec 13 10:30:32 2022 +0100 |
committer | Nitzan Gur-Furman <nitzan@google.com> | Wed Jan 18 08:40:14 2023 +0100 |
tree | 84e912dc1a9a65a1b1908df1478f0672c8c6117b | |
parent | 2cc3b5b8d0e4a74bfe361cf725dc884807fddd8e [diff] |
Fix project-watchers visibility checks. This is the 2nd try to solve the issue. Previously reverted solution: If383ffb2a6b0b28c1e54effe22f0a4aae386f8cc. Previous check: $currentUser can see $matchedAccount New check: $watcher can see $matchedAccount When- - $matchedAccount is the account matching the watched term. - $currentUser is the user who triggered the API call, e.g. the change uploader. Release-Notes: skip Bug: Google b/262363435 Bug: Google b/124517315 Change-Id: I5dd34582677ecef2c1a0a815a267ef42db638791
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.