16 May, 2014
2 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
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
13 May, 2014
3 commits
-
Link to update doc
12 May, 2014
3 commits
09 May, 2014
3 commits
-
Fix Git CRLF bug
-
This fixes a bug where ~git/.gitconfig was being ignored, leading to CRLF problems in web edits.
08 May, 2014
19 commits
-
During the asset precompilation, GitLab will generate a .secret file. This file gets regenerated later by `gitlab-ctl reconfigure` anyway but it looks sloppy to include it in the packages.
-
Ruby 2.0
-
Source: https://github.com/opscode/omnibus-software/blob/4309667e135644c0c49473ec16aa7dba9fa84f41/config/software/ruby.rb
-
Fix gravatar default configuration
-
non-Omnibus to Omnibus upgrade path doc closes #97 quick guide to upgrade from non Omnibus installation to an Omnibus install supportes both mysql and postgresql
07 May, 2014
3 commits
-
Change ssh port this adds a parameter to change the ssh port. useful behind firewalls.
-
Fix DB Port - Fixes #121 DB Port was previously defaulted to 6379 (redis port) instead of the default Postgres port 5432.