I'd love to try GitLab out, but the OSX installation instructions [1] are a bit of a put off. I'm not even sure if that's the right URL, but it's where google takes me. The instructions refer to a "runner"; I'm not really sure I understand what that is, and it's not explained anywhere. The "ci" makes me think this is something to do with continuous integration, so I'm really not sure if this is the right thing to be…
It's a waste of resources but you could run it in a vm with or without docker.
GitLab 8.5 released
101–110 of 246 posts
Re: GitLab 8.5 released
#102Earlier quoted context omitted.
Here's my console buffer from the installation: https://gist.github.com/cheald/6002dbe275a379a5f85a tl;dr: apt-get install gitlab-ce failed with "bundler not found". rvm use system; gem install bundler, apt-get install gitlab-ce and it worked fine.
Just to be clear. All we need is the output from the console not the actual backup. What I see from the result your getting is the actual backup command failing. From my experience this might be do to how its executed through the upgrade process and we can have a closer look at what failed when running the create command.
If bundler is available in the active RVM environment, it works fine.
Re: GitLab 8.5 released
#103I've moved all my private repos to Gitlab based on the chat on here and other places recently RE Github, Gitlab, and other solutions. I'm very happy overall, the interface is great. It's a bit slower than github currently (the web interface) as I'm using the online version rather than self hosted, but apart from that it's really bloody good. I'll be recommending it to others going forward and using it for all new rep…
I guess it's good if you just want private stuff, but if you want to build portfolio type thing or want discoverability private stuff isn't ideal
Re: GitLab 8.5 released
#104Two releases ago, updating was a bit of a pain for me, so I guess I'll wait until Friday with this one. Anyway, the new features sound really good!
What was painful exactly?
On a pretty small instance (1.7g ram google cloud) + 1gb disk swap the omninbus update failed with out of memory. Added some more swap space and it finished fine. It's probably not powerful enough to run it though.. Just a heads up.
Re: GitLab 8.5 released
#105Earlier quoted context omitted.
We're bringing the option to customise the interface to CE. If you run your own instance, you can replace the logo to disable it.
Thanks, will do. Looking forward to the interface customization options.
The merge into CE is happening in https://gitlab.com/gitlab-org/gitlab-ce/issues/11489 and hope it will be in one of the 8.5 patch releases.
Re: GitLab 8.5 released
#106Earlier quoted context omitted.
What was painful exactly?
First upgrade for me (8.4 -> 8.5) On a pretty small instance (1.7g ram google cloud) + 1gb disk swap the omninbus update failed with out of memory. Added some more swap space and it finished fine. It's probably not powerful enough to run it though.. Just a heads up.
I'm glad you managed to solve it, though.
Re: GitLab 8.5 released
#107Is there a gradual shift in the FOSS community towards Gitlab (which in all honesty would make more sense), or am I just seeing the enthusiast in this thread?
Re: GitLab 8.5 released
#108Looking at this thread here, Gitlab seems to be much more open about their development than Github, and has a real sense of community, yet Github (still) remains the popular option, despite their more community-hostile traditional board-meeting decision process. Is there a gradual shift in the FOSS community towards Gitlab (which in all honesty would make more sense), or am I just seeing the enthusiast in this thread…
Re: GitLab 8.5 released
#109Impressive release! Is there a guide on migrating from install from source to using omnibus? We currently upgrade from source but would like to move to omnibus.
Warning as someone who just did that. MySQL is EE only on Omnibus. I switched from Source (MySQL) to Omnibus only to find that MySQL was EE only. So I had to go back to Source.