Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: presslabs/gitfs

0.5.2

Choose a tag to compare

@vtemian vtemian released this 20 Oct 11:52

Cleanup and update documentation.

0.5.1

0.5.1 Pre-release
Pre-release

Choose a tag to compare

@vtemian vtemian released this 19 Oct 17:33
Bump gitfs 0.5.1

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@vtemian vtemian released this 18 Oct 11:12
  • 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

Choose a tag to compare

@vtemian vtemian released this 08 Dec 09:11
  • fix typo for max_open_files argument on mount

0.4.5

Choose a tag to compare

@vtemian vtemian released this 07 Dec 08:46
  • add max_open_files mount option which allow to specify a files open hard and soft limit #259

0.4.4

Choose a tag to compare

@vtemian vtemian released this 30 Sep 13:59
  • 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.

Choose a tag to compare

@vtemian vtemian released this 17 Aug 08:38

0.4.2

Choose a tag to compare

@vtemian vtemian released this 01 Jul 12:36

0.4.1

Choose a tag to compare

@vtemian vtemian released this 30 Mar 12:22
  • add credentials to push and fetch operations #226 (hotfix)

0.4.0

Choose a tag to compare

@vtemian vtemian released this 29 Mar 15:30
  • 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