Till Wegmueller
|
ad153a65ab
|
Replace println! statements with structured logging using the tracing crate, refactor error handling to use error! macros for logging, improve comments for clarity, and simplify type usage by utilizing HashMap and HashSet from the prelude.
|
2025-07-26 23:41:09 +02:00 |
|
Till Wegmueller
|
cb75c045e5
|
Introduce Pkg6DevError for improved error handling across pkg6dev, replace anyhow with custom error types, enable structured diagnostics with miette, update dependencies, and add tracing for logging.
|
2025-07-26 21:20:50 +02:00 |
|
Till Wegmueller
|
4649608408
|
Replace anyhow with custom RepositoryError for improved error specificity and consistency. Remove anyhow dependency.
|
2025-07-26 16:50:10 +02:00 |
|
Till Wegmueller
|
a33a3246b6
|
chore(fmt): format with cargo fmt
|
2025-07-26 12:54:01 +02:00 |
|
Till Wegmueller
|
307dfddc7c
|
Remove TESTING.md, fix CLI argument naming (--repo-version), enhance transaction publisher handling, and improve manifest storage logic.
|
2025-07-26 11:52:42 +02:00 |
|
Till Wegmueller
|
ead9ad12af
|
Refactor repository traits into ReadableRepository and WritableRepository, introduce Repository to combine traits for backward compatibility, and update relevant modules and tests to use the new structure.
|
2025-07-26 10:34:45 +02:00 |
|
Till Wegmueller
|
a0fcc13033
|
Introduce Catalog module with structs and functionality for managing package metadata, enhance file_backend and CLI to handle catalog operations, and update dependencies (chrono and others) to support new features.
|
2025-07-24 00:28:33 +02:00 |
|
Till Wegmueller
|
63f2d1da62
|
Add search method to repository module for querying packages, update dependencies to support search functionality.
|
2025-07-23 23:22:24 +02:00 |
|
Till Wegmueller
|
2cb63fbef0
|
Introduce PackageContents struct for structured representation of package data, refactor show_contents for multiple content types, and enhance handling of manifests with improved filtering and output formatting.
|
2025-07-23 22:39:49 +02:00 |
|
Till Wegmueller
|
ca7ce75008
|
Enhance show_contents to parse manifests directly, add filtering by publishers, patterns, and action types, and handle multiple content types (files, directories, links, dependencies, licenses).
|
2025-07-22 19:39:46 +02:00 |
|
Till Wegmueller
|
5d987ca0cb
|
Refactor package FMRI handling by introducing Fmri struct, update dependencies, and adjust repository and action modules for structured FMRI data processing
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-22 14:10:37 +02:00 |
|
Till Wegmueller
|
e3662eaf23
|
Introduce PackageInfo struct for structured package data, refactor list_packages to use it, and enhance publisher directory handling
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-22 11:57:24 +02:00 |
|
Till Wegmueller
|
7332e0f7b5
|
Refactor repository info retrieval to return structured data, add detailed publisher information, and update tests accordingly
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-22 10:21:16 +02:00 |
|
Till Wegmueller
|
a9584fa6d2
|
Add package publishing functionality and default publisher management
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-21 23:20:19 +02:00 |
|
Till Wegmueller
|
8a32bf3176
|
Add compression support (Gzip/LZ4) and update dependencies
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-21 22:37:08 +02:00 |
|
Till Wegmueller
|
1a5e0e053d
|
Add repository module and update dependencies
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
|
2025-07-21 22:02:05 +02:00 |
|