mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
- Added `/file/1/{digest}` route to support file retrieval without specifying the algorithm.
- Implemented a Python-compatible JSON serializer to ensure consistent formatting for catalog artifacts.
- Replaced `HashMap` with `BTreeMap` for deterministic ordering in catalog serialization and updates.
- Updated integration tests to validate the new route functionality and ensure response correctness.
- Refactored `format_iso8601_basic` to improve timestamp formatting consistency.
|
||
|---|---|---|
| .. | ||
| catalog.rs | ||
| catalog_writer.rs | ||
| file_backend.rs | ||
| mod.rs | ||
| obsoleted.rs | ||
| progress.rs | ||
| rest_backend.rs | ||
| tests.rs | ||