aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-021-3/+4
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-33/+34
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-22/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-22/+22
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-0/+7
* Add user webhooks (#21563)KN4CK3R2023-03-101-12/+12
* Support system hook API (#14537)Lunny Xiao2023-01-281-76/+0
* Restructure `webhook` module (#22256)delvh2023-01-011-104/+43
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* 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
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-8/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+8
* Check webhooks slice length before calling xorm (#20642)Gabriel Vasile2022-08-041-0/+4
* 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-201-20/+8
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+8
* 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-051-0/+16
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-12/+12
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-0/+582