Gitfs Versions Save

Version controlled file system

0.5.2

4 years ago

Cleanup and update documentation.

0.5.1

4 years ago

0.5.0

4 years ago
  • 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

7 years ago
  • fix typo for max_open_files argument on mount

0.4.5

7 years ago
  • add max_open_files mount option which allow to specify a files open hard and soft limit #259

0.4.4

7 years ago
  • 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

7 years ago
  • improve commit message thanks to @tusharmakkar08

0.4.2

7 years ago
  • fix pending writers bug #223
  • cleanup code and error messages (thanks to @promulo and @ChristianAlexander)

0.4.1

8 years ago
  • add credentials to push and fetch operations #226 (hotfix)

0.4.0

8 years ago
  • 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