Add managed registry provisioning, pruning, and readiness tracking

This commit is contained in:
2026-06-08 20:44:16 +01:00
parent 5b977c1f41
commit 3a851db08f
52 changed files with 2706 additions and 116 deletions

View File

@@ -22,6 +22,8 @@ class Server extends Model
{
return [
'status' => ServerStatus::class,
'is_control_node' => 'boolean',
'build_enabled' => 'boolean',
];
}