Implement initial test-run option (#113) #118

Open
mmarhin wants to merge 3 commits from mmarhin/autogits:initial-test-run into main

3 Commits

Author SHA256 Message Date
eaf34d739e refactor: Load mock data from factory.results.json.bz2 instead of hardcoded values
Some checks failed
go-generate-check / go-generate-check (pull_request) Has been cancelled
- Read and decompress factory.results.json.bz2 in NewMockRedis()
- Iterate over BuildResult array to populate mock data structure
- Remove hardcoded test values
- Update RedisMock() to use the new constructor
2026-02-19 12:01:50 +01:00
1728c346f3 refactor: Implement RedisClient interface for mocking strategy
Some checks failed
go-generate-check / go-generate-check (pull_request) Has been cancelled
2026-01-28 23:41:28 +01:00
88def03d5e Implement initial test-run option (#113)
Some checks failed
go-generate-check / go-generate-check (pull_request) Has been cancelled
2026-01-23 13:18:01 +01:00