06 May, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
02 May, 2014
3 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
…abhq into pkgr-improve-gitlab-shell-installation Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/install/installation.md
24 Apr, 2014
1 commit
-
Adjust MySQL limits for existing installations
23 Apr, 2014
2 commits
08 Apr, 2014
2 commits
-
This reverts commit 8a56e7db485d3109f3b2f02896c1165c33ffa8fb. Because it actually breaks db setup for mysql
07 Apr, 2014
2 commits
-
The Satellite#create method no longer sets the `$?` global variable. Instead, we can use the method return value to test if the satellite was created successfully
02 Apr, 2014
1 commit
01 Apr, 2014
1 commit
28 Mar, 2014
1 commit
26 Mar, 2014
1 commit
21 Mar, 2014
1 commit
20 Mar, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
18 Mar, 2014
2 commits
-
Explain what to do about legacy sqlite in database.yml
-
Check Orphaned Users Groups
17 Mar, 2014
2 commits
14 Mar, 2014
5 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
13 Mar, 2014
2 commits
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 Mar, 2014
3 commits
-
Catch missing commands in Rake tasks
-
Respect custom gitlab_shell path in gitlab:gitlab_shell:check task
07 Mar, 2014
2 commits
-
This was causing the gitlab:check task to exit prematurely with the error "System commands must be given as an array of strings."
-
Prior to this change, if I customized the config value of `gitlab.gitlab_shell.path`, the check would ignore this value in favor of `"~<gitlab.gitlab_shell.ssh_user>/gitlab-shell/"` resulting in a failed check when the configuration was otherwise valid.
03 Mar, 2014
2 commits
12 Feb, 2014
1 commit
-
add rake gitlab:import: all_users_to_all_groups and user_to_groups
03 Feb, 2014
1 commit
31 Jan, 2014
1 commit
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
22 Jan, 2014
1 commit
-
Remove deprecated finders
21 Jan, 2014
1 commit
-
The previous phrasing lead some people to believe that there is a limit on the number of LDAP users that can sign in to a GitLab instance. That is not the case; the limit in the check script only applies to the diagnostic information result set, so that running `rake gitlab:check` does not output thousands of LDAP users.