- Apr 21, 2016
-
-
Mark Pundsack authored
-
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
-
- Mar 28, 2016
-
- Mar 27, 2016
-
-
Piotr Wach authored
-
- Mar 26, 2016
-
-
Piotr Wach authored
This package contains PostgreSQL pg_trgm extension.
-
- Mar 22, 2016
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Merge branch 'no-bundler-for-foreman' of https://gitlab.com/godfat/gitlab-development-kit into no-top-level-Gemfile
-
Lin Jen-Shin authored
then the process could be using the Gemfile located on the root directory, which only has foreman as the dependency. Later on even if we set BUNDLE_GEMFILE to another Gemfile, bundler might have already setup and ignore the new BUNDLE_GEMFILE. Before this patch, I cannot run the application due to missing `rake`, but cd into the sub-directory and run from there is running fine. With this patch ./run could be running fine as well. I didn't dig into bundler internal to figure this out, but in my experience, messing around BUNDLE_GEMFILE is not a good idea and we should try only use bundler for the application, not the wrapping script. On the other hand, avoid `bundle exec` and prefer `ruby -r bundler/setup` would also reduce the complexity here. (avoiding an extra process) Since foreman is the only dependency in this script, I think there's little point to use bundler here even if it works. If we really like to specify the version of foreman, we could also run with like: `foreman _0.78.0_` or `ruby -S foreman _0.78.0_`, etc. I always use this before bundler. Tested with: * ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux] * bundler (1.11.2) * foreman (0.78.0) * foreman (0.74.0)
-
- Mar 21, 2016
-
-
Jacob Vosmaer authored
Fix Debian anchor links, include apt-add-repository dependence `#debian` anchor links need to be lowercase. Ensure apt-add-repository is installed for Ubuntu before adding new repositories. + Ubuntu 12.04 `apt-add-repository` = python-software-properties + Ubuntu 14.04> `apt-add-repository` = software-properties-common See merge request !130
-
- Mar 19, 2016
-
-
Chris Wilson authored
-
- Mar 18, 2016
-
-
Jacob Vosmaer authored
-