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
5cb47b761c
gitlabhq
/
lib
/
tasks
/
gitlab
History
natrim
5cb47b761c
fix checking for right gitolite UMASK
2012-07-27 12:03:30 +03:00
..
backup.rake
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
enable_automerge.rake
lib/ refactoring. Module Gitlabhq renamed to Gitlab
2012-05-26 13:37:49 +03:00
gitolite_rebuild.rake
gitlab rake tasks refactored
2012-04-04 01:02:54 +03:00
setup.rake
Fixed db_schema & reordered rake tasks
2012-04-21 12:45:43 +03:00
status.rake
fix checking for right gitolite UMASK
2012-07-27 12:03:30 +03:00
test.rake
Cucumber:
2012-06-15 07:15:28 +03:00
update_hooks.rake
gitlab rake tasks refactored
2012-04-04 01:02:54 +03:00