No description
Find a file
guochao 9351294d72
Some checks failed
build container / build-container (push) Successful in 2m31s
run go test / test (push) Failing after 1m31s
feat(storage): implement WriteAt for MemoryFile and add comprehensive tests
- Add WriteAt method to MemoryFile to support io.WriterAt interface
- Add test cases for WriteAt including basic operations, error cases, concurrent access, and DuplicateFile scenarios
- Update server.go to use WriteAt for file downloads to fix concurrent read/write issues
2026-01-16 16:35:20 +08:00
.gitea/workflows chore(ci): update Go version to stable in workflow 2026-01-15 18:44:10 +08:00
cmd/proxy fix: ensure StreamObject.Headers is set in all error paths 2026-01-16 10:13:37 +08:00
memory-bank feat: 实现内存存储自动内存管理功能 2025-10-18 20:16:31 +08:00
pkgs feat(storage): implement WriteAt for MemoryFile and add comprehensive tests 2026-01-16 16:35:20 +08:00
scripts feat: enhance PowerShell script to pass unrecognized parameters to proxy.exe 2025-10-16 16:02:40 +08:00
.clinerules feat: integrate to Windows service management 2025-10-16 09:42:08 +08:00
.dockerignore update docker files 2024-12-18 14:18:47 +08:00
.gitignore feat: enhance PowerShell script to pass unrecognized parameters to proxy.exe 2025-10-16 16:02:40 +08:00
compose.release.yaml add pprof handler 2025-03-03 00:26:29 +08:00
compose.yaml add pprof handler 2025-03-03 00:26:29 +08:00
config.go fix: disable passive health check by default and add file integrity validation 2026-01-15 18:25:38 +08:00
config.yaml feat: improve upstream health check and error handling 2026-01-10 00:04:10 +08:00
Dockerfile use latest golang / alpine image 2026-01-15 15:42:50 +08:00
failed_tests.md refactor: consolidate stale cache fallback logic into serve methods 2026-01-11 00:30:17 +08:00
go.mod feat: integrate to Windows service management 2025-10-16 09:42:08 +08:00
go.sum feat: integrate to Windows service management 2025-10-16 09:42:08 +08:00
health_checker.go fix: disable passive health check by default and add file integrity validation 2026-01-15 18:25:38 +08:00
health_checker_test.go fix: disable passive health check by default and add file integrity validation 2026-01-15 18:25:38 +08:00
server.go feat(storage): implement WriteAt for MemoryFile and add comprehensive tests 2026-01-16 16:35:20 +08:00
server_test.go fix: improve test reliability in CI environment 2026-01-15 18:49:04 +08:00
upstream_manager.go fix: correct passive health check default behavior 2026-01-15 18:38:37 +08:00
upstream_manager_test.go fix: correct passive health check default behavior 2026-01-15 18:38:37 +08:00