- Content matrix
- RestAPI documentation
- Resolved issues
- Updates - Engineering Dashboard
- DASHBOARDS-1999: Parameter values in App Investigation and Transaction investigation page
- DASHBOARDS-1983: Module search added to Advanced Search view
- DASHBOARDS-1996: Add Report Generator (1.14.0) templates to Engineering Dashboard
- DASHBOARDS-1998: New option to remove Solved violations from the Action Plan
- DASHBOARDS-2049: Architecture Model violation tile in the Engineering Dashboard
- DASHBOARDS-1693: Architecture Models graphical implementation in Dashboard
- DASHBOARDS-2005: Filter impacted object with violations section based on critical/non-critical
- Updates - Health Dashboard
Content matrix
Version | Summary of content | Comments |
---|---|---|
1.16.x |
| Can be used with:
|
RestAPI documentation
- Application Structure Resources - 1.16.x
- Engineering Resources - 1.16.x
- Health Results Resources - 1.16.x
- Quality and Sizing Model Resources - 1.16.x
- Report Service - 1.16.x
- Server Services - 1.16.x
- User Session Services - 1.16.x
Resolved issues
Internal ID | Call ID | Summary | Affects Version/s |
---|---|---|---|
DASHBOARDS-1995 | 22060 | Advanced search is not working for technology c++ | 1.13.2 |
DASHBOARDS-1960 | 21900 | Unable to generate "List of new violation" Report from ED | 8.3.16 |
DASHBOARDS-1950 | 21944 | The application still missing from Engineering Dashboard after API call with dashboard 1.14.0 | 1.14.0 |
DASHBOARDS-1919 | 21771 | Action plan details displayed in lowercase in dashboard | 1.13.2 |
DASHBOARDS-1855 | 21495 | HTML tags not evaluated into the rule description (ED dashboard) | 1.13.2 |
DASHBOARDS-1834 | 16095 | A Rest API query to pull out all violations from the last snapshot is AED cannot be completed & is impacting all Tomcat application | None |
DASHBOARDS-1573 | 20283 | AED is showing 20 digits for each percentage in the tooltip | 1.12.0 |
DASHBOARDS-1921 | 21792 | In AED Action Plan, how do we clear the solved items? | 1.14.0 |
DASHBOARDS-2055 | - | Display Technical criteria name prefix in ED | 1.12.0 |
DASHBOARDS-2041 | - | Rule filter is getting highlighted after removing all violations | 1.14.0 |
DASHBOARDS-2015 | - | The action plan table is empty if you search for an object with a single keyword and clear the search field. | 1.15.0 |
DASHBOARDS-1994 | - | Violation selection should be disabled for quality manager role in active exclusion view | 1.15.0 |
DASHBOARDS-1989 | - | The error message is getting displayed multiple time when sorting the columns | 1.15.0 |
DASHBOARDS-1639 | - | Incorrect violation count displays in action plan view if you delete all the violations in the last page | 1.13.0 |
DASHBOARDS-1975 | - | HD: Module names are truncated in the module treemap view. | 1.15.0 |
DASHBOARDS-1959 | - | Last selected module should be visible on changing tabs in Trends page | 1.14.0 |
Updates - Engineering Dashboard
DASHBOARDS-1999: Parameter values in App Investigation and Transaction investigation page
Clicking a Rule displays the Parameter details section in the App Investigation view and Transaction Investigation view. This section displays the parameter name, technology, and value for the selected rule.
The parameter detail section also displays the data for a selected rule when no violations exist. This section displays a message "No parameter details available" if the selected rule does not have parameter details:
DASHBOARDS-1983: Module search added to Advanced Search view
DASHBOARDS-1996: Add Report Generator (1.14.0) templates to Engineering Dashboard
DASHBOARDS-1998: New option to remove Solved violations from the Action Plan
An option to remove Solved violations has been added. Click the delete icon:
A confirmation dialog box is displayed.
If there is no solved violation, the icon will be disabled.
DASHBOARDS-2049: Architecture Model violation tile in the Engineering Dashboard
The Architecture Model tile (not available out of the box) displays all Architecture Models (created with CAST Architecture Checker or AIP Console) that have been assigned to the Application and checked during the snapshot . The tile displays the number of violations/critical violations (depending on the configuration of the criticalsRulesOnly parameter in the tile configuration) per Architecture Model. Clicking an Architecture Model rule will drill down and display the details of the selected rule in the Risk Investigation page.
Architecture Rule will not be available for the previous snapshot.
This tile should be configured in the panel section of the profile (see Engineering Dashboard tile management for more details):
{ "type":"ArchitectureModel", "parameters":{ "business":60017, "criticalsRulesOnly":false }, "color":"blue-dark", "col":7, "row":1, "sizex":2, "sizey":1, "min-sizex":2, "min-sizey":1, "max-sizex":4, "max-sizey":4 },
DASHBOARDS-1693: Architecture Models graphical implementation in Dashboard
A new section called Architecture Model has been added to the Risk Investigation view. It is an interactive graphical representation of the violation of the model.
The diagram displays:
- The allowed layers dependencies as green arrows
- The forbidden layers dependencies as red arrows
For each red arrow, the number of violations is displayed. The section will be selected by default instead of the violation section.
The nodes are movable, user can drag and place in the desired position. For each red arrow, the number of violations is displayed.
When the user clicks on a red arrow, a list of violations is displayed for the objects in violations between the two layers. This is a distinct list of the default view, which contains all the objects in violations irrespective of the layer dependencies. Users can also use the red arrow (click on the red arrow) to refresh the violation table and view the count of distinct violations between the selected layers and the total violation count.
This section display is only for the rule which has architecture model data, when there are no layers it will display a message "No layers available".
DASHBOARDS-2005: Filter impacted object with violations section based on critical/non-critical
By selecting the filter as a critical or non-critical filter, the user can see the violation count of an object based on critical or non-critical violations.
Updates - Health Dashboard
DASHBOARDS-1975: Improve display of list of Modules in Modules Treemap view
When using the Modules Treemap view and you have many Modules with long names, the Module selector in the Module drill down page has been improved to display the entire Module name (previously the names were truncated):
DASHBOARDS-1959: Improve behavior of the Trends and Snapshot Comparison views
In the Trends and Snapshot Comparison views, the "active" Module for a specific tab will remain selected when switching between tabs: