summaryrefslogtreecommitdiffstats
path: root/services/repository/files/commit.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-111-48/+0
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-261-4/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Abstract hash function usage (#28138)Adam Majer2023-12-131-3/+8
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-2/+2
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-1/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-3/+3
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-071-0/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-201-4/+7
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+73