aboutsummaryrefslogtreecommitdiffstats
path: root/modules/storage/local.go
Commit message (Expand)AuthorAgeFilesLines
* Clean paths when looking in Storage (#19124)zeripath2022-03-221-26/+8
* Fix lfs bug (#19072)Lunny Xiao2022-03-141-0/+23
* format with gofumpt (#18184)65432022-01-201-3/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+1
* Add size to Save function (#15264)zeripath2021-04-031-1/+1
* Fix race in local storage (#14888)zeripath2021-03-051-10/+38
* Prevent panics with missing storage (#13164)zeripath2020-10-151-0/+2
* Provide self-registering storage system (#12978)zeripath2020-10-121-3/+29
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-1/+26
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-1/+6
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+70