summaryrefslogtreecommitdiffstats
path: root/modules/cache
Commit message (Expand)AuthorAgeFilesLines
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-135-146/+156
* Always enable caches (#28527)Lunny Xiao2023-12-192-5/+5
* improve unit test for caching (#26185)Earl Warren2023-07-271-39/+37
* Upgrade go dependencies (#25819)harryzcy2023-07-141-6/+6
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-7/+7
* Update redis library to support redis v7 (#24114)techknowlogick2023-04-131-1/+1
* Improve cache context (#23330)Jason Song2023-03-082-17/+141
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-0/+133
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-021-33/+0
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-274-8/+4
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-46/+85
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-153-26/+11
* Add health check endpoint (#18465)ttys32022-05-041-12/+25
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-8/+25
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-4/+4
* format with gofumpt (#18184)65432022-01-202-3/+2
* Test cache during init (#17852)wxiaoguang2021-12-061-0/+15
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+2
* Add LRU mem cache implementation (#16226)zeripath2021-07-101-0/+204
* [Vendor] Update go-redis to v8.5.0 (#13749)65432021-02-101-16/+17
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-091-3/+3
* Add some Unit-Tests (#14500)65432021-01-281-0/+151
* Fix captcha (#14488)Lunny Xiao2021-01-271-19/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-262-4/+4
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-172-70/+23
* Allow common redis and leveldb connections (#12385)zeripath2020-09-282-1/+140
* Use hash of repo path, ref and entrypath as cache key (#12151)Lauris BH2020-07-061-2/+8
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-0/+28
* 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-012-9/+81
* Movde dependents on macaron from modules/setting (#10050)Lunny Xiao2020-01-291-0/+3
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-3/+9
* Fix memcache support when value is returned as string always (#2924)Lauris BH2017-11-161-2/+27
* Add commit count caching (#2774)Lauris BH2017-10-261-0/+72