Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache GPG keys, emails and users when list commits (#34086) | Lunny Xiao | 12 days | 1 | -15/+10 |
| | | | | | | | | | | When list commits, some of the commits authors are the same at many situations. But current logic will always fetch the same GPG keys from database. This PR will cache the GPG keys, emails and users for the context so that reducing the database queries. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> | ||||
* | Move ParseCommitWithSSHSignature to service layer (#34087) | Lunny Xiao | 2025-04-01 | 1 | -1/+65 |
| | | | No code change. | ||||
* | Move commits signature and verify functions to service layers (#33605) | Lunny Xiao | 2025-02-16 | 1 | -0/+363 |
No logic change, just move functions. |