This website requires JavaScript.
Explore
Help
Sign In
deac
/
gitlabhq
Watch
1
Star
0
Fork
You've already forked gitlabhq
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1751
commits
6
branches
43
tags
25
MiB
67ef96ea5f
Commit graph
4 commits
Author
SHA1
Message
Date
Michael van Rooijen
ec01cbef94
Modified the
repo_dump
and
repo_restore
rake tasks to properly dump and restore repositories based on their
path
rather than their (project)
name
. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different
path
that it was initially created as, thus, breaking the
git remote
and the web interface can no longer detect the repository either because it searches by
path
and not by
name
. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the
gitlab
user has
sudo
privileges, or this task must be executed as root).
2012-07-26 21:30:10 +02:00
Michael Richardson
0456ceddb4
Fixing MySQL syntax error
2012-07-18 11:59:32 +01:00
Stefan Morgenthaler
4dae41d5dc
Changes done as per feedback
2012-07-10 16:12:19 +02:00
Stefan Morgenthaler
12b34c8115
add: rake task to backup/restore gitlab db and repos
2012-07-10 00:01:05 +02:00