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/modules/notification
KN4CK3R 1887c95254
Decouple HookTask from Repository (#17940)
At the moment a repository reference is needed for webhooks. With the
upcoming package PR we need to send webhooks without a repository
reference. For example a package is uploaded to an organization. In
theory this enables the usage of webhooks for future user actions.

This PR removes the repository id from `HookTask` and changes how the
hooks are processed (see `services/webhook/deliver.go`). In a follow up
PR I want to remove the usage of the `UniqueQueue´ and replace it with a
normal queue because there is no reason to be unique.

Co-authored-by: 6543 <6543@obermui.de>
2 years ago
..
action Move some files into models' sub packages (#20262) 2 years ago
base Webhook for Wiki changes (#20219) 2 years ago
indexer Move issues related files into models/issues (#19931) 2 years ago
mail Move some files into models' sub packages (#20262) 2 years ago
mirror Implement sync push mirror on commit (#19411) 2 years ago
ui Add generic set type (#21408) 2 years ago
webhook Decouple HookTask from Repository (#17940) 2 years ago
notification.go Webhook for Wiki changes (#20219) 2 years ago