Hive
fix(kura): return JSON for cache miss responses
GitHub issue · Closed
Source
tuist/tuist #11070
Updated
Jun 24, 2026
Domains
Kura
Summary
- Return JSON
404error bodies for Kura key-value cache misses instead of empty responses. - Return JSON
404error bodies from the shared artifact GET path, covering CAS, module cache, and Gradle cache misses. - Add HTTP route tests that assert the miss responses include
application/jsonbodies so generated clients do not fail with missing response-body errors.
Testing
mise exec -- cargo fmtmise exec -- cargo test misses_return_jsonmise exec -- cargo test clean_namespace_removes_existingmise exec -- cargo clippy --all-targets -- -D warnings
No GitHub comments yet.