02 Sep, 2014
12 commits
-
This puts the *_temp directories in /var/opt/gitlab/nginx instead of /opt/gitlab/embedded (ugh), and uses more default paths to look for configuration files (configuration in conf/ for instance).
-
The nginx_vars hash already contains all variables from node['gitlab']['nginx'].
-
Web server fixes See merge request !201
-
Build / release documentation fixes for Centos 7 See merge request !197
-
Add issue_closing_pattern to gitlab.rb This is working for me in adding an issue_closing_pattern value to the generated gitlab.yml. I'm new at ruby, so forgive me if I've made any mistakes here. Backslashes in the regular expression used in gitlab.rb must be escaped. Associated issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/232 See merge request !198
01 Sep, 2014
4 commits
-
Further improve HTTPS docs See merge request !202
-
Development doc First draft of the advice for development setup. Contains some commands but tried to keep it 'OS-agnostic'. See merge request !200
29 Aug, 2014
7 commits
-
The `usermod -G` invocation changes the primary group ID of the user. With `usermod -aG`, you add a supplementary group membership to the user, preserving their primary group.
-
Non bundled webserver support Fixes #157 See merge request !199
28 Aug, 2014
8 commits
-
No need to be too specific about the git remote.
-
Updated gitlab.yml.erb template to include a parameter for issue_closing_pattern. I'm very new to ruby, so enhancements on this are welcome! * Note: Backslashes must be escaped in the gitlab.rb string.
27 Aug, 2014
3 commits
26 Aug, 2014
6 commits
-
If you edited sshd_config the changes won't take effect until the next reboot otherwise.
-
As usual, Digital Ocean boxes ship with insecure defaults, contrary to a basic installation from an official ISO.
-
Log `rake db:migrate` output in /tmp See merge request !196
-
Ldap sync time option Fixes #227 See merge request !195