aboutsummaryrefslogtreecommitdiffstats
path: root/services/asymkey/commit.go
Commit message (Collapse)AuthorAgeFilesLines
* Cache GPG keys, emails and users when list commits (#34086)Lunny Xiao12 days1-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 Xiao2025-04-011-1/+65
| | | No code change.
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-0/+363
No logic change, just move functions.