rbac-optimization #80

Merged
hsh-michaelhoennig merged 14 commits from rbac-optimization into master 2024-07-27 10:18:08 +02:00
No description provided.
hsh-michaelhoennig added 5 commits 2024-07-24 09:59:47 +02:00
hsh-michaelhoennig added 1 commit 2024-07-24 11:24:19 +02:00
hsh-michaelhoennig added 1 commit 2024-07-24 12:08:59 +02:00
hsh-michaelhoennig force-pushed rbac-optimization from 9f98832a7b to 94ef33c775 2024-07-24 14:05:17 +02:00 Compare
hsh-michaelhoennig added 1 commit 2024-07-25 09:33:11 +02:00
hsh-michaelhoennig added 1 commit 2024-07-25 09:42:25 +02:00
hsh-michaelhoennig added 1 commit 2024-07-25 10:00:32 +02:00
hsh-marcsandlus reviewed 2024-07-25 10:18:51 +02:00
@ -0,0 +8,4 @@
/*
Makes improved uuid generation available.
*/
create extension if not exists "pg_stat_statements";

nicht für prod

nicht für prod
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-25 10:23:21 +02:00
@ -752,3 +751,3 @@
end;
$$;
ALTER FUNCTION queryAccessibleObjectUuidsOfSubjectIds SET enable_hashjoin = off;

entfernen

entfernen
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-25 10:26:36 +02:00
@ -44,6 +44,8 @@ create table if not exists hs_hosting_asset
constraint chk_hs_hosting_asset_has_booking_item_or_parent_asset
check (bookingItemUuid is not null or parentAssetUuid is not null or type in ('DOMAIN_SETUP', 'IPV4_NUMBER', 'IPV6_NUMBER'))
);
-- create index on hs_hosting_asset (identifier);

löschen

löschen
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-25 10:30:46 +02:00
@ -113,38 +113,6 @@ class HsOfficeDebitorControllerAcceptanceTest extends ContextBasedTestWithCleanu
},
"debitorNumber": 1000111,
"debitorNumberSuffix": 11,
"partner": {

muss wieder rein

muss wieder rein
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-07-25 10:35:53 +02:00
hsh-michaelhoennig added 1 commit 2024-07-25 11:15:21 +02:00
hsh-michaelhoennig added 1 commit 2024-07-26 11:20:59 +02:00
hsh-michaelhoennig added 1 commit 2024-07-27 10:17:47 +02:00
hsh-michaelhoennig merged commit e1fda412ae into master 2024-07-27 10:18:08 +02:00
hsh-michaelhoennig deleted branch rbac-optimization 2024-07-27 10:18:08 +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#80
No description provided.