index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
storage
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CI] Forgejo Actions based CI for PR & branches
Earl Warren
2024-02-05
1
-1
/
+1
*
Fix object storage path handling (#27024)
wxiaoguang
2023-09-13
2
-14
/
+48
*
S3: log human readable error on connection failure (#26856)
Earl Warren
2023-09-12
2
-0
/
+55
*
Use correct minio error (#26634)
delvh
2023-08-21
1
-2
/
+2
*
Adjust minio new sequence, now it will check whether bucket exist first and t...
Lunny Xiao
2023-08-12
1
-6
/
+10
*
minio: add missing region on client initialization (#26412)
nekrondev
2023-08-10
1
-0
/
+1
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
2
-2
/
+2
*
Fix all possible setting error related storages and added some tests (#23911)
Lunny Xiao
2023-06-14
7
-121
/
+38
*
Implement actions artifacts (#22738)
FuXiaoHei
2023-05-19
1
-2
/
+9
*
Fix TestMinioStorageIterator skip message (#24765)
silverwind
2023-05-17
1
-1
/
+1
*
Skip TestMinioStorageIterator on CI (#24762)
Lunny Xiao
2023-05-17
1
-0
/
+5
*
fix minio storage iterator path (#24691)
FuXiaoHei
2023-05-14
5
-43
/
+80
*
Use more specific test methods (#24265)
KN4CK3R
2023-04-22
1
-1
/
+1
*
Make minio package support legacy MD5 checksum (#23768)
wxiaoguang
2023-03-28
1
-3
/
+18
*
Introduce path Clean/Join helper functions (#23495)
wxiaoguang
2023-03-21
3
-18
/
+21
*
add path prefix to ObjectStorage.Iterator (#23332)
FuXiaoHei
2023-03-13
6
-9
/
+61
*
Use CleanPath instead of path.Clean (#23371)
Lunny Xiao
2023-03-08
2
-3
/
+3
*
Add InsecureSkipVerify to Minio Client for Storage (#23166)
Yarden Shoham
2023-02-27
1
-9
/
+13
*
Implement actions (#21937)
Jason Song
2023-01-31
1
-0
/
+14
*
Change use of Walk to WalkDir to improve disk performance (#22462)
Felipe Leopoldo Sologuren GutiƩrrez
2023-01-16
1
-2
/
+2
*
Local storage should not store files as executable (#22162)
zeripath
2022-12-19
1
-1
/
+2
*
Skip initing LFS storage if disabled (#21996)
Jason Song
2022-12-01
1
-0
/
+4
*
Skip initing disabled storages (#21985)
Jason Song
2022-11-30
3
-26
/
+108
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
5
-10
/
+5
*
Save files in local storage as umask (#21198)
Nulo (he/him)
2022-09-24
1
-0
/
+4
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
1
-6
/
+6
*
Add Package Registry (#16510)
KN4CK3R
2022-03-30
1
-1
/
+14
*
Clean paths when looking in Storage (#19124)
zeripath
2022-03-22
3
-40
/
+30
*
Fix lfs bug (#19072)
Lunny Xiao
2022-03-14
2
-0
/
+68
*
format with gofumpt (#18184)
6543
2022-01-20
3
-9
/
+5
*
refactor: move from io/ioutil to io and os package (#17109)
Eng Zer Jun
2021-09-22
1
-2
/
+1
*
Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...
Lunny Xiao
2021-09-06
1
-2
/
+2
*
Close storage objects before cleaning (#16934)
zeripath
2021-09-03
1
-0
/
+1
*
Add an abstract json layout to make it's easier to change json library (#16528)
Lunny Xiao
2021-07-24
1
-4
/
+1
*
Retry rename on lock induced failures (#16435)
zeripath
2021-07-15
1
-1
/
+1
*
Fix archive error when rename repo or user (#16399)
Lunny Xiao
2021-07-13
1
-0
/
+7
*
Fix various documentation, user-facing, and source comment typos (#16367)
luzpaz
2021-07-08
1
-1
/
+1
*
Rework repository archive (#14723)
Lunny Xiao
2021-06-23
1
-1
/
+14
*
Code Formats, Nits & Unused Func/Var deletions (#15286)
6543
2021-04-09
2
-3
/
+1
*
Add size to Save function (#15264)
zeripath
2021-04-03
3
-6
/
+13
*
Fix race in local storage (#14888)
zeripath
2021-03-05
1
-10
/
+38
*
Migrate to use jsoniter instead of encoding/json (#14841)
zeripath
2021-03-01
1
-1
/
+3
*
Fix Storage mapping (#13297)
zeripath
2020-10-25
1
-4
/
+4
*
When handling errors in storageHandler check underlying error (#13178)
zeripath
2020-10-18
1
-1
/
+1
*
Prevent panics with missing storage (#13164)
zeripath
2020-10-16
3
-15
/
+44
*
Avatars and Repo avatars support storing in minio (#12516)
Lunny Xiao
2020-10-14
1
-0
/
+38
*
Provide self-registering storage system (#12978)
zeripath
2020-10-13
4
-40
/
+172
*
Add default storage configurations (#12813)
Lunny Xiao
2020-09-29
3
-47
/
+100
*
LFS support to be stored on minio (#12518)
Lunny Xiao
2020-09-08
3
-3
/
+98
*
Add a storage layer for attachments (#11387)
Lunny Xiao
2020-08-18
3
-0
/
+244