14 Jan, 2013
1 commit
-
The tasks gitlab:env:info mixes user and group, and presume as a group 'git'. However, gitolite group name can be anything. That patch add the git group name in the config, and check gitolite.ssh_user group against git.group (which defaults to 'git', as before this patch, if undefined). M config/gitlab.yml.example: Add 'group' in 'git' section Mention default value for the two extra settings M lib/tasks/gitlab/check.rake: Check that gitolite.ssh_user *group* is the one defined in git.group. Make sure to default to 'git' as the expected group if said group is undefined in the config. Note: uses a more complete regexp for the group detection (the group can start, end or be in the middle or the list of groups of gitolite.ssh_user) M: config/initializers/1_settings.rb: Add default values for gitolite.group and gitlab.user
13 Jan, 2013
1 commit
12 Jan, 2013
3 commits
10 Jan, 2013
2 commits
09 Jan, 2013
6 commits
-
Fixing request.fullpath URL encoding
07 Jan, 2013
9 commits
-
Fixes #2475
-
Fixes #2496
-
Update info.rake to be able to run successfully on SuSE.
-
Renaming check function from 1056 to 1059
05 Jan, 2013
5 commits
-
Conflicts: Gemfile.lock
-
replaced system() calls with FileUtils.* methods
04 Jan, 2013
5 commits
-
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
03 Jan, 2013
3 commits
-
This also makes that 'mv: cannot stat `/ho..' is not shown in the test :) consistent spacing require fileutils Revert "require fileutils" This reverts commit 54313d3bbaa60cfc5b405be50cc00b7f6b0cb715. new hash notation FileUtils.mv in begin/rescue block
02 Jan, 2013
4 commits
31 Dec, 2012
1 commit