- Aug 18, 2016
-
-
Ernst van Nierop authored
-
Jacob Vosmaer (GitLab) authored
Document how to delete a non-existing migration See merge request !185
-
Jacob Vosmaer (GitLab) authored
Conflicts: README.md
-
Jacob Vosmaer (GitLab) authored
-
- Aug 17, 2016
-
-
Ernst van Nierop authored
-
- Aug 16, 2016
-
-
Achilleas Pipinellis authored
-
Jacob Vosmaer (GitLab) authored
Create gitlab/public/uploads 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. See merge request !184
-
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.
-
Jacob Vosmaer (GitLab) authored
Refer back to GitLab CE's CONTRIBUTING.md file See merge request !183
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Updated prepare.md with new phantomjs version (2.1.1) See merge request !182
-
- Aug 15, 2016
-
-
Ernst van Nierop authored
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
-
Jacob Vosmaer (GitLab) authored
No longer need to set PATH for workhorse development No longer needed because of: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/57 See merge request !181
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Add docs about overriding host with host file This MR adds a note to `set-up-gdk.md` about using `./host` file to override host the workhorse process will bind to. This is especially useful when someone uses GDK inside the Docker container and wants to expose Workhorse. See merge request !180
-
Grzegorz Bizon authored
-
Jacob Vosmaer (GitLab) authored
Small refactor of set-up-gdk.md See merge request !179
-
Achilleas Pipinellis authored
-
- Aug 12, 2016
-
-
Jacob Vosmaer (GitLab) authored
Update documentation to use Ruby 2.3.1 GitLab is using Ruby 2.3.1 now on master, I figure the documentation should also be updated. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4948 cc: @zj @jacobvosmaer-gitlab See merge request !178
-
- Aug 11, 2016
-
-
Connor Shea authored
-
- Aug 09, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
update docs See merge request !176
-
Zeger-Jan van de Weg authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
- Aug 08, 2016
-
-
Jacob Vosmaer (GitLab) authored
Add Vagrant links cc: @jacobvosmaer-gitlab See merge request !175
-
Connor Shea authored
-
Jacob Vosmaer (GitLab) authored
More documentation cross-links See merge request !172
-
Jacob Vosmaer (GitLab) authored
Add 'gdk' command wrapper and gem Combine `make` and `./run` into `gdk`. Can be invoked as `gdk`, e.g. `gdk run db`. This does not remove `make` and `./run`, it just adds an integrated wrapper. Installation become: ``` gem install gitlab-development-kit gdk init # clones repo cd gitlab-development-kit gdk install gitlab_repo=https://bla ``` See merge request !174
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-