- May 01, 2016
-
-
Chris Wilson authored
-
- Apr 28, 2016
-
-
Jacob Vosmaer authored
Link to the correct OSX heading in the readme The current link was linking to an incorrect heading. See merge request !145
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Apr 27, 2016
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Apr 25, 2016
-
-
Jacob Vosmaer authored
Update README with some notes about using the upstream script for contributing from a fork Also a grammar fix. Closes #105 See merge request !143
-
- Apr 22, 2016
-
-
Jacob Vosmaer authored
-
- Apr 21, 2016
-
-
Connor Shea authored
Also a grammar fix.
-
Robert Speicher authored
Document simulating broken/slow storage engines The slow filesystem script was already documented but now it's more clear when you'd actually use this. The section on simulating broken storage engines is there so we can eventually make sure (and test) that the application stays running even when the NFS is gone. [ci skip] See merge request !142
-
Yorick Peterse authored
This can help developers hunt down IO heavy code _or_ code that will break when for whatever reason an NFS server is down.
-
Jacob Vosmaer authored
I do not understand why but this seems to fix https://gitlab.com/gitlab-org/gitlab-development-kit/issues/111
-
- Apr 19, 2016
-
-
Artem Sidorenko authored
- Apr 14, 2016
-
-
Jacob Vosmaer authored
Add info about postgres upgrade If system postgres is updated to a new minor version, we get an error message: `FATAL: database files are incompatible with server`. This MR adds some simple steps to upgrade the postgres data to the new version. Some steps might be specific to Arch Linux, but that will give a rough idea how to get things going. See merge request !122
-
- Apr 13, 2016
-
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Jacob Vosmaer authored
Sudo is not always installed on Arch Sudo is in [base] but needs to be installed by the user and as convention not assumed installed. See merge request !84
-
Jacob Vosmaer authored
Add info on performing migrations manually See merge request !129
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
- Apr 12, 2016
-
-
-
Sudo is in [base] but needs to be installed by the user and as convention not assumed installed.
-
Jacob Vosmaer authored
Add postgresql-contrib dependency for Debian Debian requires postgresql-contrib for the pg_trgm extension Signed-off-by:
Pascal Bach <pascal.bach@siemens.com> See merge request !139
-
Pascal Bach authored
Debian requires postgresql-contrib for the pg_trgm extension Signed-off-by:
Pascal Bach <pascal.bach@siemens.com>
-
Jacob Vosmaer authored
Add info on gem pristine See merge request !138
-
- Apr 11, 2016
-
-
Achilleas Pipinellis authored
-
- Apr 07, 2016
-
-
Jacob Vosmaer authored
-
- Apr 06, 2016
-
-
Jacob Vosmaer authored
Documentation / scripts for HTTPS via stunnel Fixes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/108 See merge request !137
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Apr 05, 2016
-
-
Jacob Vosmaer authored
Thanks Robert Schilling!
-
Jacob Vosmaer authored
Added a way to disable anonymous binding to OpenLDAP Enables binding user authentication, so we can manually test and code for when we have this type of OpenLDAP connection authentication. See merge request !136
-
- Apr 04, 2016
-
-
Jacob Vosmaer authored
Ubuntu 14.04 now makes Redis 2.8.4 available by default, no need for PPA http://packages.ubuntu.com/trusty/redis-server See merge request !135
-
Jacob Vosmaer authored
Removed obsolete steps about how to set-up GitLab Runner. Instructions now redirect people to GitLab Runner repository, where they can find more info about how to set it up. See merge request !134
-
Jacob Vosmaer authored
Add missing postgresql-contrib package to Ubuntu set-up steps. This package contains PostgreSQL pg_trgm extension that is necessary to properly set-up GitLab development environment. See merge request !133
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Mar 29, 2016
-
-
Gabriel Mazetto authored
-