Matthias Neugebauer
Matthias Neugebauer
This took way longer than anticipated, but here we go: This started with exceptions we were seeing operating Opencast with CockroachDB, a distributed DB that aims for being compatible with...
**Describe the bug** Many operations now use `.getTagsAndFlavors` to parse `source-flavor` and `source-tags`. When there should only be one flavor/tag, `Configuration.one` can be used. However, this strictly requires there to...
**What this PR does / why we need it**: Constraints for application credential configuration don't allow setting (os-applicationCredentialSecret and os-applicationCredentialID) or (os-applicationCredentialSecret and os-applicationCredentialName). This reverts the constraints from PR...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: PR #1857 changed the `dependsOn` validation for application credentials. With these constraints it is no longer possible to...
`store_dir` and `refresh_store` are still mentioned in the README which tripped me up when upgrading to v2.0.0. Maybe the removal could also be mentioned on the GitHub release page?
This is based on #4179 as both add DB migrations This PR fixes a bunch of issues with the new workflow implementation / the migration script: * Allow setting a...
JPA previously did not create an index for the job_argument table (that has no primary key). This differs compared to the custom DDL script we used to have until Opencast...
I have now been bitten twice by this so let's fix this: the `InboxScannerService` could busy wait forever if the configured user is not available (e.g. you don't configure the...
The ingest service allows downloads from external HTTP servers. However, currently, only digest auth is supported. This introduces a new setting to switch this to basic authentication. By default, requests...
Previously there could only be a single common metadata catalog for all tenants. This change allows common metadata catalogs per tenant while falling back to mh_default_org if a tenant does...