HostingAsset-Hierarchie spec in enum HsHostingAssetType and generates PlantUML #72
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hostsharing/hs.hsadmin.ng#72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-mermaid-graph-generator-for-hosting-asset-type-structure"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -89,3 +89,3 @@
final var unixUserCount = ofNullable(entity.getRelatedHostingAsset())
.map(ha -> ha.getSubHostingAssets().stream()
.filter(bi -> bi.getType() == DOMAIN_EMAIL_SETUP)
.filter(bi -> bi.getType() == DOMAIN_EMAIL_MAILBOX_SETUP)
überprüfen: was soll das bedeuten?
Das ist die Validierung der Multi-Optionen. Also ganz richtig so.
@ -186,24 +186,6 @@ public class HsHostingAssetControllerRestTest {
}
]
"""),
DOMAIN_SETUP(
muss wieder rein
@ -1,111 +0,0 @@
package net.hostsharing.hsadminng.hs.hosting.asset.validators;
muss wieder rein
@ -172,3 +171,3 @@
}
@AfterEach
//@AfterEach
muss wieder rein