- Sep 21, 2015
-
-
Jacob Vosmaer authored
Improvements/vagrant - Usage of vagrant docker provider (allows native performance on Linux in the isolated environment) - Restructure of docs I've tested it on linux with virtualbox(with nfs) and docker providers See merge request !65
-
Jacob Vosmaer authored
Add client_max_body_size setting to Nginx conf Allows pushing repositories of any size. See merge request !75
-
- Sep 19, 2015
-
-
Artem Sidorenko authored
-
- Sep 18, 2015
-
-
Robert Speicher authored
Allows pushing repositories of any size.
-
Artem Sidorenko authored
-
Artem Sidorenko authored
-
Artem Sidorenko authored
-
- Sep 17, 2015
-
-
Jacob Vosmaer authored
Nginx was missing but it's required (+golang in Vagrantfile) See merge request !74
-
- Sep 16, 2015
-
-
Artem Sidorenko authored
-
- Sep 14, 2015
-
-
Jacob Vosmaer authored
Install go on arch and centos Go installation was missing for arch and centos See merge request !72
-
Robert Schilling authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Add proxy_temp config Without this set, my nginx tries to use /usr/local/nginx: ``` 00:06:23 nginx.1 | 2015/09/11 00:06:23 [crit] 18247#0: *68 open() "/usr/local/var/run/nginx/proxy_temp/4/00/0000000004" failed (13: Permission denied) while reading upstream, client: 127.0.0.1, server: localhost, request: "GET /assets/application.css HTTP/1.1", upstream: "http://unix:/Users/stanhu/gitlab-development-kit/gitlab/tmp/sockets/gitlab.socket:/assets/application.css", host: "localhost:3000", referrer: "http://localhost:3000/dashboard" ``` See merge request !70
-
Stan Hu authored
Also add client_body_temp_path
-
Jacob Vosmaer authored
Debian: Go lang is needed for git-over-http See merge request !71
-
Dmitriy Zaporozhets authored
-
- Sep 11, 2015
-
-
Stan Hu authored
-
- Sep 04, 2015
-
-
Jacob Vosmaer authored
Thanks Stan!
-
Jacob Vosmaer authored
Thanks Stan
-
Jacob Vosmaer authored
Thanks Stan
-
- Sep 03, 2015
-
-
Jacob Vosmaer authored
Remove the satellites folder Since we do not longer use the satellites, we can remove them from the GDK. See: https://gitlab.com/gitlab-org/gitlab-ce/commit/957e849f41d96fa9778fcdd06792d2f0274b29ab Closes #43 See merge request !67
-
Jeroen van Baarsen authored
Since we do not longer use the satellites, we can remove them from the GDK. See: https://gitlab.com/gitlab-org/gitlab-ce/commit/957e849f41d96fa9778fcdd06792d2f0274b29ab Closes #43 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Aug 28, 2015
-
-
Sid Sijbrandij authored
-
- Aug 21, 2015
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This seems to be sane, and other locales do not always work. (Why??) At least 'C' can be counted on to be there.
-
- Aug 17, 2015
-
-
Jacob Vosmaer authored
Try `memorysize_mb` Facter fact for memory if `memory` is missing. On OSX 10.10 the `memory` fact doesn't exist and Vagrant dies when doing `vagrant up`. This checks for a `memorysize_mb` fact which does exist and lets Vagrant continue. Addresses part of #42. See merge request !63
-
- Aug 15, 2015
-
-
Alejandro Wainzinger authored
-
- Aug 11, 2015
-
-
Jacob Vosmaer authored
Checkout Gemfile.lock before pulling Until everyone uses bundler > 1.10 http://bundler.io/blog/2015/06/24/version-1-10-released.html Check the BUNDLED WITH section. See merge request !64
-
Achilleas Pipinellis authored
Until everyone uses bundler > 1.10 http://bundler.io/blog/2015/06/24/version-1-10-released.html Check the BUNDLED WITH section.
-
- Aug 10, 2015
-
-
Jacob Vosmaer authored
Enable copying of hidden files (e.g .ssh) Resolves #44 See merge request !62
-
- Aug 08, 2015
-
-
Alejandro Wainzinger authored
-