04 Jun, 2014
1 commit
- 
Prior to this change, leaving an SMTP setting blank in /etc/gitlab/gitlab.rb would result in invalid Ruby code in the SMTP initializer; e.g. `enable_starttls_auto: ,`. With this change, we only render non-nil values into the SMTP initializer. 
02 Jun, 2014
1 commit
28 May, 2014
1 commit
26 May, 2014
5 commits
- 
Fix redirect_http_to_https option This is a fix for issue #137 
25 May, 2014
1 commit
23 May, 2014
12 commits
- 
Conflicts: CHANGELOG 
- 
Doesn't allow a setting that differs from user['username'], but that probably doesn't make much sense anyhow. 
- 
The cookbooks will let you change the git user by setting user['username'] = "gitlab" in gitlab.rb, but they don't also change the username in gitlab.yml. This commit makes sure those are in sync, while giving the admin the ability to have them differ if they want. 
- 
The password will still be shown when the database user is created, but not any more on subsequent runs of `gitlab-ctl reconfigure`. 
22 May, 2014
2 commits
21 May, 2014
6 commits
- 
Omnibus-gitlab should not have its own set of LDAP defaults. Either the user adds a setting in /etc/gitlab/gitlab.rb, or gitlab-rails picks a default value. Prior to this change, omnibus-gitlab would augment the user settings in /etc/gitlab/gitlab.rb with its own set of defaults, which is confusing and leads to configuration errors. 
16 May, 2014
3 commits
- 
Source: https://gitlab.com/gitlab-org/cookbook-gitlab/blob/83bbd287b77322f7cec2c9a6ff12f19506ea53e4/templates/default/nginx.erb 
- 
Upstream: https://gitlab.com/gitlab-org/gitlab-ce/blob/636ec6d3a048957b5cb348d7ff1b0b5bc6973bbf/lib/support/nginx/gitlab 
15 May, 2014
1 commit
14 May, 2014
3 commits
- 
We are already creating all the necessary directories using Chef. 
- 
Updated per: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/111#note_104615 Update #2: Preserve multi-line sign_in_text: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/111#note_104642 & https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/111#note_104669 
09 May, 2014
1 commit
- 
This fixes a bug where ~git/.gitconfig was being ignored, leading to CRLF problems in web edits. 
08 May, 2014
2 commits
07 May, 2014
1 commit
- 
Change ssh port this adds a parameter to change the ssh port. useful behind firewalls.