aboutsummaryrefslogtreecommitdiffstats
path: root/modules/notification/action/action.go
Commit message (Expand)AuthorAgeFilesLines
* Move feed notification service layer (#26908)Lunny Xiao2023-09-051-452/+0
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-14/+15
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-61/+56
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-0/+14
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-53/+53
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-10/+11
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* format with gofumpt (#18184)65432022-01-201-4/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-3/+8
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-2/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-11/+12
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-091-7/+9
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-18/+19
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* fix double 'push tag' action feed (#15078)a10121127962021-03-211-2/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+20
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-4/+4
* Refactor push update (#13381)Lunny Xiao2020-12-081-0/+69
* Fix typo (#13380)Lunny Xiao2020-10-311-1/+1
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+2
* Fix panic when adding long comment (#12892)mrsdizzie2020-09-181-1/+1
* Add size limit for content of comment on action ui (#12881)赵智超2020-09-181-1/+10
* Add action feed for new release (#12324)赵智超2020-07-291-0/+19
* [refactor] notify remove unused praram (#9804)65432020-01-161-2/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-1/+2
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-221-3/+7
* Refactor comment (#9330)Lunny Xiao2019-12-151-0/+54
* Move mirror sync actions to notification (#9022)Lunny Xiao2019-11-241-0/+50
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-0/+15
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-5/+20
* Update dashboard context for PR reviews (#8995)John Olheiser2019-11-151-4/+14
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-0/+49
* Move notifywatchers from models to notification (#8907)Lunny Xiao2019-11-111-0/+26
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-1/+17
* Move actions to notification (#8785)Lunny Xiao2019-11-031-0/+77