Open Dolphinsimon opened 7 years ago
More pics.
Is this permissions for a user on each repository? Looks like a good way to do it.
I'm not sure we know enough about the Git activity to have such fine-grained control, but there's definitely scope for improving the way it is right now.
Yes, it is for a user on each repository. Gitblit is here https://github.com/gitblit/gitblit I think we can learn some skills from it. This feature is very useful.
I like the idea of finer permission control. Default can stay as it : a person has access to a repo or not; while an advanced user can fine tune his repo access rigth. I find gerrit right management self explaining : 1) you tell the reference you want to manage permission. 2) you select what people can do with this this reference (pull, push, create ...)
this work best when groups have been implemented, but is also compatible with a simpler user database
I appreciate in particular that this allow to :
Just like the Gitblit does. How do you think about that?