Compare commits

..

2 Commits

Author SHA1 Message Date
Massaki Archambault d7fda7c901
Merge c5df43b3e7 into 026089d786 2024-08-14 00:08:44 -04:00
Massaki Archambault c5df43b3e7 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 00:01:49 -04:00
3 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
# 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"`
GroupIDs []int `yaml:"group_ids,omitempty"`
UserNames []string `yaml:"user_names,omitempty"`
UserNames []string `yaml:"user_ids,omitempty"`
ArchivedProjectHandling string `yaml:"archived_project_handling,omitempty"`
IncludeCurrentUser bool `yaml:"include_current_user,omitempty"`

BIN
media/group_id.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB