- Apr 10, 2017
-
-
Stan Hu authored
-
- Apr 06, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Apr 04, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Mar 16, 2017
-
-
Gabriel Mazetto authored
-
- Mar 14, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Mar 09, 2017
-
-
Jacob Vosmaer (GitLab) authored
Run 'bundle install' and 'npm install' in only one place in the Makefile, and reorganize so that 'gdk update' and 'gdk reconfigure' run 'bundle install' + 'npm install'.
-
- Feb 01, 2017
-
-
Mike Greiling authored
-
- Jan 30, 2017
-
-
Grzegorz Bizon authored
This reverts merge request !241
-
- Jan 24, 2017
-
-
Markus Koller authored
-
- Jan 20, 2017
-
- Jan 15, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 27, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Dec 23, 2016
-
-
Alejandro Rodríguez authored
-
- Dec 16, 2016
-
-
Luke "Jared" Bennett authored
-
- Oct 31, 2016
-
-
Luke "Jared" Bennett authored
added .gitlab-npm to touch target during setup
-
Jacob Vosmaer (GitLab) authored
This is a cause of problems for users. Although we already made fixing it easy (gdk reconfigure) it was still hard for users to detect / understand what was wrong.
-
- Sep 27, 2016
-
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
Guilherme Salazar authored
-
- Sep 23, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 16, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 13, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 25, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 22, 2016
-
-
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 ```
-
- Aug 16, 2016
-
-
Jacob Vosmaer (GitLab) authored
This was an oversight in the Makefile. Most of the time some piece of application code would make the directory anyway with `mkdir -p` but we should do it eagerly, not lazily.
-
- Aug 09, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 08, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
This allows you to use more Go tools during development.
-
- Aug 02, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 01, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 28, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 27, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
- Jun 23, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 20, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 10, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 06, 2016
-
-
Tomasz Maczukin authored
-