TheFox0x7
ce563ade3d
enable linter testifylint on v8 ( #4573 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4573
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
2024-07-30 19:41:27 +00:00
Earl Warren
d2c4d833f4
test(avatar): deleting a user avatar is idempotent
...
If the avatar file in storage does not exist, it is not an error and
the database can be updated.
See 1be797faba
Fix bug on avatar
2024-06-05 09:10:42 +02:00
Earl Warren
20148e061a
test(storage): export UninitializedStorage to simulate failure
2024-06-04 23:20:20 +02:00
FuXiaoHei
cdc9e91750
add path prefix to ObjectStorage.Iterator ( #23332 )
...
Support to iterator subdirectory in ObjectStorage for
ObjectStorage.Iterator method.
It's required for https://github.com/go-gitea/gitea/pull/22738 to make
artifact files cleanable.
---------
Co-authored-by: Jason Song <i@wolfogre.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-13 18:23:51 +08:00
Jason Song
67881ae99a
Skip initing disabled storages ( #21985 )
...
If `Attachment` or `Packages` are disabled, we don't have to init the
storages for them.
2022-11-30 21:39:02 +08:00