aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook
Commit message (Expand)AuthorAgeFilesLines
* Store webhook event in database (#29145)oliverpool2024-03-072-41/+46
* remove util.OptionalBool and related functions (#29513)65432024-03-023-10/+11
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-6/+3
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-33/+34
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-26/+5
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-143-40/+40
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-242-1/+8
* Fix incorrect webhook time and use relative-time to display it (#24477)yp053272023-05-032-25/+26
* Add user webhooks (#21563)KN4CK3R2023-03-103-29/+29
* Support system hook API (#14537)Lunny Xiao2023-01-282-76/+81
* Remove old HookEventType (#22358)Jason Song2023-01-061-63/+0
* Restructure `webhook` module (#22256)delvh2023-01-013-110/+51
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Ensure that Webhook tasks are not double delivered (#21558)zeripath2022-11-231-3/+19
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Add Webhook authorization header (#20926)oliverpool2022-11-031-0/+28
* Add index for hook_task table (#21545)Lunny Xiao2022-10-281-7/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-213-67/+59
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Webhook for Wiki changes (#20219)Aaron F2022-09-043-1/+12
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-5/+5
* Check webhooks slice length before calling xorm (#20642)Gabriel Vasile2022-08-041-0/+4
* 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
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-24/+12
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+7
* Add Package Registry (#16510)KN4CK3R2022-03-303-0/+10
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-4/+9
* Add packagist webhook (#18224)Dr. Tobias Quathamer2022-01-231-0/+1
* Add replay of webhooks. (#18191)KN4CK3R2022-01-052-6/+49
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-12/+12
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-40/+40
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-122-22/+23
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-104-0/+1206