summaryrefslogtreecommitdiffstats
path: root/modules/notification
Commit message (Expand)AuthorAgeFilesLines
* Implement actions (#21937)Jason Song2023-01-311-0/+20
* Link issue and pull requests status change in UI notifications directly to th...Felipe Leopoldo Sologuren GutiƩrrez2023-01-281-0/+1
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-246-7/+7
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-012-858/+0
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-37/+37
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2710-20/+10
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1910-532/+467
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-037-1/+46
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-109/+81
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-18/+20
* Add generic set type (#21408)KN4CK3R2022-10-121-4/+5
* Webhook for Wiki changes (#20219)Aaron F2022-09-044-0/+74
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-258-98/+94
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-2/+2
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-2/+2
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-082-0/+47
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-138-150/+157
* 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
* more context for models (#19511)65432022-04-281-1/+1
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-8/+10
* Add Package Registry (#16510)KN4CK3R2022-03-304-0/+58
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-013-0/+12
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-236-8/+16
* Fix problem when self-assign notification (#18797)Lunny Xiao2022-02-181-1/+1
* Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707)flozzone2022-02-121-2/+2
* Pause queues (#15928)zeripath2022-01-221-1/+2
* Add config options to hide issue events (#17414)qwerty2872022-01-211-1/+1
* format with gofumpt (#18184)65432022-01-208-47/+23
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-196-50/+107
* Simplify parameter types (#18006)Gusted2021-12-205-8/+8
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-2/+0
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-109-74/+83
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-091-7/+9
* 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-249-206/+215
* Use correct Sender on webhook change title (#17791)Gusted2021-11-241-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-6/+5
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-39/+40
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Make Repo Code Indexer an Unique Queue (#17515)zeripath2021-11-021-1/+1
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-12/+12