| Commit message (Expand) | Author | Age | Files | Lines |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 3 | -636/+0 |
* | Move feed notification service layer (#26908) | Lunny Xiao | 2023-09-05 | 3 | -511/+0 |
* | Move ui notification to service layer (#26907) | Lunny Xiao | 2023-09-05 | 2 | -257/+0 |
* | Move indexer notification to service layer (#26906) | Lunny Xiao | 2023-09-05 | 2 | -125/+0 |
* | Move mail notification logic to service layer (#26905) | Lunny Xiao | 2023-09-05 | 2 | -207/+0 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 2 | -48/+0 |
* | Add missing triggers to update issue indexer (#26539) | Jason Song | 2023-08-16 | 1 | -39/+13 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 1 | -30/+12 |
* | Add Adopt repository event and handler (#25497) | Lunny Xiao | 2023-06-26 | 4 | -0/+16 |
* | Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988) | 谈笑风生间 | 2023-05-31 | 5 | -8/+8 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -2/+5 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 5 | -33/+44 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 1 | -6/+5 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+20 |
* | Link issue and pull requests status change in UI notifications directly to th... | Felipe Leopoldo Sologuren Gutiérrez | 2023-01-28 | 1 | -0/+1 |
* | Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) | Brecht Van Lommel | 2023-01-24 | 6 | -7/+7 |
* | Always reuse transaction (#22362) | Jason Song | 2023-01-08 | 1 | -1/+1 |
* | Restructure `webhook` module (#22256) | delvh | 2023-01-01 | 2 | -858/+0 |
* | Move `convert` package to services (#22264) | KN4CK3R | 2022-12-29 | 1 | -1/+1 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 1 | -0/+5 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -37/+37 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 10 | -20/+10 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 10 | -532/+467 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 7 | -1/+46 |
* | Decouple HookTask from Repository (#17940) | KN4CK3R | 2022-10-21 | 1 | -109/+81 |
* | Display total commit count in hook message (#21400) | KN4CK3R | 2022-10-17 | 1 | -18/+20 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -4/+5 |
* | Webhook for Wiki changes (#20219) | Aaron F | 2022-09-04 | 4 | -0/+74 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 8 | -98/+94 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -2/+2 |
* | Added email notification option to receive all own messages (#20179) | Tyrone Yeh | 2022-07-28 | 1 | -2/+2 |
* | Implement sync push mirror on commit (#19411) | Chongyi Zheng | 2022-07-08 | 2 | -0/+47 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 8 | -150/+157 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -19/+20 |
* | Hide private repositories in packages (#19584) | KN4CK3R | 2022-05-07 | 1 | -8/+10 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -1/+1 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 3 | -8/+10 |
* | Add Package Registry (#16510) | KN4CK3R | 2022-03-30 | 4 | -0/+58 |
* | [API] Allow removing issues (#18879) | Otto Richter (fnetX) | 2022-03-01 | 3 | -0/+12 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 6 | -8/+16 |
* | Fix problem when self-assign notification (#18797) | Lunny Xiao | 2022-02-18 | 1 | -1/+1 |
* | Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707) | flozzone | 2022-02-12 | 1 | -2/+2 |
* | Pause queues (#15928) | zeripath | 2022-01-22 | 1 | -1/+2 |
* | Add config options to hide issue events (#17414) | qwerty287 | 2022-01-21 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 8 | -47/+23 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 6 | -50/+107 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 5 | -8/+8 |
* | Fix rename notification bug (#18008) | Lunny Xiao | 2021-12-17 | 1 | -2/+0 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -1/+2 |