aboutsummaryrefslogtreecommitdiffstats
path: root/modules/storage/storage.go
Commit message (Expand)AuthorAgeFilesLines
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-131-2/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+14
* Skip initing LFS storage if disabled (#21996)Jason Song2022-12-011-0/+4
* Skip initing disabled storages (#21985)Jason Song2022-11-301-26/+26
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-6/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+14
* format with gofumpt (#18184)65432022-01-201-4/+2
* Close storage objects before cleaning (#16934)zeripath2021-09-031-0/+1
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-131-0/+7
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Rework repository archive (#14723)Lunny Xiao2021-06-231-1/+14
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-2/+0
* Add size to Save function (#15264)zeripath2021-04-031-3/+10
* Fix Storage mapping (#13297)zeripath2020-10-251-4/+4
* Prevent panics with missing storage (#13164)zeripath2020-10-151-0/+5
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-0/+38
* Provide self-registering storage system (#12978)zeripath2020-10-121-26/+42
* Add default storage configurations (#12813)Lunny Xiao2020-09-291-44/+24
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-081-1/+55
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-0/+73