04 Apr, 2014
3 commits
01 Apr, 2014
4 commits
-
Port https config from upstream Configuration updated based on https://gitlab.com/gitlab-org/cookbook-gitlab/blob/master/templates/default/nginx.erb This allows support for https using the /etc/gitlab/gitlab.rb example 1 * add to /etc/gitlab/gitlab.rb: `external_url "https://gitlab.example.com"` * sudo mkdir -p /etc/gitlab/ssl && sudo chmod 700 /etc/gitlab/ssl * users puts gitlab.example.com.crt and gitlab.example.com.key in /etc/gitlab/ssl. example 2 ( enable http redirect to https ) * add to /etc/gitlab/gitlab.rb:` external_url "https://gitlab.example.com" nginx['redirect'] = true nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab.crt" nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab.key"` * sudo mkdir -p /etc/gitlab/ssl && sudo chmod 700 /etc/gitlab/ssl * users puts gitlab.crt and gitlab.key in /etc/gitlab/ssl.
26 Mar, 2014
3 commits
-
Update instructions for 6.7
25 Mar, 2014
3 commits
24 Mar, 2014
8 commits
-
Update Templates
-
Allow Setting Backup Keep Time Added backup_keep_time to allow for the setting of the backup keep_time. Default is set to 0, which is the default if the setting is not in gitlab.yml.
23 Mar, 2014
1 commit
18 Mar, 2014
1 commit
17 Mar, 2014
1 commit
-
Fix Gitlab Default Projects Limit hardcoded limit to variable https://gitlab.com/gitlab-org/omnibus-gitlab/issues/81 This merge replaces the the hard coded 10 with <%= @gitlab_default_projects_limit %> in files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb
15 Mar, 2014
1 commit
13 Mar, 2014
2 commits
-
Cron Up
12 Mar, 2014
1 commit
07 Mar, 2014
3 commits
-
Ldap Instructions
06 Mar, 2014
1 commit
-
Whenever we `bundle exec` a command as the GitLab user, set the HOME environment variable accordingly. This is the moral equivalent of the `-H` in `sudo -u git -H bundle exec ...`.
05 Mar, 2014
1 commit
-
Acknowledge Chef Server
04 Mar, 2014
1 commit
03 Mar, 2014
3 commits
-
Update Docs
-
This was fixed upstream in gitlab-rails.
28 Feb, 2014
3 commits