Dietmar Maurer
|
e913330e09
|
product-config: simplify by removing the configuration directory
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-31 11:29:59 +02:00 |
|
Dietmar Maurer
|
4768ad2200
|
product-config: remove digest implementation (move to proxmox-config-digest crate)
And use the new proxmox-config-digest crate instead.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-29 18:41:28 +02:00 |
|
Dietmar Maurer
|
06d25870ed
|
product-config: remove functions to check permissions, which are now in proxmox-sys.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-29 10:22:05 +02:00 |
|
Dietmar Maurer
|
237f6218b0
|
product-config: factor out methods to create different file creation options
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-29 07:47:17 +02:00 |
|
Dietmar Maurer
|
7cd240bbad
|
product-config: use Path instead of str everywhere
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-29 06:52:04 +02:00 |
|
Dietmar Maurer
|
96a3656dd2
|
product-config: add feature "impl"
So the we can use the ConfigDigest with our UI crates.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-06 13:40:32 +02:00 |
|
Dietmar Maurer
|
53ee3f92ea
|
product-config: add method to detect config digest modifications.
Using an object method with strong typing is considered cleaner.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-06 13:01:36 +02:00 |
|
Dietmar Maurer
|
03b4aed510
|
product-config: add debian packaging
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-03 09:29:46 +02:00 |
|
Dietmar Maurer
|
e64575b6a7
|
product-config: add rust API type for configuration digest
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-02 12:28:11 +02:00 |
|
Dietmar Maurer
|
9fc48d96d2
|
new crate for commonly used functions to read and write configuration files
Factor out functions to read and write configuration files with
product specific permissions.
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
|
2024-05-02 11:17:27 +02:00 |
|