30 May, 2014
4 commits
29 May, 2014
2 commits
-
Clean up notification emails
-
The `aws` tool prints interactive status messages by repeatedly 'erasing' a line with carriage returns (^M). This sed command removes all the text `aws` was trying to delete anyway.
28 May, 2014
3 commits
-
Gitlab-shell authorized_keys.lock
27 May, 2014
2 commits
26 May, 2014
9 commits
-
Fix redirect_http_to_https option This is a fix for issue #137
-
Zero-downtime Unicorn restarts
25 May, 2014
1 commit
23 May, 2014
19 commits
-
Omniauth
-
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`.
-
SMTP
-
Support AWS S3 attachment storage