Commit graph

3 commits

Author SHA1 Message Date
Marco Allegretti
1bc69c00dc fix(server): report data dir creation errors 2026-02-25 12:36:17 +01:00
Marco Allegretti
9ad61cbf0c fix(server): avoid panics in HTTP server 2026-02-25 12:32:00 +01:00
Marco Allegretti
23ac53ba4d feat: karapace-server — reference remote server implementing protocol v1
- tiny_http-based HTTP server for blob storage and registry
- Dual URL routing: /blobs/Kind/key and /kind_plural/key
- Blob CRUD: PUT, GET, HEAD, list by kind
- Registry: GET/PUT for name@tag references
- TestServer helper for integration testing
- 7 HTTP E2E tests: roundtrip, push/pull, concurrent clients, restart persistence
2026-02-22 18:37:27 +01:00