07 May, 2013
8 commits
-
Fix errors during backup task. Fix #3785
-
Code cleanup: Replace old hashes and remove trailing spaces
-
By default there is no public/uploads directory when no attachments are uploaded. Prompt users to create the uploads directory during install otherwise the backup task will fail. Place mysqldump args in single quotes to avoid error if password contains special characters. Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
-
Checking is "yes" only if git version equals "1.7.10" exactly.
06 May, 2013
2 commits
05 May, 2013
2 commits
04 May, 2013
1 commit
03 May, 2013
3 commits
02 May, 2013
1 commit
-
updated fork feature to use gitlab-shell for v5 of gitlab
30 Apr, 2013
3 commits
-
Authenticate LDAP users in the grack module - fixed problems - tested code
-
fixed broken gitlab version determination during backup
29 Apr, 2013
3 commits
27 Apr, 2013
2 commits
25 Apr, 2013
1 commit
23 Apr, 2013
1 commit
-
If the backup directory is not sub the gitlab install directory, then the git rev-parse call will fail.
22 Apr, 2013
1 commit
-
…p sync between gitlab-recipes and gitlabhq
20 Apr, 2013
2 commits
18 Apr, 2013
5 commits
-
Fix: API 500 error when project does not exists
-
Added os_name support for systems running systemd.
-
Added check_redis_version to check.rake
16 Apr, 2013
3 commits
15 Apr, 2013
2 commits
-
Checking the redis version will warn users that are using an old version to update. Included reference to the troubleshooting guide.