mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 18:02:28 +02:00
feat: upgrade F3 to v3.7.0
* support changing label colors * support changing issue state * use helpers to keep type conversions DRY * drop the x/exp license because it is no longer used The tests are performed by the gof3 compliance suite
This commit is contained in:
parent
4760c5029d
commit
b26a0aea19
23 changed files with 50 additions and 56 deletions
|
@ -68,7 +68,7 @@ func (o *repository) Patch(ctx context.Context) {
|
|||
func (o *repository) upsert(ctx context.Context) generic.NodeID {
|
||||
o.Trace("%s", o.GetNativeID())
|
||||
o.h.Upsert(ctx, o.f)
|
||||
return generic.NodeID(o.f.Name)
|
||||
return generic.NewNodeID(o.f.Name)
|
||||
}
|
||||
|
||||
func (o *repository) SetFetchFunc(fetchFunc func(ctx context.Context, destination string)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue