Re: GitLab Remote Mirrors Gitolite

2017-10-20 Thread Sverre Moe
It been a while since last I checked into GitLab We are still using Gitolite as our main git repository server, but with more emphasis on Merge Request and Code Review we eagerly want to use a tool that supports them. There has been many new releases of GitLab since last I evaluated it over a y

Re: GitLab Remote Mirrors Gitolite

2016-09-21 Thread Sverre Moe
I would have no problem to compromise on these missing issues, but our Gitolite administrator does. For the time being we refer to his judgement, but I hope we can make the move to GitLab EE in the future. onsdag 21. september 2016 07.03.10 UTC+2 skrev Drew Blessing følgende: > > Thanks for expl

Re: GitLab Remote Mirrors Gitolite

2016-09-20 Thread Drew Blessing
Thanks for explaining your requirements, Sverre. Some of these GitLab now has support for, but some are not yet there. Are some of these issues that you can compromise on, in order to gain the many advantages of having Git repositories available in a Web UI, with merge requests and enhanced col

Re: GitLab Remote Mirrors Gitolite

2016-08-29 Thread Sverre Moe
I have one more that seems to lack in GitLab. Set default protected branches on Group settings that would apply for all projects within that group Protect master branch with write access only to Owner(s). Current GitLab settings would require us to configure this for each project manually. We h

Re: GitLab Remote Mirrors Gitolite

2016-08-29 Thread Sverre Moe
With Gitolite we are able to set access restriction on tags. I have checked and it does not seem like GitLab does support it. Our Jenkins build user have been given access to push tags to git remote, but it does not have any other access to the repositories. Otherwise only repository owner(Master

Re: GitLab Remote Mirrors Gitolite

2016-08-24 Thread Sverre Moe
One more thing I would like to add. We have some git repositores names like utils++, which contains characters not allowed in GitLab project name. * Name can contain only letters, digits, '_', '.', dash and space. It must start with letter, digit or '_'. * Path can contain only letters, digit

Re: GitLab Remote Mirrors Gitolite

2016-08-24 Thread Sverre Moe
I wrote something about it in a previous post. Perhaps GitLab has gained some of these features since we last evaluated it. We previously evaluated GitLab 7.7, but I have kept myself somewhat up to date with new releases and features. Our Gitolite/git administrator have comprised a list of feat

Re: GitLab Remote Mirrors Gitolite

2016-08-24 Thread Drew Blessing
What features in Gitolite do you rely on that GitLab doesn't have? We could create some feature requests, or maybe there are some ways we could make this work as it is now. I look forward to hearing your use-cases. -- You received this message because you are subscribed to the Google Groups "

Re: GitLab Remote Mirrors Gitolite

2016-08-23 Thread Sverre Moe
Unfortunately GitLab Shell is not feature comparable to Gitolite. There are some features from Gitolite we are using that are not supported in GitLab Shell and is preventing us to make the move. onsdag 24. august 2016 00.11.06 UTC+2 skrev Drew Blessing følgende: > > The remote mirror feature wil

Re: GitLab Remote Mirrors Gitolite

2016-08-23 Thread Drew Blessing
The remote mirror feature will not work well if you're making changes on both sides. Inevitably there will be conflicts so the mirroring will stop at some point, until you manually fix the conflicts. IMO, you'd be better off migrating project by project and ripping off the band-aid. -- You re

GitLab Remote Mirrors Gitolite

2016-08-11 Thread Sverre Moe
We have been reluctant to make the move over to GitLab because we still use Gitolite and want to continue to do so. I do keep my self up to date with changes in GitLab and noticed new feature in GitLab 8.7 Remote Mirrors (EE only) > You could already automatically mirror an external repository