mitigate-hosting-asset-fetching-performance-problems #60

Merged
hsh-michaelhoennig merged 5 commits from mitigate-hosting-asset-fetching-performance-problems into master 2024-06-17 16:46:26 +02:00
No description provided.
hsh-michaelhoennig added 4 commits 2024-06-17 09:58:50 +02:00
hsh-marcsandlus reviewed 2024-06-17 10:10:16 +02:00
@ -154,3 +156,3 @@
private void assertThatAssetIsPersisted(final HsHostingAssetEntity saved) {
final var found = assetRepo.findByUuid(saved.getUuid());
assertThat(found).isNotEmpty().map(HsHostingAssetEntity::toString).get().isEqualTo(saved.toString());
assertThat(found).isNotEmpty().map(HsHostingAssetEntity::getVersion).get().isEqualTo(saved.getVersion());

gepatchten Inhalt vergleichen?

gepatchten Inhalt vergleichen?
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-06-17 10:10:49 +02:00
@ -176,6 +178,14 @@ class HsHostingAssetRepositoryIntegrationTest extends ContextBasedTestWithCleanu
"HsHostingAssetEntity(MANAGED_WEBSPACE, thi01, some Webspace, MANAGED_SERVER:vm1013, D-1000313:D-1000313 default project:separate ManagedWebspace)");
}
public <R> R stopWatch(final String caption, final Supplier<R> operation) {

kann weg

kann weg
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-06-17 10:14:04 +02:00
hsh-michaelhoennig added 1 commit 2024-06-17 16:46:00 +02:00
hsh-michaelhoennig merged commit cbadc6e2c7 into master 2024-06-17 16:46:26 +02:00
hsh-michaelhoennig deleted branch mitigate-hosting-asset-fetching-performance-problems 2024-06-17 16:46:26 +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#60
No description provided.