IWS Release Notes - Version 1.0.3.13

Initially released to IWS Test on 20180307

sprint 3.2

Bug Fixes

 

Publishing python translators in core folder.

'Python module' drop-down of Solution Publish form is now available only for the users that have 'Modify locked folders' permission.

This issue was tracked as Item IWS-312.

 

Symantec finds security threat in IWS

IWS and MT executables were missing the digital signatures.
In this case some new antivirus software could consider them a Security Risk.
Build scripts have been modified to add digital signature to the executables.

This issue was tracked as Item IWS-368

 

MT - Cannot download files from "Data for the Process" dialog

The Download option for the files inside "Data for the Process" view did not work.
Apparently, the feature was deliberately disabled for some reason in the past.
The code was modified to re-enable this functionality.

This issue was tracked as Item IWS-371.

 

MT - subprocesses of workflow are not displayed

On occasion, MT may not display some subprocesses of complex workflow.
For example, the problem was found in workflows, generated by Regresion Tool.
The code was modified by fixing parent-child relations for those specific cases.

This issue was tracked as Item IWS-372.

 

Raw Service - Miscellaneous fixes for Load From File and Publish actions

- Fixed the problem with update of feed's structure via "Load from file" function.
- Fixed the problem with publish XML structure which has models with a few record nodes
- Added logic for removing empty nodes from XML structure.
This issue was tracked as Item IWS-379.

 

Login form requesting /classic page

IWS uses /classic page for getting redirections for the initial request if environment has the SSO authorization.
In version 2017 R1 and later, this page is no longer present.
IWS now uses direct server URL for initial request and properly understand if the redirection were done for the SSO or simple NxG download page.
All SSO redirections now can be viewed by the "Show Log" function on the login page.

This issue was tracked as Item IWS-385.

 

Enhancements

 

Ability to convert JSON to EagleML in the translator

Task Translator object now has JSON source format.
This feature allows you to generate JSON to EagleML transformation via Python rule service.
Currently only 'series' formatting type with no output grouping is supported.

This issue was tracked as Item IWS-366

 

Raw Service - ability to manually create new models into existing structure

 Added ability to create new models and fields for XML feeds and create new fields and global fields for CSV feeds.

This issue was tracked as Item IWS-380

 

Raw Service - ability to build fields from internal nodes in record nodes

Added new ability to build structure fields from child nodes in record nodes.

This issue was tracked as Item IWS-381