fix(ds): Provide member name when uploading to PDS in VSCE#783
Open
fix(ds): Provide member name when uploading to PDS in VSCE#783
Conversation
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
|
Client artifacts: |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
c1de9b7 to
3338c25
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
|
Server artifacts: |
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
anaxceron
reviewed
Feb 13, 2026
zFernand0
approved these changes
Feb 17, 2026
Member
zFernand0
left a comment
There was a problem hiding this comment.
LGTM! 😋
Thanks for keeping the checks/validation in resolveDataSetName as minimal as possible.
If I understanding this correctly, we wouldn't need to do this if this wasn't an issue in ZE:
Co-authored-by: anaxceron <ana.ceron@broadcom.com> Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
|
anaxceron
reviewed
Feb 18, 2026
|
|
||
| - Added the functionality for the **Rename Member** option. [#765] (https://github.com/zowe/zowe-native-proto/pull/765). | ||
| - Added the `multivolume` (`mvol`) property when displaying data set attributes. [#782](https://github.com/zowe/zowe-native-proto/pull/782) | ||
| - Fixed an issue where using the "Upload Member" option with an SSH profile in Zowe Explorer caused an error. Now, the member name is provided to the back end for each member that is uploaded. |
Contributor
There was a problem hiding this comment.
Is it possible to add a PR or issue link to this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What It Does
Fixes an issue with uploading members, found while testing behavior in
mainbranch / 0.2.3 release.Resolves #785
Problem: When using "Upload Member" in the Zowe Explorer context menu on an SSH profile, the member name is not provided to the SDK. However, since our SDK calls are sending information straight to the middleware, the member contents are sent in the SDK call with just the data set name.
Solution: As a short pass, we're now replicating the z/OS Files SDK behavior of generating a member name when uploading to a PDS. Long term, Zowe Explorer should do this to prevent passing the burden to SDKs.
How to Test
Review Checklist
I certify that I have: