23 May, 2014
15 commits
-
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.
-
Support AWS S3 attachment storage
-
Specify numeric user and group identifiers
-
Guard migrations
22 May, 2014
7 commits
21 May, 2014
13 commits
-
Run `rake db:migrate` only on VERSION changes
-
Clear the Rails cache after modifying gitlab.yml
-
Defer LDAP defaults to upstream
-
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.
19 May, 2014
1 commit
16 May, 2014
4 commits
-
Changes in the dependency list trigger rebuilds of everything that comes after. By moving gitlab-rails down, we make sure we do not have to re-install the chef gem as often.
-
Omnibus-ruby 3.0 uses smart Git caching, removing the need to purge the build. Also see: https://github.com/opscode/omnibus-ruby/commit/f514230d8fad0fe738158c7ddb147b370d202d7e
-
Enable the Nginx HTTP gzip static module