All notable changes to the USS-Explorer will be documented in this file.
- Adding the feature to download a file
- Fixed the bug where opening a file fails when USS path has '/' at the end
- USS-explorer no longer uses explorer-ui-server, but now depends on app-server. In a standard Zowe environment this will result in less processes, but does break links about getting to the explorer via APIML routes. The explorer is now available via the app-server's APIML route.
- Replaced the File APIs with zOSMF APIs
- updated material ui from 0.18 to 4.x, react from v15 to v16
- updated webpack config for local build config
- updated packages for security updates
- Changed packaging and lifecycle start.sh script to support explorer-ui-server keyring support (zowe/zowe-install-packaging#1177), Thanks @stevenhorsman, @js665999, @nakulmanchanda, @jackjia-ibm
- Added .npmrc to specify npm registry as config. Thanks @nakulmanchanda
- Changed packaging and lifecycle start.sh script to support explorer-ui-server keyring support (zowe/zowe-install-packaging#1177), Thanks @stevenhorsman, @js665999, @nakulmanchanda, @jackjia-ibm
- Added ability to collapse and resize jobs tree (zowe/zlux#259), Thanks @skurnevich
- Add default value for ZOWE_EXPLORER_FRAME_ANCESTORS at lifecycle start script.
It resolves (zowe/explorer-ui-server#44), thanks @nakulmanchanda
- Fixed bug where user could end up in infinite authorization loop due to z/OSMF Ltps and APIML JWT not expiring at same time (zowe/api-layer#615), Thanks @jordanCain