Jan 2016 - Release 2
Pre-release
Pre-release
davidwatkins73
released this
10 Feb 07:48
·
11872 commits
to master
since this release
- static panels
- improved layout on lower resolution screens
- 'overall application rating' field added
- complexity ratings =~ log(servers) + log(flows) + #capabilities) / (worstcase)
- added costs and complexity to capability and person views
- started performance improvements for large groups
Ensure a database upgrade is performed via liquibase (xml file attached for convenience)
To support large datasets (and improve performance) ensure the jdbc url (in waltz.properties)
has the useServerPrepStmts=false
parameter.
e.g.
jdbc:mariadb://localhost:3306/waltz?useServerPrepStmts=false