- Oct 04, 2016
-
-
Clement Ho authored
-
Jacob Vosmaer (GitLab) authored
I think it's critical to note that it may not be obvious for every user that eve… I think it's critical to note that it may not be obvious for every user that ever choses to use vagrant with docker, that when the multiple prompts to enter the password upon "vagrant run" i.e when Resyncing folders, appear, they are actually all for different operations, so some users may think that they are actually key'ing in the wrong password. See merge request !200
-
- Oct 03, 2016
-
-
Hlawuleka authored
-
- Sep 30, 2016
-
-
Hlawuleka authored
I think it's critical to note that it may not be obvious for every user that ever choses to use vagrant with docker, that when the multiple prompts to enter the password upon "vagrant run" i.e when resyncing folders, appear, they are actually all for different operations, so some users may think that they are actually key'ing in the wrong password.
-
Jacob Vosmaer (GitLab) authored
Corrected typo in section title Letters in "from" were inadvertently transposed as "form" See merge request !199
-
Matthew Clark authored
-
- Sep 28, 2016
-
-
Jacob Vosmaer (GitLab) authored
RFC: bsd-compatible makefile The "shell" function -- $(shell cmd), to execute cmd in the shell -- is a GNU extensions. There are two options: one of them is to use the grave accent, as in this proposed change; the other is to use the shell assignment operator "!=", originally found in BSDs and implemented by GNU make later. See merge request !197
-
- Sep 27, 2016
-
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Sep 23, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
If the GPG key ever changes we would have to update it here.
-
- Sep 22, 2016
-
-
Jacob Vosmaer (GitLab) authored
Replace OS X with macOS. Sierra came out yesterday, time to update everything! cc: @jacobvosmaer-gitlab See merge request !195
-
- Sep 21, 2016
-
-
Connor Shea authored
-
- Sep 16, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 13, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 09, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Add a CHANGELOG.md file to track breaking changes and new features in the GDK. Fixes #152. See merge request !194
-
- Sep 05, 2016
-
-
Connor Shea authored
-
- Aug 31, 2016
-
-
Jacob Vosmaer (GitLab) authored
Use https where possible in docs/comments See merge request !193
-
Joseph Frazier authored
-
- Aug 29, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 25, 2016
-
-
Jacob Vosmaer (GitLab) authored
Fix installation link Fixed installation link. See merge request !192
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Aug 24, 2016
-
-
Andras Sziranyi authored
-
- Aug 22, 2016
-
-
Jacob Vosmaer (GitLab) authored
Fix spelling of 'instructions' on GDK README. It's much more fun to say 'instructinos', unfortunately. See merge request !190
-
Ruben Davila authored
``` [ruben@mbp ~/projects/gdk-ce (master *)]$ gdk reconfigure (in /Users/ruben/projects/gdk-ce) rm -f \ gitlab/config/gitlab.yml \ gitlab/config/database.yml \ gitlab/config/unicorn.rb \ gitlab/config/resque.yml \ gitlab-shell/config.yml \ redis/redis.conf \ Procfile sed -e "s|/home/git|/Users/ruben/projects/gdk-ce|"\ gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml port= support/edit-gitlab.yml gitlab/config/gitlab.yml gitlab_shell: sed "s|/home/git|/Users/ruben/projects/gdk-ce|" database.yml.example > gitlab/config/database.yml cp gitlab/config/unicorn.rb.example.development gitlab/config/unicorn.rb echo "listen '/Users/ruben/projects/gdk-ce/gitlab.socket'" >> gitlab/config/unicorn.rb sed "s|/home/git|/Users/ruben/projects/gdk-ce|" redis/resque.yml.example > gitlab/config/resque.yml command -v bundler > /dev/null || gem install bundler sed -e "s|/home/git|/Users/ruben/projects/gdk-ce|"\ -e "s|^gitlab_url:.*|gitlab_url: http+unix://%2FUsers%2Fruben%2Fprojects%2Fgdk-ce%2Fgitlab.socket|"\ -e "s|/usr/bin/redis-cli|/usr/local/bin/redis-cli|"\ -e "s|^ socket: .*| socket: /Users/ruben/projects/gdk-ce/redis/redis.socket|"\ gitlab-shell/config.yml.example > gitlab-shell/config.yml GOPATH=/Users/ruben/projects/gdk-ce/gitlab-workhorse go install gitlab.com/gitlab-org/gitlab-workhorse/... ln -s /Users/ruben/projects/gdk-ce/gitlab/.ruby-version .ruby-version ln: .ruby-version: File exists make: *** [.ruby-version] Error 1 ```
-
Bryce authored
-
Jacob Vosmaer (GitLab) authored
Fix links in doc/vagrant.md See merge request !189
-
- Aug 19, 2016
-
-
Joseph Frazier authored
-
Jacob Vosmaer (GitLab) authored
Allow workhorse to start when PATH contains whitespace See merge request !188
-
Dimitrie Hoekstra authored
-
- Aug 18, 2016
-
-
Jacob Vosmaer (GitLab) authored
Fix links Needed to add `blob/master/` to links to CLA's. See merge request !187
-
Ernst van Nierop authored
-