| commit | ff36a56da5c623ca34cd2d39b9bd036ac6380b33 | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <ekempin@google.com> | Mon Nov 27 13:26:28 2023 +0000 |
| committer | Edwin Kempin <ekempin@google.com> | Mon Nov 27 13:57:06 2023 +0000 |
| tree | d5a2b9552a9ec11a9d5e95c7f4d2cc831f1257c1 | |
| parent | e0ef3238401d8a110095e9d76016982336550d35 [diff] |
config-project-config: Explain the format of access subsections The format of the access sections was not explained at all and no example was given. The key for an access rule is the name of the access category in lowerCaseCamel name (e.g. the key for "Create Tag" is "createTag"), with 2 exceptions: for "Create Reference" the key is "create" and for "Delete Reference" the key is "delete". To address these exceptions rename these access categories in the access-control documentation, but still keep the verbose name in paranthesises since this is the name that is used in the web UI. For reference access-util.ts lists all access category keys. Release-Notes: skip Bug: Google b/312899496 Change-Id: Idc7e35ee6ec08a75b8600cf8097644124c3fd4b8 Signed-off-by: Edwin Kempin <ekempin@google.com>
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.