-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix issues related to parsing of package name. #164
Conversation
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 57 57
Lines 1833 1847 +14
Branches 334 337 +3
=========================================
+ Hits 1833 1847 +14
Continue to review full report at Codecov.
|
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.
This looks good @rabbah
Can you remove the package.json change to update the openwhisk client dep? this already updated in master.
Action list, package delete/bind/get now properly parse the package name of the format [[/]ns/]pkg. Also fixes --verbose/-v flags on package get.
Updated to master. |
* Fix issues related to parsing of package name. Action list, package delete/bind/get now properly parse the package name of the format [[/]ns/]pkg. Also fixes --verbose/-v flags on package get. * Fix and update package tests. * Fix and update action list tests.
Description
Related Issue
Closes #123.
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: