real rbac-entities in booking+hosting #89

Merged
hsh-michaelhoennig merged 15 commits from real-and-rbac-entities-everywhere into master 2024-08-21 06:18:38 +02:00
No description provided.
hsh-michaelhoennig added 10 commits 2024-08-19 09:59:49 +02:00
hsh-michaelhoennig added 1 commit 2024-08-19 10:26:25 +02:00
hsh-michaelhoennig added 1 commit 2024-08-19 10:30:32 +02:00
hsh-marcsandlus reviewed 2024-08-19 11:57:58 +02:00
@ -46,0 +45,4 @@
private HsHostingAssetRealRepository realAssetRepo;
@Autowired
private HsBookingItemRealRepository relBookingItemRepo;

real

real
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-08-19 12:04:06 +02:00
@ -0,0 +33,4 @@
""", nativeQuery = true)
// The JPQL query did not generate "left join" but just "join".
// I also optimized the query by not using the _rv for hs_booking_item and hs_hosting_asset, only for hs_hosting_asset_rv.
List<HsHostingAssetRealEntity> findAllByCriteriaImpl(UUID projectUuid, UUID parentAssetUuid, String type);

Test fehlt noch

Test fehlt noch
hsh-michaelhoennig marked this conversation as resolved
hsh-michaelhoennig added 1 commit 2024-08-19 12:10:07 +02:00
# Conflicts:
#	src/main/java/net/hostsharing/hsadminng/hs/booking/item/HsBookingItemEntity.java
#	src/test/java/net/hostsharing/hsadminng/hs/booking/item/HsBookingItemEntityUnitTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/booking/item/HsBookingItemRepositoryIntegrationTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/booking/project/HsBookingProjectRepositoryIntegrationTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/hosting/asset/HsHostingAssetControllerAcceptanceTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/hosting/asset/HsHostingAssetRbacRepositoryIntegrationTest.java
#	src/test/java/net/hostsharing/hsadminng/hs/migration/ImportHostingAssets.java
hsh-marcsandlus approved these changes 2024-08-19 12:48:17 +02:00
hsh-michaelhoennig added 1 commit 2024-08-19 15:48:20 +02:00
hsh-michaelhoennig added 1 commit 2024-08-20 17:23:31 +02:00
hsh-michaelhoennig merged commit 1eaeade155 into master 2024-08-21 06:18:38 +02:00
hsh-michaelhoennig deleted branch real-and-rbac-entities-everywhere 2024-08-21 06:18:39 +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#89
No description provided.