Skip to content
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

Provide support for changing file tags within Zowe Explorer #2113

Closed
Tracked by #2206
turnerm92 opened this issue Feb 7, 2023 · 4 comments · Fixed by #2470
Closed
Tracked by #2206

Provide support for changing file tags within Zowe Explorer #2113

turnerm92 opened this issue Feb 7, 2023 · 4 comments · Fixed by #2470
Assignees
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits
Milestone

Comments

@turnerm92
Copy link

When working with Git repositories on zOS in particular, tagging of files with the correct encoding is important if those repos are linked to an enterprise repository like Gitlab/Github. When you create a new file using Zowe Explorer you can't set the encoding of that file, and you can't change the existing tag if it is wrong.

It would be good to be able to :

  1. Define the tag/encoding when creating a new file
  2. Change the tag of an existing file using the right click context menu against a file.

The only options currently are to either use an ISPF session, ssh into the host and issue the chtag command, or run a zowe cli command. These don't provide the seamless user experience required.

@turnerm92 turnerm92 added the enhancement New feature or request label Feb 7, 2023
@github-actions
Copy link

github-actions bot commented Feb 7, 2023

Thank you for raising this issue.
The community has 90 days to upvote 👍 the issue.
If it receives 10 upvotes, we will move it to our backlog. If not, we will close it.

@traeok traeok self-assigned this Feb 15, 2023
@traeok traeok removed their assignment Feb 21, 2023
@zFernand0 zFernand0 added the priority-medium Not functioning - next quarter if capacity permits label Feb 21, 2023
@t1m0thyj
Copy link
Member

We could support chmod/chown/chtag operations in ZE through this z/OSMF API: https://www.ibm.com/docs/en/zos/2.4.0?topic=interface-zos-unix-file-utilities#IZUHPINFO_API_PutUnixFileUtilities

@traeok
Copy link
Member

traeok commented Apr 27, 2023

We could support chmod/chown/chtag operations in ZE through this z/OSMF API: https://www.ibm.com/docs/en/zos/2.4.0?topic=interface-zos-unix-file-utilities#IZUHPINFO_API_PutUnixFileUtilities

And here's the relevant CLI function 😋

@JillieBeanSim JillieBeanSim mentioned this issue Apr 27, 2023
27 tasks
@JillieBeanSim JillieBeanSim mentioned this issue Jun 27, 2023
29 tasks
@t1m0thyj
Copy link
Member

t1m0thyj commented Aug 3, 2023

In addition to changing a file's tag, it would be nice to have an option to convert the file contents to another encoding.
The IntelliJ version of Zowe Explorer supports this 😋
However it may be more difficult to implement because the z/OSMF APIs don't seem to support it.

@rudyflores rudyflores self-assigned this Aug 22, 2023
@rudyflores rudyflores linked a pull request Sep 19, 2023 that will close this issue
16 tasks
@JillieBeanSim JillieBeanSim added this to the v2.12.0 milestone Oct 30, 2023
@t1m0thyj t1m0thyj moved this from New Issues to Closed in Zowe Explorer for VS Code Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-medium Not functioning - next quarter if capacity permits
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants