ips/libips/src
Till Wegmueller 81bc7b8574
Refactor catalog handling by replacing get_legacy_catalog with get_catalog_file_path for improved clarity and consistency.
- Removed now-redundant catalog path resolution logic in `repo.rs`.
- Updated `file_backend` with a unified method for fetching catalog file paths, addressing invalid path prefixes.
- Adjusted HTTP handler to use the updated method.
2025-12-08 22:45:39 +01:00
..
actions Refactor ImageCatalog and apply manifest logic 2025-08-19 22:43:50 +02:00
depend Refactor depend module 2025-08-30 23:26:17 +02:00
digest Add incorporation lock support and update dependencies across the project 2025-08-19 14:30:55 +02:00
image Simplify CatalogPart::load by removing manual JSON parsing fallbacks and introducing test coverage for sample catalogs. 2025-12-08 22:39:28 +01:00
payload Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
repository Refactor catalog handling by replacing get_legacy_catalog with get_catalog_file_path for improved clarity and consistency. 2025-12-08 22:45:39 +01:00
solver Improve dependency constraint extraction and branch locking logic 2025-08-26 21:51:05 +02:00
api.rs Expand ManifestBuilder with new helper methods for setting attributes, licenses, links, and dependencies. 2025-08-31 00:17:15 +02:00
fmri.rs implement manifest fetching and fix CI errors 2025-08-13 23:23:45 +02:00
lib.rs Add api module for forge/pkgdev high-level integration 2025-08-30 22:25:45 +02:00
publisher.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00
publisher_tests.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00
test_json_manifest.rs Add serde attribute defaults and improve JSON deserialization handling in manifests 2025-07-29 11:38:36 +02:00
transformer.rs Add transformer module for manifest transformation logic 2025-08-28 23:50:59 +02:00