gitea/modules/storage
Kyle D. 66971e591e
Add artifacts test fixture (#30300)
Closes https://github.com/go-gitea/gitea/issues/30296

- Adds a DB fixture for actions artifacts
- Adds artifacts test files
- Clears artifacts test files between each run
- Note: I initially initialized the artifacts only for artifacts tests,
but because the files are small it only takes ~8ms, so I changed it to
always run in test setup for simplicity
- Fix some otherwise flaky tests by making them not depend on previous
tests
2024-11-01 10:29:54 +08:00
..
testdata feat: add support for a credentials chain for minio access (#31051) 2024-05-27 20:56:04 +08:00
azureblob.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-10-31 15:28:25 +00:00
azureblob_test.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
helper.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-10-31 15:28:25 +00:00
helper_test.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-10-31 15:28:25 +00:00
local.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-10-31 15:28:25 +00:00
local_test.go
minio.go Fix `missing signature key` error when pulling Docker images with `SERVE_DIRECT` enabled (#32365) 2024-10-31 15:28:25 +00:00
minio_test.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
storage.go Add artifacts test fixture (#30300) 2024-11-01 10:29:54 +08:00
storage_test.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00