summaryrefslogtreecommitdiffstats
path: root/modules/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix object storage path handling (#27024)wxiaoguang2023-09-132-14/+48
* S3: log human readable error on connection failure (#26856)Earl Warren2023-09-122-0/+55
* Use correct minio error (#26634)delvh2023-08-211-2/+2
* Adjust minio new sequence, now it will check whether bucket exist first and t...Lunny Xiao2023-08-121-6/+10
* minio: add missing region on client initialization (#26412)nekrondev2023-08-101-0/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-2/+2
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-147-121/+38
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-2/+9
* Fix TestMinioStorageIterator skip message (#24765)silverwind2023-05-171-1/+1
* Skip TestMinioStorageIterator on CI (#24762)Lunny Xiao2023-05-171-0/+5
* fix minio storage iterator path (#24691)FuXiaoHei2023-05-135-43/+80
* Use more specific test methods (#24265)KN4CK3R2023-04-221-1/+1
* Make minio package support legacy MD5 checksum (#23768)wxiaoguang2023-03-281-3/+18
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-213-18/+21
* add path prefix to ObjectStorage.Iterator (#23332)FuXiaoHei2023-03-136-9/+61
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-082-3/+3
* Add InsecureSkipVerify to Minio Client for Storage (#23166)Yarden Shoham2023-02-271-9/+13
* Implement actions (#21937)Jason Song2023-01-311-0/+14
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-2/+2
* Local storage should not store files as executable (#22162)zeripath2022-12-191-1/+2
* Skip initing LFS storage if disabled (#21996)Jason Song2022-12-011-0/+4
* Skip initing disabled storages (#21985)Jason Song2022-11-303-26/+108
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Save files in local storage as umask (#21198)Nulo (he/him)2022-09-241-0/+4
* Add more linters to improve code readability (#19989)Wim2022-06-201-6/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+14
* Clean paths when looking in Storage (#19124)zeripath2022-03-223-40/+30
* Fix lfs bug (#19072)Lunny Xiao2022-03-142-0/+68
* format with gofumpt (#18184)65432022-01-203-9/+5
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-061-2/+2
* Close storage objects before cleaning (#16934)zeripath2021-09-031-0/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-4/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+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-092-3/+1
* Add size to Save function (#15264)zeripath2021-04-033-6/+13
* Fix race in local storage (#14888)zeripath2021-03-051-10/+38
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+3
* Fix Storage mapping (#13297)zeripath2020-10-251-4/+4
* When handling errors in storageHandler check underlying error (#13178)zeripath2020-10-171-1/+1
* Prevent panics with missing storage (#13164)zeripath2020-10-153-15/+44
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-0/+38
* Provide self-registering storage system (#12978)zeripath2020-10-124-40/+172
* Add default storage configurations (#12813)Lunny Xiao2020-09-293-47/+100
* LFS support to be stored on minio (#12518)Lunny Xiao2020-09-083-3/+98
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-183-0/+244