- 03 Oct, 2012 8 commits
-
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
Reject ssh keys that break gitolite
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve performance of Commits#show
-
- 02 Oct, 2012 21 commits
-
-
Robert Speicher authored
Also, just for extra paranoia, only call safe_message once in the decorator methods Adds specs to make sure it still works
-
Robert Speicher authored
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Dmitriy Zaporozhets authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Dmitriy Zaporozhets authored
-
- 01 Oct, 2012 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Valeriy Sizov authored
-
- 30 Sep, 2012 2 commits
-
-
Dmitriy Zaporozhets authored
Fix completion for per line forms
-
Riyad Preukschas authored
-
- 29 Sep, 2012 1 commit
-
-
Valeriy Sizov authored
fixed some grammar stuff
-
- 28 Sep, 2012 4 commits
-
-
Thom Wiggers authored
Fixed a few things (wont -> won't, "a code")
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix deletion of tmp/gitlabhq-gitolite* folders in a NFS environment.
-
Vincent Bonmalais authored
When working inside of a Vagrant box with NFS enabled, the deletion of a repository in tmp/ doesn't work every time. It is related to NFS inability to delete a folder if it's still used by a resource (e.g. `rm -rf ./folder` would leave the folder and a .nfs* file in it). In this case it's the temporary repository which can't be deleted because `ga_repo` is still using it. De-allocating ga_repo is not possible (thanks Ruby), but deleting the folder it points to in the first place fixes the issue. Reference: http://stackoverflow.com/questions/11228079/python-remove-directory-error-file-exists
-
- 27 Sep, 2012 1 commit
-
-
randx authored
-