Releases: finos/waltz
Releases · finos/waltz
Tidy up Auth sources view
Merge pull request #267 from davidwatkins73/master Tidy up Auth sources
New Look and Feel + Data Type usage section
Merge pull request #265 from davidwatkins73/master Data type usage & Updated LnF
Entity Statistics and End User App Involvement
0.1.0-beta-6 Update README.md
Entity Statistics and new nav bar
Merge pull request #243 from davidwatkins73/master Entity Statistics
Search aliases, IE fixes, Remove Performance tab, App Cap security
Merge pull request #219 from davidwatkins73/master app aliases, ie fixes, remove performance tab, security trimming
Aliases added to App Search, minor IE fixes
Merge pull request #215 from davidwatkins73/master Perf tweaks and small enhancements
With default permissions
Merge pull request #207 from davidwatkins73/master Adding involvment kind and improving source data ratings
Feb 2016 - Release 2
Added pie charts to groups/person and capability pages
Also allowed properties file (waltz.properties) to be found on classpath (~/.waltz/waltz.properties overrides)
Feb 2016 - Release 1
- App Groups
- Notifications
- Person / Capability Scorecards
- Visio improvements
- mailto support in static panels
NOTE: ddl update required
Jan 2016 - Release 2
- 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