vscode-extension-for-zowe
vscode-extension-for-zowe copied to clipboard
No UI indicator presented to end user after clicking "Pull from Mainframe"
Describe the bug
There is no indication that the "Pull from Mainframe" action is ongoing once a user clicks it. We should show some sort of indication, such as a status bar indicator, to keep end users up to date.
To Reproduce
- Search for a data set
- Right-click on a data set member -> "Pull from Mainframe"
- Notice that no UI indicator appears.
Expected behavior
Users should see some indication that we are actively pulling data from the mainframe.
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Can I work on the issue.
Can I work on the issue.
@zaidmstrr Sure, I have assigned you to the issue, feel free to work on it 🙂
Hi @t1m0thyj, can you please assign me this issue ? I'd love to work on it !
@Ash-2k3 Sure, I have assigned you the issue since it has not been worked on for 6 months, feel free to work on it 🙂
Thanks @t1m0thyj, I have started working on it and I began with setting things up in my local machine, I am facing trouble with populating dummy data sets. I tried following this wiki https://github.com/zowe/zowe-explorer-vscode/wiki/Developer-Setup#test-profile-data. But it didn't really help me. I'd appreciate any help on this, Thanks!
@Ash-2k3 Currently the testProfileData
is unused and the only integration tests we actively maintain are for Theia: https://github.com/zowe/zowe-explorer-vscode/wiki/Developer-Setup#run-zowe-explorer-regression-tests-for-theia
If you have made a fix locally and verified that unit tests are passing, then feel free to open a PR 🙂
@t1m0thyj In that case, I think the wiki should be updated :). Anyways, I have opened a PR for this, but I am a bit skeptical about my approach since I couldn't really test my changes and also because I am new to this codebase, so I am not really used to coding pattern. But I do plan to get used to it overtime 😀. Thanks!
And also is there any issue which you would suggest me to work on after PR of this one gets merged ?