David Janda
David Janda
We are trying to use the tool and migrate API Mediation Layer pipeline deployments to zowe-api-dev. We want to stop the deployed job after we are done with it, for...
Documentation missing, you have to figure it out from the repository how to set it up, what is happening and how the replaces are working.
On Windows machine, using gitbash: `zowe-api-dev init --account=VinDiesel --zosHlq=RCKY.BLBOA --zosTargetDir=/z/masserv/......` generates this line in user-zowe-api.json `zosTargetDir": "Z:/masserv/..........`
I as API Mediation Layer developer want to be able to utilize the flexibility of current variable replacing. Usecases: passing port numbers, passing working directory, keystore locations and so on....
Implement --force option for the config deployment as well
Documentation for zowe-api.json is missing. https://github.com/zowe/sample-spring-boot-api-service/blob/master/zowe-rest-api-sample-spring/docs/devtool.md It is not explained how to create it, what it should or can contain. Only way to build it is look at repository and...
**Is your feature request related to a problem? Please describe.** zOSMF is developing at different pace than APIML. We have to provide compatibility with zOSMF versions 2.3 and 2.4 and...
Integration test suite is major contributor to build time. Averaging around 7 minutes of runtime, it makes about 50%-80% of total build time. I can see the following areas of...