04 Oct, 2012
1 commit
03 Oct, 2012
1 commit
02 Oct, 2012
5 commits
28 Sep, 2012
1 commit
-
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
-
changed the post-receive hook in order to push the correct repository
26 Sep, 2012
10 commits
-
Update docs a bit
-
Commits#show (plural) is going to be for showing commit history on a specific path.
21 Sep, 2012
6 commits
-
…the name contain special characters
-
API for project team members
20 Sep, 2012
6 commits
19 Sep, 2012
1 commit
17 Sep, 2012
1 commit
16 Sep, 2012
6 commits
13 Sep, 2012
1 commit
-
Also fixes the spec so that it actually tests the thing it says it's testing. Hooray! Closes #1308