08919752e3
Checkpoint multi-chantiers (arbre vert : tsc 0 erreur, 70 tests, build OK). - tâche 1.9 Phase 1 : schéma socle (machine_state/events/reports/raw_artifacts/ hardware/metrics + colonnes étendues) + wiring refresh/execute. Migration 0002. - tâche 1.9 Phase 2 : machine_credentials + machine_host_keys (non destructif, dual-read + backfill). Migration 0003. Fix séquence journal de migration. - tâche 2 : SJ-0 (types étendus rétro-compatibles, réducteur Docker, resolveTemplate), SJ-1 (update-analyze enrichi), SJ-2 (apply + diff dpkg + timeout inactivité SSH), SJ-3 (reboot vérifié boot_id). - WIP parallèle inclus : /api/capabilities, auth/apiTokens/apiClients, system metrics, scaffold app_rust, ajustements frontend. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
17 lines
474 B
TOML
17 lines
474 B
TOML
[package]
|
|
name = "system-update-gnome"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Client local Rust/GNOME pour le backend system_update"
|
|
license = "UNLICENSED"
|
|
|
|
[dependencies]
|
|
adw = { package = "libadwaita", version = "0.9", features = ["v1_6"], optional = true }
|
|
gtk = { package = "gtk4", version = "0.11", features = ["v4_6"], optional = true }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
|
|
[features]
|
|
default = []
|
|
gui = ["dep:adw", "dep:gtk"]
|