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

Zowe Explorer Squad - 23PI4 Progress #2107

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

### v3 Release work

- [ ] [Add UI for managing local storage history data for USS/DS/Jobs](https://github.com/zowe/vscode-extension-for-zowe/issues/2488)
- [x] [Add UI for managing local storage history data for USS/DS/Jobs](https://github.com/zowe/vscode-extension-for-zowe/issues/2488)
- [ ] [Minimize the activate() function to have less chance of failure](https://github.com/zowe/vscode-extension-for-zowe/issues/1985)
- [ ] [STRETCH] [Use `vscode.FileSystemProvider` for content downloaded from mainframe](https://github.com/zowe/vscode-extension-for-zowe/issues/2207)
- [ ] [STRETCH] [Group common method into Singleton classes](https://github.com/zowe/vscode-extension-for-zowe/issues/2109)
- [ ] [STRETCH] [Use vscode.FileSystemProvider for content downloaded from mainframe](https://github.com/zowe/vscode-extension-for-zowe/issues/2207)
- [ ] [STRETCH] [Forward all extra properties to the SDK calls](https://github.com/zowe/vscode-extension-for-zowe/issues/2399)

### Added functionality to JOBS tree view

- [ ] [Display confirmation dialog when submitting JCL from the command palette](https://github.com/zowe/vscode-extension-for-zowe/issues/2061)
- [ ] [Add z/OS System Name (SMFID) tp Zpwe Explorer Jobs view](https://github.com/zowe/vscode-extension-for-zowe/issues/2308)
- [ ] [Add z/OS System Name (SMFID) to Zowe Explorer Jobs view](https://github.com/zowe/vscode-extension-for-zowe/issues/2308)
- [ ] [distinguish the different JES QUEUEs](https://github.com/zowe/vscode-extension-for-zowe/issues/2255)
- [ ] [Tabular display option for Jobs tree](https://github.com/zowe/vscode-extension-for-zowe/issues/2258)

Expand All @@ -30,11 +30,12 @@
- [ ] [Provide Client Side z/OSMF Certificate Support Zowe Explorer](https://github.com/zowe/vscode-extension-for-zowe/issues/2373)
- [ ] [Zowe Explorer causes a lot of rg.exe processes in the background](https://github.com/zowe/vscode-extension-for-zowe/issues/2463)
- [ ] [Remote-SSH: Unable to load profiles on Zowe Explorer](https://github.com/zowe/vscode-extension-for-zowe/issues/2430)
- [ ] [Sorting of PDS member list based on ISPF stats](https://github.com/zowe/vscode-extension-for-zowe/issues/2420)
- [x] [Sorting of PDS member list based on ISPF stats](https://github.com/zowe/vscode-extension-for-zowe/issues/2420)
- [ ] [Add ability to download/view/upload Datasets/Members/USS files in non-standard codepage](https://github.com/zowe/vscode-extension-for-zowe/issues/2435)
- [ ] [zowe profiles create zosmf-profile allow specification of --console-name](https://github.com/zowe/vscode-extension-for-zowe/issues/1667)
- [ ] [Allow Zowe Explorer to check VS Code marketplace to install current credential manager](https://github.com/zowe/vscode-extension-for-zowe/issues/2381)
- [ ] [STRETCH] [Consider adding integration tests using vscode-extension-tester](https://github.com/zowe/vscode-extension-for-zowe/issues/2322)
- [ ] [STRETCH] [Unexpected behavior in TSO Commands](https://github.com/zowe/vscode-extension-for-zowe/issues/2528)
- [ ] [STRETCH] [Consider adding integration tests using `vscode-extension-tester`](https://github.com/zowe/vscode-extension-for-zowe/issues/2322)
- [ ] [STRETCH] [Update clipboard-related calls to use a Theia-compatible option](https://github.com/zowe/vscode-extension-for-zowe/issues/2219)

### [STRETCH] Improve UX for token based authentication
Expand Down Expand Up @@ -97,14 +98,14 @@
### [Improve experience for using API ML sessions in Zowe Explorer](https://github.com/zowe/vscode-extension-for-zowe/issues/2252)

- *What problem are you solving?*
- Many users of Zowe Explorer aren't familiar with or are unaware of authentication methods supported by Zowe Explorer, like token authentication, SSO, & MFA.
- Many users of Zowe Explorer aren't familiar with or are unaware of authentication methods supported by Zowe Explorer, like token authentication, SSO, & MFA.
- *What are you doing to solve it?
- For users of the API ML with SSO and MFA, there are enhancements we could make to provide a more first-class experience.
- *When do you plan to start the work?*
- 23Q3
- *When do you plan to deliver the solution?*
- 24Q1

### [Zowe Explorer v3 GA]()

- *What problem are you solving?*
Expand Down