Skip to content

Releases: presslabs/gitfs

0.3.3

18 Jun 08:11
Compare
Choose a tag to compare
  • fetch before you merge #194

0.3.2

05 Jun 12:30
Compare
Choose a tag to compare
  • solve logging bug #190
  • fix merging conflict bugs #176
  • add more tests for directoy deletion #184

0.3.1

19 Feb 14:57
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • fix Makefile

[NOTICE] Don't use 0.3 version, use this instead.

0.3

13 Feb 16:46
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

=== 0.3 ==

  • upgrade pygit to 0.22.0
  • fix deleting a directory bug #180
  • introduce idle mode #156
  • close minor issues: #97, #177

0.2.5

12 Dec 15:54
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Added MANIFEST.in

0.2.4

10 Dec 10:54
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release
  • feature: added hard_ignore and ignore_file mount options
  • fixed: link syscall
  • change: .gitmodules file is read-only

0.2.3

13 Nov 18:30
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • feature: send erros to sentry. Can be configured by environment variable SENTRY_DSN or sentry_dsn mount option
  • fixed the way .gitignore entries are checked
  • improved logging

0.2.2

10 Nov 10:32
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • upgrade to pygit2 0.21.4
  • fix #157: use log.exception to log exception when push/fetch fails

0.2.1

29 Oct 10:26
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • fix __version__ import error
  • added support for publishing on pypi from drone

0.2

27 Oct 16:54
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • fix #152: logger should include remote_url
  • fix #153: make sure that no empty commits are ever created
  • fix #154: add version
  • fix #123: remove duplicate code
  • fix #79: duplicate code in Repository._get_git_object and Repository._get_git_object_type