ips/libips/src
Till Wegmueller 2777f153c9
Introduce progress reporting infrastructure and error management refinements
- Add `ProgressReporter` trait with `start`, `update`, and `finish` methods for customizable progress tracking during operations.
- Implement `ProgressInfo` struct for detailed progress state reporting, including operation, progress, and context information.
- Create a no-op implementation `NoopProgressReporter` for cases where progress reporting is not needed.
- Enhance `pkg6` with structured error handling using `Pkg6Error` and new diagnostic variants for I/O, JSON, FMRI, and logging errors.
- Update `Image` functionality to leverage progress reporting during catalog downloads and include robust publisher management.
- Introduce `TestProgressReporter` for unit tests to validate progress reporting integration.
2025-08-03 14:28:36 +02:00
..
actions Add serde attribute defaults and improve JSON deserialization handling in manifests 2025-07-29 11:38:36 +02:00
digest Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
image Introduce progress reporting infrastructure and error management refinements 2025-08-03 14:28:36 +02:00
payload Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
repository Introduce progress reporting infrastructure and error management refinements 2025-08-03 14:28:36 +02:00
fmri.rs Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
lib.rs Replace anyhow with custom RepositoryError for improved error specificity and consistency. Remove anyhow dependency. 2025-07-26 16:50:10 +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