This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 31, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Jul 29, 2014
-
-
Jacob Vosmaer authored
The cacerts software definition we vendored was not compatible with our version of omnibus-ruby.
-
- Jul 22, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Update templates for GitLab 7.1 See merge request !169
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Add TLS parameter to SMTP default configuration With 0e78bd84 the TLS parameter was added to the erb-smtp template. This MR adds a `nil` default value to the default attributes. See merge request !170
- Jul 21, 2014
-
-
Robert Schilling authored
-
Jacob Vosmaer authored
Increase git_max_size See merge request !168
-
Jacob Vosmaer authored
-
- Jul 18, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Pin down chef-gem's ohai dependency to 7.0.4 See merge request !166
-
Jacob Vosmaer authored
-
- Jul 16, 2014
-
-
Jacob Vosmaer authored
Use Ruby 2.1.2
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Support the repository_downloads_path setting
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Mountpoint check
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Jul 15, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Restricted visibility levels This merge-request enables the __restricted_visibility_levels__ option in the gitlab config file (`/etc/gitlab/gitlab.rb`). By default, it enables all the options: public, internal and private. To disable __public__ and enable __internal__ and __private__, add the following line to your `/etc/gitlab/gitlab.rb`: gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public" ] To disable __public__ and __internal__, and enable __private__, add one of the following lines to your `/etc/gitlab/gitlab.rb` (both are equivalent): gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public", "internal"] gitlab_rails['gitlab_restricted_visibility_levels'] = [ "public", "internal", "private" ]
-
Sytse Sijbrandij authored
Don't give git sudo rights
-
Javier Palomo Almena authored
As suggested by jacobvosmaer, see: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/162/diffs#note_159900
-
- Jul 14, 2014
-
-
Javier Palomo Almena authored
-
Jacob Vosmaer authored
Only reject SMTP attributes which are nil
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Jul 11, 2014
-
-
Jacob Vosmaer authored
Support external Redis instances
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Jul 10, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Email Config: Fixes known SMTP TLS issue and allows new/missing attribute tls for the smtp settings As indicated in gitlabhq issue #5636 (https://github.com/gitlabhq/gitlabhq/issues/5636), some servers get a Net::ReadTimeout problem due to a missing parameter in their actionmailer config. This small fix allows setting the attribute tls by using `gitlab_rails['smtp_tls'] = true`.
-
- Jul 09, 2014
-
-
Ricardo Langner authored
-