solstice-ci/crates
Till Wegmueller 190eb5532f Replace scheduler SSH/console code with vm-manager APIs
- IP discovery: use hv.guest_ip() with timeout loop instead of
  discover_guest_ip_virsh() (500+ lines removed from hot path)
- SSH: use vm_manager::ssh::connect_with_retry() + upload() + exec()
  instead of hand-rolled TCP/ssh2/SFTP code
- Console: use vm_manager::console::ConsoleTailer over Unix socket
  instead of file-based tail_console_to_joblog()
- Add guest_ip() to orchestrator Hypervisor trait with default impl
- Remove #[cfg(linux, libvirt)] gates from is_illumos_label, expand_tilde
- Keep orchestrator-specific: DB persistence, log recording, MQ publish,
  runner binary selection, env var injection
2026-04-07 15:50:54 +02:00
..
ciadm chore(format): Format code 2026-01-25 23:16:36 +01:00
cidev Format 2025-11-01 14:56:46 +01:00
common chore: format code with cargo fmt 2025-11-18 15:43:18 +01:00
forge-integration chore: format code with cargo fmt 2025-11-18 15:43:18 +01:00
github-integration chore(format): Format code 2026-01-25 23:16:36 +01:00
logs-client chore(format): Format code 2026-01-25 23:16:36 +01:00
logs-service chore: format code with cargo fmt 2025-11-18 15:43:18 +01:00
migration chore: format code with cargo fmt 2025-11-18 15:43:18 +01:00
orchestrator Replace scheduler SSH/console code with vm-manager APIs 2026-04-07 15:50:54 +02:00
runner-integration Send incremental UpdateTask with step states during log streaming 2026-04-07 00:44:02 +02:00
webhook Improve case-insensitive comparison for X-Hookdeck-Will-Retry-After header 2026-01-25 23:28:36 +01:00
workflow-runner Chore cargo fmt 2025-11-18 16:14:57 +01:00