commit | b21e318bc6ea811b80ae5a14795b6e8f2fbbf065 | [log] [tgz] |
---|---|---|
author | Hugo Arès <hugo.ares@ericsson.com> | Wed Nov 30 15:57:08 2016 -0500 |
committer | David Ostrovsky <david.ostrovsky@gmail.com> | Fri Dec 23 05:17:33 2016 +0000 |
tree | 6530e9b78874b01c8eab1eee6f134f5fdd07a528 | |
parent | a2a82fa11076e68af370905ec327f51c30f783ce [diff] |
Do not check visibility of parent when creating project A project can be visible to a user but not necessarily its parent. To be consistent, a user with create-project permission should be able to create a project with a parent that exists even if the parent is not visible to the user. Here is an example when this case is happening. On a Gerrit server where All-projects is only visible to administrators and create-project permission is granted to non-administrators, when a non-administrator tries to create a project with All-Projects (which is the default when parent is not specified) as its parent, it was failing before this change with "Not found: All-Projects". Change-Id: Id93370ab108f377f643b55efdf781dfd2c66f220
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 IRC channel on freenode is #gerrit. An archive is available at: echelog.com.
The Developer Mailing list is repo-discuss on Google Groups.
Gerrit is provided under the Apache License 2.0.
Install Buck and run the following:
git clone --recursive https://gerrit.googlesource.com/gerrit cd gerrit && buck 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>]
NOTE: release is optional. Last released package of the version is installed if the release number is omitted.