Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix codeowner detected diff base branch to mergebase (#29783) (#29807) | Lunny Xiao | 2024-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Fix #29763 Backport #29783 This PR fixes 2 problems with CodeOwner in the pull request. - Don't use the pull request base branch but merge-base as a diff base to detect the code owner. - CodeOwner detection in fork repositories will be disabled because almost all the fork repositories will not change CODEOWNERS files but it should not be used on fork repositories' pull requests. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | More `db.DefaultContext` refactor (#27265) (#27347) | Giteabot | 2023-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | Backport #27265 by @JakobDev Part of #27065 This PR touches functions used in templates. As templates are not static typed, errors are harder to find, but I hope I catch it all. I think some tests from other persons do not hurt. Co-authored-by: JakobDev <jakobdev@gmx.de> | ||||
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 1 | -21/+20 |
| | | | Extract from #22266 | ||||
* | Move ui notification to service layer (#26907) | Lunny Xiao | 2023-09-05 | 1 | -0/+262 |
Extract from #22266 |