Vlad Temian
Vlad Temian
Given the fact that this project supports multiple python versions on multiple platforms, testing for each python version and each platform can be tricky. The problem arrives because gitfs is...
If the push fails, it would be nice to retry using another protocol. The SSH service may be offline, but the http push could work.
Right now, gitfs can only clone a certain branch, via `clone_repository` method from pygit2, with `checkout_branch` set to the branch provided via arguments (default to master). I suggest to clone...
Add more logging information https://github.com/PressLabs/gitfs/blob/master/gitfs/worker/sync.py#L84
## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26200582-on-commitview-each-file-should-have-correct-st_mtime?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github).
For example, in `CurrentView` or `PassthroughView`, we need it to resolve the full path of a file ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5545502-git-repository-is-very-coupled-with-the-views?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github)** We accept...
Try to upgrade `libssh2` ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21477496-failed-to-start-ssh-session-unable-to-exchange-encryption-keys?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F7081451&utm_medium=issues&utm_source=github).
- use less nodes for development
When some parameters from the request are missing, I got `{u'detail': u'Not found.'}`, but I don't know what is missing...