Compare commits

..

4 Commits

Author SHA1 Message Date
Massaki Archambault 3d8ad75476
Merge 0fb3195122 into 026089d786 2024-08-14 16:18:16 +00:00
Massaki Archambault 0fb3195122 create changelog 2024-08-14 12:17:11 -04:00
Massaki Archambault 331bdcd083 remove media folder 2024-08-14 12:05:35 -04:00
Massaki Archambault e4b0496116 change user configuration of gitlab to user name
This should be easier to configure than having to hunt down the user id
2024-08-14 12:05:03 -04:00
3 changed files with 12 additions and 1 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# v1.0.0
* 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

View File

@ -39,7 +39,7 @@ type (
Token string `yaml:"token,omitempty"` Token string `yaml:"token,omitempty"`
GroupIDs []int `yaml:"group_ids,omitempty"` GroupIDs []int `yaml:"group_ids,omitempty"`
UserNames []string `yaml:"user_ids,omitempty"` UserNames []string `yaml:"user_names,omitempty"`
ArchivedProjectHandling string `yaml:"archived_project_handling,omitempty"` ArchivedProjectHandling string `yaml:"archived_project_handling,omitempty"`
IncludeCurrentUser bool `yaml:"include_current_user,omitempty"` IncludeCurrentUser bool `yaml:"include_current_user,omitempty"`

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB