summaryrefslogtreecommitdiffstats
path: root/modules/notification/webhook/webhook.go
Commit message (Expand)AuthorAgeFilesLines
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-109/+81
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-18/+20
* Webhook for Wiki changes (#20219)Aaron F2022-09-041-0/+38
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-5/+4
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-24/+25
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-19/+20
* Hide private repositories in packages (#19584)KN4CK3R2022-05-071-8/+10
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-5/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+31
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-2/+4
* format with gofumpt (#18184)65432022-01-201-5/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-33/+65
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-11/+12
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-10/+11
* Use correct user on releases (#17806)Gusted2021-11-251-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-30/+31
* Use correct Sender on webhook change title (#17791)Gusted2021-11-241-1/+1
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-39/+40
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-12/+12
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-2/+4
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-40/+40
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-4/+4
* Cause NotifyMigrateRepository to emit a repo create webhook (#14004)zeripath2020-12-171-0/+12
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-36/+36
* Move Repo APIFormat to convert package (#13787)65432020-12-021-36/+36
* Add missed sync branch/tag webhook (#13538)Lunny Xiao2020-11-131-0/+8
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-8/+8
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-45/+45
* Fix repository create/delete event webhooks (#13008)James Lakin2020-10-021-18/+14
* Granular webhook events (#9626)John Olheiser2020-03-061-46/+97
* [Refactor] move APIFormat() of Issue and Label to convert package (#10423)65432020-02-281-11/+11
* Fix webhook bug (#10427)Lunny Xiao2020-02-231-2/+2
* [refactor] notify remove unused praram (#9804)65432020-01-161-1/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-2/+3
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-12/+13
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+31
* Refactor comment (#9330)Lunny Xiao2019-12-151-1/+1
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-241-0/+22
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-0/+38
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Fix Notify Create Ref Error on tag creation (#8936)zeripath2019-11-131-2/+2
* Move release webhook to notification (#8817)Lunny Xiao2019-11-061-3/+31
* Move repofiles webhooks to notification (#8807)Lunny Xiao2019-11-061-1/+46
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-051-0/+62
* Move actions to notification (#8785)Lunny Xiao2019-11-031-0/+36
* Move push commits events to notification (#8783)Lunny Xiao2019-11-031-0/+23
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-0/+42
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-27/+0