Skip to content

Releases: badjware/gitforgefs

v1.2.0

17 Mar 17:29

Choose a tag to compare

  • Fix a crash when archived_project_handling is set to "hidden" in gitlab
  • Refactored caching, laying the groundwork for automatic cache invalidation.
  • Default to symlink. Loopback mode is unstable.
  • Add modification date to folder and symlink attributes
  • Add stable inode based on the ids of the source
  • Add more debugging options
  • Improve loopback stability
  • Add -version flag to print the version

v1.1.0

24 Dec 14:44

Choose a tag to compare

  • Now default to using a loopback instead of symlinks. This should improve compatibility.
    • Use fs.use_symlinks: true to revert to symlinks.
  • Replaced taskq dependency with a simpler task queue implementation
  • Fix an issue with context propagation not being done properly

v1.0.0

15 Aug 02:06

Choose a tag to compare

  • Added support for Github forge
  • Added support for Gitea/Forgejo forge
  • BREAKING Renamed project from gitlabfs to gitforgefs
  • BREAKING Added mandatory configuration fs.forge (no default)
  • BREAKING Changed Gitlab user configuration to use user names instead of user ids
  • Handle archived repo as hidden files by default
  • Improved support for old version of git
  • Fixed various race conditions
  • Fixed inode collision issue

alpha2

04 Mar 03:19

Choose a tag to compare

alpha2 Pre-release
Pre-release
fix race condition when multiple instance of git clone may get launch…

alpha1

03 Mar 03:28

Choose a tag to compare

alpha1 Pre-release
Pre-release

This is an alpha version, some breaking changes may be made in the future

Initial version.

Basic functionalities are mostly functional.