JamesUoM
JamesUoM
I'm currently writing a health check for an application, but I'm a little unclear on the precise relationship between statuses and response codes. The is described as "tightly coupled" but...
Using 1.1.15 from maven central repo and trying to install in it into a karaf 4 application results in the error: Unsupported 'Bundle-ManifestVersion' value: 1 A quick peek at the...
eg {"search-results":{"searchTime":"1","total":"326","limit":"100","offset":"0","query":"oc_deleted:false AND oc_latest_version:true","result":[...] } } ~/bin/jsawk 'return this.search-results.results' < ~/a.json jsawk: js error: ReferenceError: results is not defined I've tried the usual JS handling of hyphenated words: return ["this.search-results"]...
The update-test.yml 'Check organization membership' doesn't work on forks if the committer is not a member of the opencast team.
I'm currently on 2.1.0. and need to update to 2.1.16.18061901 before being able to upgrade to 3.x docker pull nuxsmin/docker-syspass:2.1 docker-compose up -d docker container logs syspass-app `entrypoint: Starting with...
GC currently rewrites all mediapackage XML, even that which it harvests from the Opencast scheduler. The implementation does not use a DOM for the full process and this leads to...
Would it be possible to add a policy to force all users or users in a group to use 2FA? Thanks
**Describe the bug** The Scheduler REST endpoint `recording/recording.json|xml` will return 500 error if any of the events to be returned by the query have been processed i.e. by a workflow...
**Describe the bug** workflow-service-remote calls endpoint `workflow/mediaPackage/{mpid}instances.xml` which no longer exists **To Reproduce** From an instance using the workflow-service-remote bundle call `getWorkflowInstancesByMediaPackage()` Throw an exception **Expected behavior** returns a valid...