-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next zowex is zowe #1114
Next zowex is zowe #1114
Conversation
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Make five connection attempts. Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Add process information on connection failure. Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
…wex-is-zowe Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Return exit code of NodeJS zowe, when not using daemon. Use simpler program launching techniques. Add exit codes for failing to launch programs. Signed-off-by: Gene Johnston <[email protected]>
Codecov Report
@@ Coverage Diff @@
## next #1114 +/- ##
=======================================
Coverage 91.67% 91.67%
=======================================
Files 356 356
Lines 5478 5478
Branches 773 773
=======================================
Hits 5022 5022
Misses 451 451
Partials 5 5
Continue to review full report at Codecov.
|
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Add artifacts to each Rust CI build
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
[next] Bundle prebuilt daemon binaries in CLI package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😋
Thanks for documenting the outcome of the different approaches tried when starting the daemon.
Signed-off-by: Gene Johnston <[email protected]>
PR LGTM! |
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
705c1bf
Kudos, SonarCloud Quality Gate passed! |
This PR enables 'zowex' to be named 'zowe'. This executable can:
The majority of the changes associated with this PR (not merged in from other PRs) are contained in main.rs
This PR also fixes the following issues:
This PR should NOT be merged until:
The following imperative PR is merged into next and its corresponding (but not yet created) zowe-cli changes are also merged into next.
Move config load into try/catch block when --dcd specified imperative#688
The following PR is merged into this PR:
[next] Bundle prebuilt daemon binaries in CLI package #1194