Compare commits
4 Commits
d7fda7c901
...
3d8ad75476
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | 3d8ad75476 | |
Massaki Archambault | 0fb3195122 | |
Massaki Archambault | 331bdcd083 | |
Massaki Archambault | e4b0496116 |
|
@ -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
|
|
@ -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 |
Loading…
Reference in New Issue