Andrea Lamparelli

Results 64 comments of Andrea Lamparelli

A bit of consideration as a result of several discussions on the subject. ## Root cause The root cause has been identified in the query https://github.com/Hyperfoil/Horreum/blob/3849f043bb457deb86df5fb8ecab5fc8fc3de588/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/RunServiceImpl.java#L91-L103 Query that is performed...

Given that https://github.com/Hyperfoil/Horreum/issues/1580 has been closed as not planned and https://github.com/Hyperfoil/Horreum/issues/1579 has been already fixed we can close this one as completed.

When I created this issue I missed there was a similar one already: https://github.com/Hyperfoil/Horreum/issues/1198. Let's keep this one as well since it is specific for `Test` entities filtering.

As part of this change, I am slightly refactoring the custom table component with the following changes: * Switch to Patternfly Table component * Fix some ordering issues * Reduce...

I think it is happening from time to time on our CI as well (in all cases, simply retriggering the job was enough), it looks like the same issue I...

> I searched for existing issues, but missed #1557 , sorry for the noise No worries at all, I did not have time to check what could have been the...

It looks like the updated openapi generator vesion generates some code with issues, in particular in the file `src/generated/models/ChangeDetectionConfig.ts`: The **new** generated code is: ```js export function ChangeDetectionConfigFromJSONTyped(json: any, ignoreDiscriminator:...

After deep dive I noticed that there are also some issues in the `horreum-api` schemas for: - `ChangeDetection` (especially how the discriminator is set, with https://github.com/Hyperfoil/Horreum/pull/1610/commits/d434b78aa3892581d0e614e1e669055183230889 it looks better) -...

I run into similar issue and after quick investigation I think the issue is that the methods you are trying to run are annoted with [`@WithToken`](https://github.com/Hyperfoil/Horreum/blob/master/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/server/WithToken.java) and [`@WithRoles`](https://github.com/Hyperfoil/Horreum/blob/master/horreum-backend/src/main/java/io/hyperfoil/tools/horreum/server/WithRoles.java) whose interceptor...