05 Feb, 2014
1 commit
04 Feb, 2014
32 commits
-
Path files/chef-server-cookbooks/chef-server/templates/default/unicorn.rb.erb Repo https://github.com/opscode/omnibus-chef-server.git Revision 6a11fd840045a7ae7961e5a37439371b7407f3e9
-
Path files/chef-server-cookbooks/chef-server/definitions/unicorn_config.rb Repo https://github.com/opscode/omnibus-chef-server.git Revision 6a11fd840045a7ae7961e5a37439371b7407f3e9
-
We generate 64 characters because that is what we also do in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/initializers/secret_token.rb
-
I hope the runit logging (via svlogd) and the assorted logs of the Rails code (sidekiq.log, application.log, githost.log) will not bite each other.
-
Path files/chef-server-cookbooks/chef-server/recipes/chef-server-webui.rb files/chef-server-cookbooks/chef-server/recipes/chef-server-webui_disable.rb Repo https://github.com/opscode/omnibus-chef-server.git Revision 6a11fd840045a7ae7961e5a37439371b7407f3e9
-
Configure Gitlab Shell
-
Gitlab Core
-
Rename Library Fixes #24
-
Remove sql_ro helpers Fixes #25
03 Feb, 2014
7 commits
-
Redis Fixes
-
WIP Enable bootstrap feature and fix runit recipe
-
The vendored runit recipe of omnibus-chef-serfer includes one-time migration code for installations that have a `opscode-runsvdir` service. Due to unintelligent search-and-replace editing of yours truly, we not only kept migration code we do not need (because there exist no previous installations of omnibus-gitlab) but we were also triggering the cleanup on files/services that should not be cleaned up. This commit removes the migration code.