summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/utils/git.go
Commit message (Expand)AuthorAgeFilesLines
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Improve ObjectFormat interface (#28496)Lunny Xiao2023-12-191-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-1/+1
* Abstract hash function usage (#28138)Adam Majer2023-12-131-8/+9
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-5/+6
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+29
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-11/+2
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-2/+22
* Use middleware to open gitRepo (#19559)65432022-04-301-6/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* format with gofumpt (#18184)65432022-01-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-131-0/+61