-
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 <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Deprecate old getDataSet in v2 LTS, move to zosfiles SDK
Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Add missing shrinkwrap v2
Signed-off-by: zowe-robot <[email protected]>
…o allow for `forceUpdate`s Signed-off-by: zFernand0 <[email protected]>
…neratedCommands Remove call to CliProfileManager.initialize from Imperative.init. Remove BasicProfileManager.initialize. Remove AbstractProfileManager.createProfileTypeDirectory Signed-off-by: Gene Johnston <[email protected]>
Nice catch! Thank you, @traeok Co-authored-by: Trae Yelovich <[email protected]> Signed-off-by: Fernando Rijo Cedeno <[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]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
feat(imperative): Enhanced `ProfileInfo.updateProperty`
Signed-off-by: zowe-robot <[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: Trae Yelovich <[email protected]>
chore: Add Linux dev. pre-requisites to README
Signed-off-by: Gene Johnston <[email protected]>
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 <[email protected]>
Signed-off-by: Timothy Johnson <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
…ster Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Signed-off-by: Gene Johnston <[email protected]>
Update Jest Configuration to run more tests in GHA
Signed-off-by: Gene Johnston <[email protected]>
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 <[email protected]>
Signed-off-by: Andrew W. Harn <[email protected]>
This reverts commit 80d26e1. Signed-off-by: Andrew W. Harn <[email protected]>
Update next with master
Signed-off-by: zowe-robot <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
…ive/config/cmd- and fixing files Signed-off-by: Amber Torrise <[email protected]>
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 <[email protected]>
What It Does
zowe-cli/packages/imperative
src/packageName/src
zowe-cli/packages/imperative/__tests__
Review Checklist
I certify that I have:
Additional Comments