import-unix-user-and-email-aliases #81

Merged
hsh-michaelhoennig merged 14 commits from import-unix-user-and-email-aliases into master 2024-08-01 13:12:58 +02:00
No description provided.
hsh-michaelhoennig added 11 commits 2024-08-01 10:08:10 +02:00
hsh-marcsandlus reviewed 2024-08-01 10:29:15 +02:00
@ -16,1 +16,3 @@
private static final String[] KEY_ORDER = insertNewEntriesAfterExistingEntry(StringProperty.KEY_ORDER, "computed", "hashedUsing");
private static final String[] KEY_ORDER = insertNewEntriesAfterExistingEntry(
StringProperty.KEY_ORDER,
"computed",

computed muss raus

computed muss raus
Author
Member

computed muss doch in die Ausgabe, also z.B. als computed=IN_PREP weil ja die intializedBy und renderedBy Lambdas sind, also Code, den ich gar nicht ausgeben kann. Nur hashedBy kann ausgeben werden, nämlich der Name des Hash-Algorithmus.

computed muss doch in die Ausgabe, also z.B. als computed=IN_PREP weil ja die intializedBy und renderedBy Lambdas sind, also Code, den ich gar nicht ausgeben kann. Nur hashedBy kann ausgeben werden, nämlich der Name des Hash-Algorithmus.
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-08-01 10:48:12 +02:00
@ -114,0 +118,4 @@
CREATE SEQUENCE IF NOT EXISTS hs_hosting_asset_unixuser_system_id_seq
AS integer
MINVALUE 100000000

1.000.000 - 9.999.999

1.000.000 - 9.999.999
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-08-01 10:50:50 +02:00
@ -104,11 +126,9 @@ class HsUnixUserHostingAssetValidatorUnitTest {
// then
assertThat(result).containsExactlyInAnyOrder(
"'UNIX_USER:abc00-temp.config.SSD hard quota' is expected to be at most 50 but is 100",

überprüfen

überprüfen
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-08-01 11:07:51 +02:00
hsh-michaelhoennig added 2 commits 2024-08-01 11:45:58 +02:00
hsh-michaelhoennig added 1 commit 2024-08-01 12:08:06 +02:00
hsh-michaelhoennig merged commit d6a0511d98 into master 2024-08-01 13:12:58 +02:00
hsh-michaelhoennig deleted branch import-unix-user-and-email-aliases 2024-08-01 13:12:59 +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#81
No description provided.