Mark Robinson
Mark Robinson
When setting up JaCoCo for a Kotlin project using the [Coding Conventions recommended directory structure](https://kotlinlang.org/docs/reference/coding-conventions.html) (putting files at the root if they share the same common package), the test coverage...
### Describe the bug When deploying many lambda deployment groups at once (15 in a stack is enough to trigger this issue) with custom deployment configuration [as per the documentation](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codedeploy.LambdaDeploymentGroup.html),...
``` ../../../../tmp/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl:68:3: invalid field `inputs`, expected one of: 'id', 'in', 'out', 'requirements', 'hints', 'label', 'doc', 'run', 'scatter', 'scatterMethod' ../../../../tmp/3ec0d19076841a1140e71cc3a1b330a56099aac2/workflows/lobSTR/lobSTR-workflow.cwl:75:3: invalid field `outputs`, expected one of: 'id', 'in', 'out', 'requirements', 'hints',...
Currently on `/workflows` every version of the workflow is shown. Over time this can mean large numbers of versions for a single workflow. Ideally they would be collapsed to the...
When the following syntax is used to denote the types of items in an array: ```yaml type: items: - 'null' - string type: array ``` The type is detected as:...
Currently only long sha1 commit IDs are supported for Git eg `99216a7ea065adbd4a42ab184397e79980ed1ed9` Shorter forms of this should be supported if not ambiguous eg `99216a7e`
There are currently quite a few issues related to the use of submodules: * [ ] Submodules are not updated when a git fetch is done (requires a different submoduleCommand...
A full checkout is not required for the initial parsing step, even if it is necessary eventually to generate the Research Object Bundle Significant loading time reduction could be gained...
Browser limitations mean that the same graph cannot be inserted into the DOM (necessary for highlighting) due to duplicate IDs, so the full screen graph currently uses a standard object...
Currently workflows can be added by branch (eg `master`) or commit ID (eg `aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d`). These are added as distinct workflows even if they refer to the same thing at a...