23 May, 2014
2 commits
-
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
10 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
-
Source: https://github.com/opscode/omnibus-software/blob/2a89c313eb476ab62f2603bb5efdbde6c41dbecc/config/software/nginx.rb
-
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
6 commits
-
Get rid of gitlab-shell/bin/install
-
We are already creating all the necessary directories using Chef.
-
Add reconfigure attribute for sign_in_text Added section to gitlab.yml.erb for setting 'extra: sign_in_text' from gitlab.rb Updated to remove else section
-
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