tucker01
tucker01
We should include a quick checklist for contributions (tests, doc, etc.) this will help contributors know what needs to be done and it helps reviewers know what to check.
I attempted the following command: ``` $ zowe files delete ds "public.test.jcl" --fs Command Error: Unknown argument: fs Command failed due to improper syntax Command entered: "zowe files delete ds...
It might make sense to include some jzos stuff in the sample? It's probably pretty common for folks to need those capabilities.
Maybe I'm missing something, but I removed any custom exception handlers in favor of what is being done in the commons jar: https://github.com/zowe/sample-spring-boot-api-service/blob/master/zowe-rest-api-commons-spring/src/main/java/org/zowe/commons/spring/CustomRestExceptionHandler.java For "403" I get the following response:...
We should create an issue template for the imperative repo. All issues should follow a consistent (and ideally parse-able) format.
**Is your feature request related to a problem?** I tend to prefer lowercase when doing things, but the extension seems to suggest stuff in uppercase... maybe this is COBOL convention...
While attempting to merge multiple BOMs with `cyclonedx merge --hierarchical` I received: ``` Unhandled exception: System.ArgumentNullException: Value cannot be null. (Parameter 'collection') at System.Collections.Generic.List`1.InsertRange(Int32 , IEnumerable`1 ) at CycloneDX.Utils.CycloneDXUtils.HierarchicalMerge(IEnumerable`1 boms,...