Michael Hoennig hsh-michaelhoennig
  • Joined on 2023-06-28
d22d81e71c added some other asset types
c3fda4e4b2 introduced HsHostingAssetsControllerRestTest
fcbbd13a7e implements EMailAlias-Property with ArrayProperty+multi-RegEx
bdb85e9be1 add EMail-Alias hosting asset validation (WIP)
c5722e494f fix HsHostingAssetRepository.findAllByCriteriaImpl query (#69)
Compare 5 commits »
hsh-michaelhoennig merged pull request hostsharing/hs.hsadmin.ng#69 2024-07-03 10:36:30 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query
hsh-michaelhoennig deleted branch fix-find-hosting-assets-query from hostsharing/hs.hsadmin.ng 2024-07-03 10:36:30 +02:00
hsh-michaelhoennig pushed to master at hostsharing/hs.hsadmin.ng 2024-07-03 10:36:30 +02:00
c5722e494f fix HsHostingAssetRepository.findAllByCriteriaImpl query (#69)
hsh-michaelhoennig created pull request hostsharing/hs.hsadmin.ng#70 2024-07-03 10:27:17 +02:00
add-email-alias-hosting-asset
b2b441dafa added some other asset types
814de9598d introduced HsHostingAssetsControllerRestTest
5521cc13f8 implements EMailAlias-Property with ArrayProperty+multi-RegEx
c19360aa77 add EMail-Alias hosting asset validation (WIP)
278467efac fix HsHostingAssetRepository.findAllByCriteriaImpl query
Compare 3 commits »
hsh-michaelhoennig commented on pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:19:33 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query

it's always better to test for exact returns then just for "contains", amended all calls, thus this methods is not needed anymore

278467efac fix HsHostingAssetRepository.findAllByCriteriaImpl query
hsh-michaelhoennig commented on pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:12:40 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query

the test name says "normalUser ..." but the superuser context without assumed role was still open, now assuming a normal users role

hsh-michaelhoennig commented on pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:11:44 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query

because of the mismatch of debitor+project, ?projectUuid=" + givenProject.getUuid() was ignored and too many rows were returned, now, where this is fixed, only the rows for "D-1000111 default project" get returned

hsh-michaelhoennig commented on pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:09:32 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query

This was a remnant from times before we had a project between debitor and asset. project makes more sense and the actual query was only implemented for project anyway.

hsh-michaelhoennig commented on pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:08:43 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query

This JPQL query did only work for hosting-assets which have a directly-assigned booking-item because "left" was missing for the joins.

hsh-michaelhoennig created pull request hostsharing/hs.hsadmin.ng#69 2024-07-02 13:06:34 +02:00
fix HsHostingAssetRepository.findAllByCriteriaImpl query
hsh-michaelhoennig created branch fix-find-hosting-assets-query in hostsharing/hs.hsadmin.ng 2024-07-02 13:05:09 +02:00
3021048c87 fix HsHostingAssetRepository.findAllByCriteriaImpl query
hsh-michaelhoennig created branch add-email-alias-hosting-asset in hostsharing/hs.hsadmin.ng 2024-07-02 12:37:10 +02:00
6a66f5f45b add EMail-Alias hosting asset validation (WIP)
hsh-michaelhoennig deleted branch integrate-sha512-password-hashing from hostsharing/hs.hsadmin.ng 2024-07-01 15:53:53 +02:00