-
Notifications
You must be signed in to change notification settings - Fork 87
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
Flattening Imperative and separating out tests #2020
Conversation
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Deprecate old getDataSet in v2 LTS, move to zosfiles SDK
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Add missing shrinkwrap v2
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
…o allow for `forceUpdate`s Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
…neratedCommands Remove call to CliProfileManager.initialize from Imperative.init. Remove BasicProfileManager.initialize. Remove AbstractProfileManager.createProfileTypeDirectory Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Nice catch! Thank you, @traeok Co-authored-by: Trae Yelovich <trae.yelovich@broadcom.com> Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <eugene.johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: zFernand0 <37381190+zFernand0@users.noreply.github.com>
feat(imperative): Enhanced `ProfileInfo.updateProperty`
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
chore: Add Linux dev. pre-requisites to README
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## next #2020 +/- ##
===========================================
- Coverage 91.03% 76.27% -14.76%
===========================================
Files 635 635
Lines 18610 18629 +19
Branches 3859 3866 +7
===========================================
- Hits 16941 14209 -2732
- Misses 1668 4418 +2750
- Partials 1 2 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Amber Torrise <at895452@broadcom.net>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
…ster Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Signed-off-by: Gene Johnston <Eugene.Johnston@broadcom.com>
Update Jest Configuration to run more tests in GHA
Signed-off-by: Gene Johnston <eugene.johnston@broadcom.com>
Remove the 'zowe profiles' command group The macos 20.x test failure was due to an intermittent pipeline error in the early 'install dependencies' step. It is not indicative of a problem with the Zowe code.
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
This reverts commit 80d26e1. Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
Update next with master
Signed-off-by: zowe-robot <zowe.robot@gmail.com>
Signed-off-by: Amber Torrise <at895452@broadcom.net>
Signed-off-by: Amber Torrise <at895452@broadcom.net>
Signed-off-by: Amber Torrise <amber.torrise@broadcom.com>
…ive/config/cmd- and fixing files Signed-off-by: Amber Torrise <amber.torrise@broadcom.com>
import { setupConfigToLoad } from "../../../../../../__tests__/src/TestUtil"; | ||
import { SessConstants } from "../../../../../src/rest"; | ||
import { setupConfigToLoad } from "../../../../../__tests__/src/TestUtil"; | ||
import { IHandlerFormatOutputApi } from "../../../../../src"; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note test
Signed-off-by: Amber Torrise <amber.torrise@broadcom.com>
What It Does
zowe-cli/packages/imperative
src/packageName/src
zowe-cli/packages/imperative/__tests__
Review Checklist
I certify that I have:
Additional Comments