Since Gitlab V5 has gotten rid of gitolite, but I still want to use gitolite's useful functions like directory/file-level, branch/tag-level access permission.
Could anyone tell me how to achieve those functionalities within gitlab-shell of Gitlab V5? Is there any configuration file that I can set the rules as I can do in gitolite?
Thanks s
As marked in issue 47 (How to grant branch level access perms using Gitlab-shell?)
gitlab-shell use API for check permission per branch. gitlab-shell itself does not have any ACL
That means you need:
But again, gitlab-shell won't implement said feature, it will only call gitlab and return the result (allowed or denied)
You can take example on the introduction of the fork feature:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With