Skip to content

Releases: finos/waltz

1.3.0

21 Jun 07:35

Choose a tag to compare

Waltz 1.3

Release: 20 April 2017

Features

The majority of changes in this release are centered around
three main new features:

Surveys

Surveys allow for the collection of ad-hoc data within
the overall structure of Waltz. Surveys are focused on a
specific entity type (e.g. APPLICATION, CHANGE_INITIATIVE)
and issued to users matching a given set of roles describing
their involvement with the entity. The set of target entities
for the survey is derived from a Waltz selection mechanism
(e.g. apps under a specific organisational unit, apps performing
a specific function etc.).

survey_screenshot

survey_edit_screenshot

Flow Diagrams

Flow Diagrams allow users to visually illustrate how data flows
between applications (and actors). Unlike the existing logical
flow view these diagrams can show the full upstream and downstream
flows.

flow_diagram_screenshot

Physical Specification Definitions

In 1.2 flows of information between applications was captured at the
logical and physical levels. However the physical aspect only captured
high level information such as the file name and frequency. In 1.3 we
allow detailed descriptions of the files contents to be defined. This may
be versioned and associated to instances of the physical flow.

Other

Major schema changes

Changes to existing tables are listed below:

  • Physical flows are now directly owned by logical flows.
    • added: logical_flow_id
    • dropped: target_entity_id/kind
  • The flow_decorator table became logical_flow_decorator
    • added last_updated_by/at
  • Logical flows have a soft delete flag field (is_removed)

Detail

See all 150+ Changes
in the GitHub project

1.2.2 Back ported change initiative search from master

10 Mar 08:44

Choose a tag to compare

1.2.1

08 Mar 09:53

Choose a tag to compare

Changes:

https://github.com/khartec/waltz/milestone/37?closed=1

  • Fixes bug with logical flow deletion
  • Removes simplified number formatting on pie charts
  • Minor survey fixes

1.2.0

28 Feb 09:29

Choose a tag to compare

Highlights:

  • Measurables
  • Perspectives
  • Surveys

Liquibase scripts and war files are provided below.

A comprehensive list of issues is available via our tracker.

Bug fixes and minor perf tweaks

08 Dec 15:31

Choose a tag to compare

Cost visualisation and minor fixes

06 Dec 17:28

Choose a tag to compare

Improved bookmarks and d3 enhancements + api compression

30 Nov 16:18

Choose a tag to compare

D3 v4 + GZIP

28 Nov 17:20

Choose a tag to compare

Perf fixes and polishing

25 Nov 16:20

Choose a tag to compare

Improved look of logical flow table:

image


Full details:

https://github.com/khartec/waltz/milestone/30?closed=1

Browser perf tweaks

23 Nov 11:23

Choose a tag to compare