Skip to content

Latest commit

 

History

History
101 lines (73 loc) · 5.98 KB

CHANGELOG.md

File metadata and controls

101 lines (73 loc) · 5.98 KB

Change Log

All notable changes to the JES-Explorer will be documented in this file.

<2.0.3>

New features and enhancements

  • Show the number of filtered Jobs found.
  • Add the filter option to sort the jobs by PREFIX and JOB ID.

<2.0.1>

Bug fixes

  • Fixed bug where URL requests fail when using '#' character in prefix.
  • Fixed a bug where using app2app params at launch would not use desired data

New features and enhancements

  • Highlight the Selected Jobs and Job Files
  • Update the Job tree when a job is deleted or cancelled
  • Added '*' support for job id
  • Added app2app arguments: 'expand' - boolean that says to expand the job. In a list of jobs, this expands the first result. 'showDD' - string that will auto-open any dataset definition with this name, when expanding job.

<2.0.0>

New features and enhancements

  • JES-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.
  • Added the different options to close opened file tabs.

<1.0.19>

New features and enhancements

  • Added the feature to download all files of a JOB in a zip format.

<1.0.18>

New features and enhancements

  • Replaced the File APIs with zOSMF APIs

New features and enhancements

  • Added actions and recognizers stored in JSON files. Other applications are able to open JES Explorer with pre-populated filter. Thanks @skurnevich

<1.0.9>

New features and enhancements

  • Introduces the menu shortcuts and confirmation dialog before canceling or purging the job for JES explorer. Thanks @Martin-Zeithaml
  • Refactor JES packagaing & installation scripts, and folder renames, to accomodate new iframe capability in ZLUX. Thanks @NakulManchanda
  • Added manifest for API ML & App Framework installation using new plugin installation process. Thanks @JadinLuong, @jackjia-ibm

<1.0.8>

New features and enhancements

  • Added webdevSever proxy setting in webpack.config.js to enable https for local development. Thanks @nakulmanchanda

<1.0.7>

New features and enhancements

  • Added ability to refresh content of an open job output file via context menu entry on the job file (zowe/zlux#549), Thanks @jordanCain
  • Major material ui update from v1.x to 4.x, and minor react update. Accordian and snackbar changes as per required by latest materail-ui version, Thanks @nakulmanchanda

<1.0.6>

New features and enhancements

  • Moved explorer-ui-server out of explorers into new shared folder under Zowe Runtime Directory. Changed JES lifecycle start script to use new shared location. It involved following PRs (zowe/zowe-install-packaging#1545), (#207), (zowe/explorer-ui-server#37). Thanks @stevenhorsman, @nakulmanchanda, @jackjia-ibm
  • Add context menu entry for download JCL used to submit a job (zowe/zlux#335), Thanks @jordanCain
  • Moved explorer-ui-server out of explorers into new shared folder under Zowe Runtime Directory. Changed JES lifecycle start script to use new shared location.It involved following PRs (zowe/zowe-install-packaging#1545), (#207), (zowe/explorer-ui-server#37). Thanks @stevenhorsman, @nakulmanchanda, @jackjia-ibm
  • Updated webpack to latest version, added .npmrc to specify npm registry as config.Changes applied via PR (#222) Thanks @nakulmanchanda

<1.0.5>

New features and enhancements

  • 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 app bar, along with settings, and local storage to store user preferences and remember last search filter.(zowe/zlux#487)
    Notifications preference can set duration for snackbar notification.(zowe/zlux#273) Thanks @nakulmanchanda

Bug fixes

  • Fixed bug where no jobs would show after auth token expired and user logs back in (zowe/zlux#408), Thanks @jordanCain
  • Add default value for ZOWE_EXPLORER_FRAME_ANCESTORS at lifecycle start script.
    It resolves (zowe/explorer-ui-server#44), thanks @nakulmanchanda
  • Fixed job tree height being greater than app container making page scrollable (zowe/zlux#484), Thanks @jordanCain

<1.0.4>

New features and enhancements

  • Added ability to multi select jobs with cmd/ctrl click and request multiple jobs be purged using this (zowe/zlux#274), Thanks @jordanCain
  • Added ability to collapse and resize jobs tree (zowe/zlux#259), Thanks @skurnevich

<1.0.3>

New features and enhancements

  • Added cancel functionality to the job instance context meu (zowe/zlux#443), Thanks @jordanCain

Bug fixes

  • Added accessibility improvements to support screen readers notifying users of updates such as job tree loading/loaded, switch between spool files and alert when snackbar notifications are presented (#189), Thanks @jordanCain
  • 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
  • Fixed bug where users was unable to open spool files from the same job instance with identical names (zowe/zlux#436), Thanks @jordanCain