This website requires JavaScript.
Explore
Help
Sign In
home
/
gitlabhq
Watch
2
Star
0
Fork
0
mirror of
https://github.com/wahyd4/gitlabhq.git
synced
2026-08-15 07:36:41 +10:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ec01cbef9452dcbe7a09f1709370a7939f66c542
gitlabhq
/
lib
T
History
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
..
api
don't expose full user info unless needed
2012-07-05 06:47:00 -07:00
assets
move assets from lib directory to vendor
2012-05-29 17:56:48 +05:00
gitlab
CHANGELOG updated. Fixed MR bug. Logger improved
2012-07-17 08:23:16 +03:00
redcarpet
/render
specify utf-8 encoding for pygments.rb markdown wrapper
2012-06-08 01:23:31 -07:00
tasks
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
api.rb
return 404 when record not found
2012-07-05 08:12:09 -07:00
color.rb
Disable issues sort. Recent issues on top. Fixed tests
2012-07-02 21:51:48 +03:00
file_size_validator.rb
clean-up code
2011-10-26 18:46:25 +05:00
graph_commit.rb
#909
fix network graph json generation
2012-06-19 17:29:31 +04:00
post-receive-hook
- fix bash path
2012-05-31 15:19:48 +02:00