-
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
Remove deprecated imperative constants, options, and methods - Imperative #1856
Conversation
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
e56c404
to
40f2bd9
Compare
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #1856 +/- ##
==========================================
- Coverage 91.04% 91.03% -0.02%
==========================================
Files 636 636
Lines 18660 18615 -45
Branches 3871 3861 -10
==========================================
- Hits 16989 16946 -43
+ Misses 1670 1668 -2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Amber Torrise <[email protected]>
Signed-off-by: Amber Torrise <[email protected]>
@zFernand0 @gejohnston @t1m0thyj should i update the different changelogs and say what's been removed? |
Yes please 🙂 You can see an example of how we did it when deprecating old stuff in v1 here. We want to list the name of each deprecated method and its replacement. |
f8690a0
to
0e0bfbc
Compare
Signed-off-by: Amber Torrise <[email protected]>
0e0bfbc
to
cf11751
Compare
Signed-off-by: Amber Torrise <[email protected]>
Since the merging order caused this, I'm happy to help with merge conflicts 😋 |
…precatedImp Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
…precatedImp Signed-off-by: zFernand0 <[email protected]>
Signed-off-by: zFernand0 <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
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! 😋
* @type {string} | ||
* @memberof IImperativeConfig | ||
*/ | ||
pluginHealthCheck?: string; |
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.
I think that we should have a separate story to remove the use of pluginHealthCheck from our zowe-cli-sample-plugin. The pluginHealthCheck property should also be removed from any real plugins that use it.
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.
@gejohnston Sounds good. In a zowe wide search for pluginHealthCheck I get results in zowe-cli-sample-plugin, zowe-cli-scs-plugin, and the api-layer. Will create PRs for each of those repos and link back to this PR
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Removes the following items marked as deprecated:
Review Checklist
I certify that I have:
Note