- Jul 28, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Add mysql link See merge request !167
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Docs on running MySQL I didn't know where to place a link from the `README.md`, but decided one would fine it either way with grep etc. See merge request !165
-
Jacob Vosmaer (GitLab) authored
Log sidekiq arguments Might be interesting for development. See merge request !166
-
Jacob Vosmaer (GitLab) authored
-
Zeger-Jan van de Weg authored
-
- Jul 27, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
https://gitlab.com/gitlab-org/gitlab-development-kitJacob Vosmaer (GitLab) authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-development-kit into influxdb-management
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Jul 11, 2016
-
-
Jacob Vosmaer (GitLab) authored
Fix link to post install after Vagrant setup since the Vagrant docs were split into /docs See merge request !163
-
- Jun 29, 2016
-
-
Josh Frye authored
-
- Jun 27, 2016
-
-
Jacob Vosmaer (GitLab) authored
remove extra os x placeholder See merge request !162
-
- Jun 25, 2016
-
-
Ben Bodenmiller authored
-
- Jun 23, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Also fix shasum command to actually detect failure.
-
- Jun 21, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 20, 2016
-
-
Jacob Vosmaer (GitLab) authored
Use NGINX for HTTPS development Fixes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/129 Stunnel is not enough for proper HTTPS development so I brought back our old NGINX configuration. See merge request !158
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Use 'exec' for clean stunnel shutdown Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/128 Missing 'exec' caused Foreman not to terminate stunnel when shutting down. See merge request !157
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Document how to enable Spring Needs https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4752 Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/127 See merge request !156
-
- Jun 17, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jun 16, 2016
-
-
Douwe Maan authored
Set up GDK with a gitlab-ce fork by default See merge request !155
-
- Jun 15, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
Make host also customizable with file/environment variable Since we have the `port` value configurable I think it'll be good to add such configuration options also for the `host` value. For example I'm running GDK inside of docker container and I need to bind gitlab-workhorse to container's external address, not the container's `localhost`. I could set this manually in the `Procfile` but this will be easier and faster with environment variable and also this will be consistent with the `port` value configuration method. See merge request !151
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
- Jun 14, 2016
-
-
Jacob Vosmaer (GitLab) authored
Add instructions to generate a license for GitLab EE See merge request !153
-
Timothy Andrew authored
- Add instructions to generate a license for GitLab EE
-
- Jun 10, 2016
-
-
Jacob Vosmaer (GitLab) authored
- Jun 08, 2016
-
-
Fatih Acet authored
-
Stan Hu authored
Fix GitLab logo display for certain shells Backslash escapes are disabled in `echo` by default in most linux distributions I've seen. Man page for current Fedora echo: ``` -e enable interpretation of backslash escapes -E disable interpretation of backslash escapes (default) ``` This MR explicitly enables escapes. Screenshots before and after
:   See merge request !152
-