aboutsummaryrefslogtreecommitdiff
path: root/models/webhook
AgeCommit message (Expand)Author
2023-03-10Add user webhooks (#21563)KN4CK3R
2023-01-28Support system hook API (#14537)Lunny Xiao
2023-01-06Remove old HookEventType (#22358)Jason Song
2023-01-01Restructure `webhook` module (#22256)delvh
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-23Ensure that Webhook tasks are not double delivered (#21558)zeripath
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-03Add Webhook authorization header (#20926)oliverpool
2022-10-28Add index for hook_task table (#21545)Lunny Xiao
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-21Decouple HookTask from Repository (#17940)KN4CK3R
2022-10-18Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath
2022-09-04Webhook for Wiki changes (#20219)Aaron F
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-08-04Check webhooks slice length before calling xorm (#20642)Gabriel Vasile
2022-06-20Add more linters to improve code readability (#19989)Wim
2022-06-19Alter hook_task TEXT fields to LONGTEXT (#20038)Wim
2022-06-06Move some repository related code into sub package (#19711)Lunny Xiao
2022-05-20Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-03-30Add Package Registry (#16510)KN4CK3R
2022-03-28Only send webhook events to active system webhooks and only deliver to active...zeripath
2022-01-23Add packagist webhook (#18224)Dr. Tobias Quathamer
2022-01-05Add replay of webhooks. (#18191)KN4CK3R
2021-11-21Remove NewSession method from db.Engine interface (#17577)Lunny Xiao
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-11-10Move webhook into models/webhook/ (#17579)Lunny Xiao