You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/webhook
Lunny Xiao f337c32e86
Add index for hook_task table (#21545)
Since `hook_id` and `uuid` will become a search condition column. It's
better to add some index for them.
2 years ago
..
hooktask.go Add index for hook_task table (#21545) 2 years ago
main_test.go Use a struct as test options (#19393) 2 years ago
webhook.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2 years ago
webhook_test.go Decouple HookTask from Repository (#17940) 2 years ago