Content matrix

VersionSummary of contentComments
1.18
  • GUI updates

  • Improvements for Industry Standards in Engineering Dashboard
  • Improvements for ATDM in Health Dashboard

Can be used with:

  • 8.3.16

RestAPI documentation

1.18.2

Resolved issues

Internal IDTicket IDSummaryAffects Version/s
DASHBOARDS-237823542Unable to access dashboard when SAML keystore is configured using SHA256 algorithm1.16.0

Update - Engineering Dashboard and Health Dashboard

DASHBOARDS-2378 - Dashboard supports the SAML Keystore file which is generated using the SHA256 algorithm

To generate a Keystore file with SHA256 algorithm:

keytool -genkey -alias <some-alias> -keyalg RSA -sigalg SHA256withRSA -keysize 2048 -validity 3650 -keystore <samlKeystore.jks>

1.18.1

Resolved issues

Internal IDTicket IDSummaryAffects Version/s
DASHBOARDS-241923877Some transactions are not visible in Advanced search when we filter with its name1.18.0

1.18.0

Resolved issues

Internal IDTicket IDSummaryAffects Version/s
DASHBOARDS-223323034Unable to generate the AEP report through RG command line1.16.0
DASHBOARDS-236223527ED: Tile "Application Components" is never loading1.17.1
DASHBOARDS-2369-Fix console error on API fails1.12.0
DASHBOARDS-2364-Application selector is missing in ED1.18.0
DASHBOARDS-2306-ATDM Trends page is not showing the data when you drill down from tile for the first time1.17.1
DASHBOARDS-2288-HD Portfolio level: Bar chart is not displaying properly for Green IT index1.17.0
DASHBOARDS-2164-ATDM Trends detailed view is empty if the application doesn't have ATDM extension installed.1.17.0
DASHBOARDS-1244-App Name is not sorted in Application Summary in HD1.10.0
DASHBOARDS-2368-Module overlapping issue in HD1.18.0
DASHBOARDS-2339-HD: Scroll is not working for snapshot selector1.15.0
DASHBOARDS-2401-HD ATDM View: Incorrect data for ATDM maintainability metric1.18.0

Updates - Engineering Dashboard

DASHBOARDS-2268 - What's New option added

In the left menu panel, a icon "What's New" has been added below the existing Help icon, enabling users to explore the latest released features. Clicking the What's New icon will redirect to a special documentation page, which contains a brief summary of the most important updates included in the current (and previous) releases:

DASHBOARDS-2174 - Check for update option added

An option, Check for update has been added to the user profile drop down list for Admin users. Clicking the Check for update option will display a dialog box showing the current Dashboard version information, and whether a new version is available:

  

Check for update option is available only for admin user.

DASHBOARDS-2321 - Industry Standard tiles can be created in ED

It is now possible to create industry-standard tiles in the Engineering Dashboard to display a violation count. Tile can be configured for the following industry standards and their child business criteria:

Tile can be configured as below in ed.json file (formerly ced.json). See Engineering Dashboard tile management for more information.

{
	"type": "IndustryStandards",
	"parameters": {
		"title": "CISQ",
		"id": "1062100"
	},
	"color": "green",
	"col": 4,
	"row": 2,
	"sizex": 1,
	"sizey": 1,
	"max-sizex": 2,
	"max-sizey": 1
},

Clicking on the tile navigates to Risk Investigation page and the specified Industry Standard will be selected in the Health Factor table. This tile displays N/A if the application does not have data for industry standards and the clicking option is disabled in this case.

DASHBOARDS-1575 - Navigate using Industry Standard compliance items

In the Risk investigation view, a filter has been added to list all Assessment Models that are present in the Dashboard schema. The default is set to "AIP Assessment Model" and this is always present. Users will have the option to switch to a different Assessment Model if they have installed one of the available Industry Standard extensions:

The drop-down list will be disabled if no Industry Standard extensions are installed and will instead only show the "AIP Assessment Model".

Example showing AIP Assessment Model and additional Assessment Models from Industry Standard extensions:

Click to enlarge

CISQ Assessment Model selected:

Click to enlarge

As a result of the changes described above, the existing Module and Technology filters have been moved to a collapsible menu:

DASHBOARDS-2380 - ced.json file renamed to ed.json file

The file:

CATALINA_HOME\webapps\CAST-Engineering\engineering\resources\ced.json

has been changed to:

CATALINA_HOME\webapps\CAST-Engineering\engineering\resources\ed.json

Updates - Health Dashboard

DASHBOARDS-2268 - What's New option added

In the left menu panel, a icon "What's New" has been added below the existing Help icon, enabling users to explore the latest released features. Clicking the What's New icon will redirect to a special documentation page, which contains a brief summary of the most important updates included in the current (and previous) releases:

DASHBOARDS-2174 - Check for update option added

A Check for update option has been added to the user profile drop down list for Admin users. Clicking the Check for update option will display a dialog box showing the current Dashboard version information, and whether a new version is available:

DASHBOARDS-2333 - Add business criteria in Trends Drill down page

Business criteria (Reliability, Security, Performance & Maintainability) filter has been added in OMG technical debt trends view. The page displays the data based on the business criteria selected.

DASHBOARDS-2126 - Navigate from HD to ED while selecting a industry standard assessment model

User can now drill to Engineering dashboard from industry standard detail view by the microscope drill down icon.

DASHBOARDS-2277 - ATDM - Tile drill down detail view

Clicking on Technical debt (OMG) tile will bring you to technical debt detailed view. The detailed page will display a list of technical criteria and the rules that have been tagged to the specified extension ( OMG Technical Debt). 

OMG Automated Technical Debt Measure 1.0.0-beta3 extension should be installed on the application to get the result for all the metrics.


Indicator selectors display the technical debt data in days and delta value for the following metrics: Technical debt total, Reliability, Security, Performance Efficiency, and Maintainability.  

Delta value will be displayed with an up arrow icon for positive value and with down arrow icon for a negative value.

Module selector is available on top of the table and the data will be displayed based on the modules selected. 

The message " No rules to display" will be displayed if the application does not have any ATDM data or the application does not have OMG technical debt extension installed.