-
Notifications
You must be signed in to change notification settings - Fork 86
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
[v3] Dir to uss encoding flag #2350
Conversation
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2350 +/- ##
=======================================
Coverage 91.17% 91.17%
=======================================
Files 636 636
Lines 18052 18052
Branches 3779 3779
=======================================
Hits 16459 16459
Misses 1592 1592
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: Jace Roell <[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, thanks @jace-roell for the quick fix and for adding a system test!
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, thanks for adding the encoding flag! 😋
Signed-off-by: jace-roell <[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.
Requesting minor edits to the changelog entries
Signed-off-by: jace-roell <[email protected]>
packages/zosfiles/__tests__/__system__/methods/upload/Upload.system.test.ts
Show resolved
Hide resolved
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: Jace Roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: jace-roell <[email protected]>
Signed-off-by: Jace Roell <[email protected]>
Signed-off-by: Jace Roell <[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 as-is!
but left a couple of comments with some minor changes 😋
Signed-off-by: jace-roell <[email protected]>
Quality Gate passedIssues Measures |
What It Does
Added support for
--encoding
flag tozowe upload dir-to-uss
to allow for encoding uploaded directories for command group consistencyReview Checklist
I certify that I have: