Skip to content

Releases: finos/waltz

Server / DB End of Life info

24 Aug 08:47
Compare
Choose a tag to compare

Plus start of rework around data types

Entity Stats support value based statistics

08 Aug 10:29
Compare
Choose a tag to compare

n addition to entity count based stats we now support value based stats. This is controlled by the entity_statistic_defintion/rollup_kind field which may be either:

    /**
     * This means group by outcome, then count distinct on entity references
     */
    COUNT_BY_ENTITY,

    /**
     * This means group by outcome, then sum the values in each group (entity references are discarded)
     */
    SUM_BY_VALUE

A DDL upgrade is required for this new column.

Capability Level rebuild exposed

02 Aug 12:50
Compare
Choose a tag to compare

Temporary feature to rebuild the capability levels when entity_hierarchies are rebuilt.

Capability Rating Improvements

01 Aug 15:19
Compare
Choose a tag to compare
  • Performance
  • Serialisation size
  • Tree improvements

Adding indexes to ent-hierarchy table

01 Aug 12:07
Compare
Choose a tag to compare
  • small bug fixes
  • asset code and percentages shown in entity statistic view

Entity Hierarchies

31 Jul 16:34
Compare
Choose a tag to compare

Make sure you do a ddl upgrade and then run the build hierarchies options in the admin menu.

Pie Colors fixed (a bit)

29 Jul 14:37
Compare
Choose a tag to compare
Pre-release
Merge pull request #352 from davidwatkins73/waltz-351-pie-colors

Fixing awful pie color schemes

Fixing pie bugs

29 Jul 13:29
Compare
Choose a tag to compare
Fixing pie bugs Pre-release
Pre-release
Merge pull request #350 from davidwatkins73/waltz-349-tech

Fixing broken tech section

Improved Ent Stat agg view

29 Jul 11:47
Compare
Choose a tag to compare
Pre-release
Merge pull request #346 from davidwatkins73/waltz-345-ent-stat-agg

Entity Stat aggregate view simplified.

Small fixes (ent-stats)

29 Jul 08:33
Compare
Choose a tag to compare
Pre-release
Merge pull request #343 from davidwatkins73/master

Eager load of summary data, then related later.