Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zwe ts edition, with configmgr (#2885)
* Update schema files to match reality of code and also configmgr parsing Signed-off-by: 1000TurquoisePogs <[email protected]> * Checkpoint on configmgr-ts Signed-off-by: 1000TurquoisePogs <[email protected]> * WIP: getting to commands section Signed-off-by: 1000TurquoisePogs <[email protected]> * More wip, some unfinished files. Some left behind node code Signed-off-by: 1000TurquoisePogs <[email protected]> * More lib updates Signed-off-by: 1000TurquoisePogs <[email protected]> * Added caching of env vars, optimized manifest reading Signed-off-by: 1000TurquoisePogs <[email protected]> * ObjUtils for merge, flatten, deepcopy, etc Signed-off-by: Joe <[email protected]> * Build files Signed-off-by: 1000TurquoisePogs <[email protected]> * Temp changes Signed-off-by: 1000TurquoisePogs <[email protected]> * Fixes after getting pretty far in 'prepare' code. up to global validate area, stuck on java. Signed-off-by: 1000TurquoisePogs <[email protected]> * Adding d.ts for all QJS stuff, introducing path library and fanout of all tsc compilation issues Signed-off-by: Joe <[email protected]> * WIP on prepare, up to component stage but disabled static def setup and app-server hangs Signed-off-by: 1000TurquoisePogs <[email protected]> * Some fixes Signed-off-by: 1000TurquoisePogs <[email protected]> * Commit where internal start prepare phase works almost 100%, just missing one or two env vars Signed-off-by: 1000TurquoisePogs <[email protected]> * Multi-file is working Signed-off-by: 1000TurquoisePogs <[email protected]> * Cleanup build system Signed-off-by: 1000TurquoisePogs <[email protected]> * Adding integration into build Signed-off-by: 1000TurquoisePogs <[email protected]> * Cleanup of console logs and adding license headers to some files Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix mkdirp missing Signed-off-by: 1000TurquoisePogs <[email protected]> * Test configmgr extract Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix typo Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix fact that find is returning absolute path Signed-off-by: 1000TurquoisePogs <[email protected]> * Cleanup configmgr pax after extract Signed-off-by: 1000TurquoisePogs <[email protected]> * Update index.sh Signed-off-by: 1000TurquoisePogs <[email protected]> * Update index.sh Signed-off-by: 1000TurquoisePogs <[email protected]> * Update example-zowe.yaml The enum says this must be lowercase Signed-off-by: 1000TurquoisePogs <[email protected]> * Attempt to build zwe ts Signed-off-by: 1000TurquoisePogs <[email protected]> * Sync ts with latest sh changes Signed-off-by: 1000TurquoisePogs <[email protected]> * Add build folder, use, the remove Signed-off-by: 1000TurquoisePogs <[email protected]> * Tracing Signed-off-by: 1000TurquoisePogs <[email protected]> * Tracing Signed-off-by: 1000TurquoisePogs <[email protected]> * Tracing Signed-off-by: 1000TurquoisePogs <[email protected]> * Tracing Signed-off-by: 1000TurquoisePogs <[email protected]> * Tracing Signed-off-by: 1000TurquoisePogs <[email protected]> * Fix a typo making build fail Signed-off-by: 1000TurquoisePogs <[email protected]> * build file cleanup Signed-off-by: 1000TurquoisePogs <[email protected]> * Revert template in example-zowe.yaml because it is not processable without configmgr Signed-off-by: 1000TurquoisePogs <[email protected]> * Set runopts to get tagging Signed-off-by: 1000TurquoisePogs <[email protected]> * Move tsc build step to prepare-workspace time to get ebcdic conversion right Signed-off-by: 1000TurquoisePogs <[email protected]> * Update manifest.json.template Point at branches with schemas Signed-off-by: 1000TurquoisePogs <[email protected]> * Update manifest.json.template Fix jobs/files api not found Signed-off-by: 1000TurquoisePogs <[email protected]> * Fixed a bug where the shell command args were an array of strings rather than a string with spaces which caused validate.sh and preconfigure.sh not to run. now fixed and validate.sh of apiml components appear to work as expected Signed-off-by: 1000TurquoisePogs <[email protected]> * Update manifest.json.template Update versions to snapshots of mainline Signed-off-by: 1000TurquoisePogs <[email protected]> * Removed commented out lines Removed commented out lines Signed-off-by: 1000TurquoisePogs <[email protected]> Co-authored-by: Joe <[email protected]> Co-authored-by: Tom Zhang <[email protected]> Co-authored-by: Joe Winchester <[email protected]>
- Loading branch information