aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook/hooktask.go
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-6/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-4/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix incorrect webhook time and use relative-time to display it (#24477)yp053272023-05-031-20/+21
* Remove old HookEventType (#22358)Jason Song2023-01-061-63/+0
* Restructure `webhook` module (#22256)delvh2023-01-011-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Ensure that Webhook tasks are not double delivered (#21558)zeripath2022-11-231-3/+19
* Add index for hook_task table (#21545)Lunny Xiao2022-10-281-7/+7
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-45/+43
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Alter hook_task TEXT fields to LONGTEXT (#20038)Wim2022-06-191-3/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+1
* Add replay of webhooks. (#18191)KN4CK3R2022-01-051-6/+33
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-0/+280