Skip to content

Releases: finos/waltz

Aliases added to App Search, minor IE fixes

17 Jun 14:22
Compare
Choose a tag to compare
Merge pull request #215 from davidwatkins73/master

Perf tweaks and small enhancements

With default permissions

17 Jun 09:44
Compare
Choose a tag to compare
Pre-release
Merge pull request #207 from davidwatkins73/master

Adding involvment kind and improving source data ratings

Feb 2016 - Release 2

22 Feb 09:00
Compare
Choose a tag to compare
Feb 2016 - Release 2 Pre-release
Pre-release

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

17 Feb 22:41
Compare
Choose a tag to compare
Feb 2016 - Release 1 Pre-release
Pre-release
  • App Groups
  • Notifications
  • Person / Capability Scorecards
  • Visio improvements
  • mailto support in static panels

NOTE: ddl update required

Jan 2016 - Release 2

10 Feb 07:48
Compare
Choose a tag to compare
Jan 2016 - Release 2 Pre-release
Pre-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

Jan 2016 - Release 1

18 Jan 22:15
Compare
Choose a tag to compare
Jan 2016 - Release 1 Pre-release
Pre-release

WAR File attached.
Liquibase config attached.

Example files:

  • config file will need to be copied into ~/.waltz
  • example liquibase batch files included
  • change the username/passwords/paths as appropriate