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/services/repository
zeripath f2f99a7d0c
Ensure that pusher is not nil preventing panic in push (#13945)
PR #13381 refactored notification actions to call NotifyCreateRef and
NotifyDeleteRef in a slightly different manner. This leads to the pusher
not being set before the call.

This PR ensures that the pusher is updated before the call.

Fix #13940

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
generate.go Adopt repositories (#12920) 4 years ago
main_test.go Move transfer repository and rename repository on a service package and start action notification (#8573) 5 years ago
push.go Ensure that pusher is not nil preventing panic in push (#13945) 4 years ago
repository.go Fix repository create/delete event webhooks (#13008) 4 years ago
transfer.go API endpoint for repo transfer (#9947) 4 years ago
transfer_test.go API endpoint for repo transfer (#9947) 4 years ago