-
Notifications
You must be signed in to change notification settings - Fork 28
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
update readme #340
update readme #340
Conversation
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.
Hey @olamidepeterojo,
Please make sure to signoff your commits 😋
To add your Signed-off-by line to every commit in this branch:
- Ensure you have a local copy of your branch by checking out the pull request locally via command line.
- In your local branch, run:
git rebase HEAD~1 --signoff
- Force push your changes to overwrite the branch:
git push --force-with-lease origin readme-update
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
=======================================
Coverage 89.10% 89.10%
=======================================
Files 65 65
Lines 3258 3258
=======================================
Hits 2903 2903
Misses 355 355
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you for the kind gesture and efforts in going through my PR... Will do accordingly |
Signed-off-by: Olamide Ojo <[email protected]>
5408903
to
0b87d8b
Compare
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! 😋
Added the fix for this issue #328 to this PR |
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.
Thanks for updating the readme as well.
I see that license headers have Zowe Python Client SDK
For a quick fix, I suggest doing a find-and-replace with your IDE.
Otherwise, you may need to enhance the existing scripts/license_header.py
script to account for license header updates 😓
7ed33f2
to
35f867c
Compare
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 😋
just have one minor suggestion for the changelog entry for consistency 🙏
CHANGELOG.md
Outdated
- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool | ||
- Therefore this fixes issue #328 |
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.
- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool | |
- Therefore this fixes issue #328 | |
- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328) |
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.
okay, your suggestion is good, let me get it done right away
35f867c
to
cc2fd7a
Compare
CHANGELOG.md
Outdated
- Fixed exception handling in session.py [#213](https://github.com/zowe/zowe-client-python-sdk/issues/213) | ||
|
||
### Bug Fixes | ||
Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328) |
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.
- Fixed exception handling in session.py [#213](https://github.com/zowe/zowe-client-python-sdk/issues/213) | |
### Bug Fixes | |
Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328) | |
- Fixed exception handling in session.py [#213](https://github.com/zowe/zowe-client-python-sdk/issues/213) | |
- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328) |
9639b8e
to
6082793
Compare
Signed-off-by: Olamide Ojo <[email protected]>
6082793
to
2bbd308
Compare
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.
Because of all the force-push, I'm unable to determine when the changelog entry was added in 1.0.0-dev.11 instead of the Recent Changes. 😢
Would you mind moving it to the very top?
## Recent Changes
### Enhancements
- Turning of logger at the class-constructor level [#316] (https://github.com/zowe/zowe-client-python-sdk/issues/316)
### Bug Fixes
- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328)
## `1.0.0-dev21`
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
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! 😋
hey @zFernand0 , seems like you got it done already haha. would you still be needing i make the same changes? |
Hey @olamidepeterojo, And to answer you question, No. Thanks for all the hard work 🙏
mering 😓 |
its no hassle @zFernand0 its nice working with you and its my pleasure. could you kindly check my PR of issue #336. ive been waiting your review haha. |
What It Does
Updated typo in README
Consistent use of SDK name across SDKs
Fixes #326
Fixes #328
How to Test
Review Checklist
I certify that I have:
Additional Comments