John O'Hara
John O'Hara
The schema is listed in the schema list; 
The default timeout for a transaction in Quarkus is set to 60s. It has been observed that the schema save operation takes longer than 60s, and the transactions are aborted....
**Describe the bug** After merging changes to the Horreum base image: https://github.com/Hyperfoil/Horreum/pull/1648 This installs python packages that are included in the python UBI image: https://catalog.redhat.com/software/containers/ubi9/python-39/61a61032bfd4a5234d59629e?tag=all&architecture=amd64&image=6628f55c4608ceb2c175adf8&container-tabs=dockerfile The base image size has...
Architecture - #899 - #900 - #901 - #902 - #1130 - #314 - #823 - #824 - #905 - #1346 Fixes - #839 - #723 - #714 - #744...
**Describe the bug** I am seeing intermittent test failures for `ActionServiceTest.testSlackAction()` on my machine ``` [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.607 s
**Describe the bug** In some environments the test suites fails with the following errors: ``` [ERROR] Failures: [ERROR] AlertingServiceTest.testLabelsChange:710 expected: not [ERROR] DatasetServiceTest.testDatasetLabelChanged:188->withExampleSchemas:365->lambda$testDatasetLabelChanged$47:194->BaseServiceTest.withExampleDataset:597->lambda$testDatasetLabelChanged$46:205->waitForUpdate:396 expected: not [ERROR] DatasetServiceTest.testSchemaAfterData:257 expected: not [ERROR]...
**Describe the bug** For documents stored on S3, user should be able to query their S3 bucket to be analysed by Horreun
Horreum contains a custom `SeqIdGenerator` to handle the instances where we have API endpoints that have a single method to `Add` or `Update` a resource. `AddOrUpdate` is an anti-pattern in...
**Describe the bug** The DatastoreConfig types do not have concrete Descriminators defined in the OpenAPI spec. We need to add Descriminators to allow for correct generation of OpenAPI clients. See...
for example: https://horreum.hyperfoil.io/openapi/#tag/Run/operation/addRunFromData Gives an example of POST `/api/run/data` instead of ; POST `/api/run/data?test=my-test&schema=...`