- Sep 16, 2014
-
-
Marin Jankovski authored
-
Marin Jankovski authored
Merge branch 'feature-customize-issue-closing-pattern' of https://gitlab.com/matthieu.o.vachon/cookbook-gitlab into matthieu.o.vachon/cookbook-gitlab-feature-customize-issue-closing-pattern Conflicts: recipes/install.rb spec/install_spec.rb
-
Marin Jankovski authored
Fix foodcritic This MR fixes all foodcritic issues and removes some unused attributes at the same time. More specifically, * `support_email` - The support email is not used anymore in gitlab. * `standard_signin_enabled` - The sign enabled feature is already covered by the `signin_enabled` attribute. See merge request !109
-
- Sep 04, 2014
-
-
Matthieu Vachon authored
-
Matthieu Vachon authored
-
Matthieu Vachon authored
* This settings is already covered by attribute signin_enabled it's a follow-up from foodcritic fixes.
-
Matthieu Vachon authored
* This settings has been removed from gitlab and gitlab cookbook and it's a follow-up from foodcritic fixes.
-
Matthieu Vachon authored
-
- Aug 22, 2014
-
-
Marin Jankovski authored
Release 7.2 See merge request !107
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- Aug 21, 2014
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- Aug 20, 2014
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
Dev doc update Updated Developer Doc to work for users who don't already have ruby installed. The ruby bundled with chef can't properly run bundle install for gitlab due to the chef omnibus using an old openssl version, so if ruby isn't available we need to make sure to compile it. Also added autoconf for the apt-get install, which is required for installing berks, and wasn't included in build-essential on Ubuntu 14.04 #52 See merge request !102
-
Marin Jankovski authored
Use superior `postgres::ruby` recipe instead of database_postgresql_pg_gem When the `external_database` attribute is set to `true`, the `database_postgresql_pg_gem` fails to install the `pg` gem on a vanilla Ubuntu machine because some packages (e.g. `build-essentials`) are not yet installed. The `postgres::ruby` recipe handles this correctly, so just reference that instead. See merge request !99
-
- Aug 07, 2014
-
-
Sytse Sijbrandij authored
Fixed typo Fixed typo in build-essential package name See merge request !106
-
Martin Sefcik authored
-
- Aug 06, 2014
-
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sid Sijbrandij authored
Additional troubleshoot for vagrant installation See merge request !20
-
Sytse Sijbrandij authored
Additional troubleshoot for vagrant See merge request !104
-
Sytse Sijbrandij authored
Add login instructions to vagrant install See merge request !105
-
Jan-Willem van der Meer authored
-
Jan-Willem van der Meer authored
When installing gitlab via vagrant / cookbook pg won't install properly. Installing the build-essentials package resolved the issue
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- Jul 29, 2014
-
-
DJ Mountney authored
* Toggle the compile_ruby flag in /tmp/solo.json based on whether ruby is found in the path ** Using chef's embedded ruby isn't going to work properly for this cookbook, so we need to make sure a proper ruby is available * Add autoconf to the Ubuntu apt-get install steps, as it doesn't appear to come with build-essential and it is required for the install of berks * Remove the troubleshooting section about the PostgresSQL not recognizing new Debian distros, this has been fixed. * Updated troubleshooting to point out that chef-solo needs to be run with a newer ruby set on the path
-
- Jul 22, 2014
-
-
Marin Jankovski authored
Type in Readme: Change version to 7.1 See merge request !101
-
Robert Schilling authored