summaryrefslogtreecommitdiffstats
path: root/modules/cache/last_commit.go
Commit message (Collapse)AuthorAgeFilesLines
* Use hash of repo path, ref and entrypath as cache key (#12151) (#12161)Lauris BH2020-07-061-2/+8
|
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
|
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-0/+64
* Cache last commit to accelerate the repository directory page visit * Default use default cache configuration * add tests for last commit cache * Simplify last commit cache * Revert Enabled back * Change the last commit cache default ttl to 8760h * Fix test