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
3 commits
-
Change ssh port this adds a parameter to change the ssh port. useful behind firewalls.
-
this is useful when running gitlab behind a firewall/gateway.
25 Apr, 2014
2 commits
-
Source: https://github.com/opscode/omnibus-chef-server/blob/bc429109ab974f7bc5775123e8b1fe95931ce5a9/files/chef-server-cookbooks/runit/recipes/default.rb
-
This will quiet warnings at the start of each `gitlab-ctl reconfigure` run.
16 Apr, 2014
1 commit
14 Apr, 2014
1 commit
11 Apr, 2014
2 commits
07 Apr, 2014
1 commit
-
It turns out that nginx writes this somewhere in /opt/gitlab by default. The no-empty-directories policy of omnibus-ruby 3.0 broke that.