Releases: presslabs/gitfs
Releases · presslabs/gitfs
0.5.2
Compare
Sorry, something went wrong.
No results found
Cleanup and update documentation.
0.5.1
Compare
Sorry, something went wrong.
No results found
Bump gitfs 0.5.1
0.5.0
Compare
Sorry, something went wrong.
No results found
update requirements, including the ones used for testing
support python 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8
test and add support for ubuntu 18.04
format everything with black
0.4.5.1
Compare
Sorry, something went wrong.
No results found
fix typo for max_open_files argument on mount
0.4.5
Compare
Sorry, something went wrong.
No results found
add max_open_files mount option which allow to specify a files open hard and soft limit #259
0.4.4
Compare
Sorry, something went wrong.
No results found
show a helpful message when trying to clone an empty repository #239
log exception only on failed push #240
add sentry tags #244
upgrade pygit2 to 0.24.1
0.4.3.
Compare
Sorry, something went wrong.
No results found
0.4.2
Compare
Sorry, something went wrong.
No results found
0.4.1
Compare
Sorry, something went wrong.
No results found
add credentials to push and fetch operations #226 (hotfix)
0.4.0
Compare
Sorry, something went wrong.
No results found
delete directories on force checkout #221
improve logging #222
retry mechanism for push #201
port to python3 thanks to @justuswilhelm #199
improve test running speed thanks to @rciorba
improve development using vagrant