atlas
a8728ac532
job_queue: move the jobs wire types to hive-host-sock
...
The DagView / NodeView / Source / State / PermPayload types only ever
travel on the host admin socket and the dashboard channels hive-c0re
serves off the same snapshot; their whole consumer set is hive-c0re,
hivectl and the socket protocol crate itself. Living in hive-sh4re made
the five other crates that depend on it carry job-queue types they never
name.
Pure move: git mv of the module plus the import sweep, no type changes.
hive-sh4re keeps its own chrono (wire_time still needs it).
2026-07-27 13:40:57 +02:00
..
agents.rs
refactor(hivectl): move quota + subvol under agents
2026-07-26 18:26:27 +02:00
approvals.rs
split hivectl main.rs into per-domain modules ( #2509 )
2026-07-16 11:28:43 +02:00
choom.rs
fix(hivectl): ask the daemon whether an agent exists
2026-07-27 09:34:43 +02:00
cli.rs
refactor(hivectl): move quota + subvol under agents
2026-07-26 18:26:27 +02:00
client.rs
hivectl: say which of the three socket failures actually happened
2026-07-26 17:35:44 +02:00
completions.rs
split hivectl main.rs into per-domain modules ( #2509 )
2026-07-16 11:28:43 +02:00
dag_progress.rs
job_queue: move the jobs wire types to hive-host-sock
2026-07-27 13:40:57 +02:00
forge.rs
refactor( #2302 ): type socket wire fields as ident, validated by serde on deserialize
2026-07-20 21:46:18 +02:00
gateway.rs
split hivectl main.rs into per-domain modules ( #2509 )
2026-07-16 11:28:43 +02:00
github.rs
refactor( #2302 ): type socket wire fields as ident, validated by serde on deserialize
2026-07-20 21:46:18 +02:00
main.rs
fix(hivectl): ask the daemon whether an agent exists
2026-07-27 09:34:43 +02:00
matrix.rs
refactor( #2302 ): type socket wire fields as ident, validated by serde on deserialize
2026-07-20 21:46:18 +02:00
open.rs
hivectl: say which of the three socket failures actually happened
2026-07-26 17:35:44 +02:00
power.rs
split hivectl main.rs into per-domain modules ( #2509 )
2026-07-16 11:28:43 +02:00
quota.rs
refactor(hivectl): move quota + subvol under agents
2026-07-26 18:26:27 +02:00
subvol.rs
fix(hivectl): ask the daemon whether an agent exists
2026-07-27 09:34:43 +02:00
util.rs
fix(hivectl): ask the daemon whether an agent exists
2026-07-27 09:34:43 +02:00
wg.rs
hivectl: say which of the three socket failures actually happened
2026-07-26 17:35:44 +02:00