add-ipnumber-validatation #77

Merged
hsh-michaelhoennig merged 4 commits from add-ipnumber-validatation into master 2024-07-16 10:32:41 +02:00
No description provided.
hsh-michaelhoennig added 2 commits 2024-07-16 10:04:56 +02:00
hsh-marcsandlus reviewed 2024-07-16 10:06:40 +02:00
@ -29,1 +30,4 @@
@Override
public boolean belongsToAny(final Set<String> groups) {
return true;

contains

contains
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-16 10:09:48 +02:00
@ -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

-Webspace
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-16 10:17:04 +02:00
@ -491,0 +511,4 @@
IPV6_NUMBER(
List.of(
HsHostingAssetEntity.builder()
.type(HsHostingAssetType.IPV4_NUMBER)

IPV6

IPV6
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-07-16 10:19:32 +02:00
hsh-michaelhoennig added 2 commits 2024-07-16 10:32:15 +02:00
hsh-michaelhoennig merged commit c191af2ea1 into master 2024-07-16 10:32:41 +02:00
hsh-michaelhoennig deleted branch add-ipnumber-validatation 2024-07-16 10:32:41 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#77
No description provided.