add-ipnumber-validatation #77
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#77
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-ipnumber-validatation"
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?
@ -29,1 +30,4 @@
@Override
public boolean belongsToAny(final Set<String> groups) {
return true;
contains
@ -295,2 +318,2 @@
.append(renderAsPlantUML("MariaDB", Set.of("MariaDB", "Webspace", "Server")))
.append(renderAsPlantUML("PostgreSQL", Set.of("PostgreSQL", "Webspace", "Server")));
markdown
.append(renderAsPlantUML("Webspace+Server", Set.of("Server")))
-Webspace
@ -491,0 +511,4 @@
IPV6_NUMBER(
List.of(
HsHostingAssetEntity.builder()
.type(HsHostingAssetType.IPV4_NUMBER)
IPV6