Skip to content

Releases: presslabs/gitfs

0.5.2

20 Oct 11:52
Compare
Choose a tag to compare

Cleanup and update documentation.

0.5.1

19 Oct 17:33
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
Bump gitfs 0.5.1

0.5.0

18 Oct 11:12
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • 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

08 Dec 09:11
Compare
Choose a tag to compare
  • fix typo for max_open_files argument on mount

0.4.5

07 Dec 08:46
Compare
Choose a tag to compare
  • add max_open_files mount option which allow to specify a files open hard and soft limit #259

0.4.4

30 Sep 13:59
Compare
Choose a tag to compare
  • 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.

17 Aug 08:38
Compare
Choose a tag to compare

0.4.2

01 Jul 12:36
Compare
Choose a tag to compare

0.4.1

30 Mar 12:22
Compare
Choose a tag to compare
  • add credentials to push and fetch operations #226 (hotfix)

0.4.0

29 Mar 15:30
Compare
Choose a tag to compare
  • 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