initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit cf46424f50 - Show all commits
-15
View File
@@ -1,15 +0,0 @@
// Update the service data model to include requiresDomain and domain status fields.
class Service {
String name;
boolean requiresDomain;
DomainStatus domainStatus;
}
// Enum to represent domain status health checks for services
enum DomainStatus {
MISSING,
MISCONFIGURED,
CONNECTED,
UNKNOWN
}