Skip to content

Releases: finos/waltz

1.60.1

15 May 12:19
95e29ba
Compare
Choose a tag to compare

Noteworthy

Flow Classifications

#7036 #7032 #7031

Consumer classifications

We have extended the flow classification rules in Waltz to allow for a consumer view of data types. This allows for rules to be registered that will discourage direct flows to and from a given system (e.g. a rule could be System A discourages all Book Data flows from all suppliers).

The changes made to Waltz include:

  • Updating the views to show both producer (i.e. Auth Source) and consumer ratings
  • Reworking the flow rule calculation engine to incorporate consumer ratings
  • Previewing the producer and consumer ratings when updating data types to logical flow
  • Allowing custom messages for flow classification rules which display when modifying data types e.g. "Users should no longer send book data to System X, register the flow against the consumer instead"

Flow classification UI

  • Simplifying the registration of Flow Classification rules
    image
  • Consumer classifications shown on source/target graph popup
    image
  • Producer/Consumer classifications shown in flow datatype editor
    image

End User Applications

#7044 #7046

It is increasingly important that the usage of End User Applications are captured in data flows. Previously this required us to 'uplift' end user applications into full application records in Waltz via a promotion process. With Waltz 1.60 end user applications are now first-class entity type in Waltz and can be direct participants in flows (along with the existing Actors and Applications). To support this change we have added

  • A new End User Application page (incl. assessments, bookmarks, notes, people)
  • Integration of End User Apps to flows
  • End User app flows supported in Flow diagrams and filterable in the details
  • Site search has been extended to include End User Apps
  • Flow related API's have been updated to include End User App information
  • End User Applications can be rated against Flow classification rules
    image

Other

Applications

App export

The bulk application UI view (e.g. from Org Units) was including columns which were not included when exporting from the UI. This has now been fixed and the export matches the UI.

All

All closed issues: https://github.com/finos/waltz/milestone/181?closed=1

Full Changelog: 1.59.1...1.60.1
All issues

1.59

04 Apr 13:43
ca36aa7
Compare
Choose a tag to compare
Merge pull request #7042 from deutschebank/db-contrib/waltz-7032-flow…

…-classifications-add-directionality

Db contrib/waltz 7032 flow classifications add directionality

1.58.2

14 Mar 11:29
531f6ac
Compare
Choose a tag to compare

Noteworthy

Full Changelog: 1.58.1...1.58.2
All Issues

1.58.1

29 Feb 09:08
254a234
Compare
Choose a tag to compare

Noteworthy

  • Data Type Decorator section has been updated to show more information on logical flow view #6986
  • Assessments can be added to involvement kinds #6908
  • Waltz Svelte Component now cascades destroy events from ng to svelte #7000
  • Physical flow name has been made visible #6159

Full Changelog: 1.58...1.58.1
All issues

1.58

21 Feb 09:08
f51d4e4
Compare
Choose a tag to compare

Noteworthy

  • Logical Flows now have an 'external_id' field #6946
  • Survey templates can be copied between environments #6967
  • Primary ratings are displayed in the application overview #6820
  • Bug fix: Search bar should only close on mousedown #6969

Full Changelog: 1.57...1.58

1.57

25 Jan 17:03
214fed9
Compare
Choose a tag to compare

Noteworthy

Measurable Ratings

  • Each rating now has a dedicated page. This allows us to link in other entities like bookmars, people and assessments.
    • For example you may want to have a jurisdiction assessment combined with an applications capability mapping.

Primary Ratings and Assessments

  • Users can now select (only) primary ratings to be included in Report Grids
  • Primary measurable ratings and assessments can be seen in the ratings sections

Applications Section

Rewritten to support primary ratings and assessments
image

Flows

The application flow detail section now shows assessments on flows and has more filtering options

OAuth Authentication support

LeadingPoint have contributed a fantastic addition to Waltz to enable integration with external OAuth providers.

Other

See All Closed Issues

1.56

06 Dec 15:20
f2d280a
Compare
Choose a tag to compare
Merge pull request #6890 from davidwatkins73/waltz-6889-mini-fixes

Fixing occasional failure of phys flow table

1.55.3

17 Nov 13:53
4808124
Compare
Choose a tag to compare
Merge pull request #6871 from deutschebank/db-contrib/waltz-6834-more…

…-flow-table-tweaks

Db contrib/waltz 6834 more flow table tweaks

1.55.2

14 Nov 17:12
9b287fd
Compare
Choose a tag to compare

Noteworthy

  • Improved the data flow details section, enhanced filtering and contextual details

1.55.1

09 Nov 09:48
126fb44
Compare
Choose a tag to compare

Noteworthy

  • Dataflow section reworked to include filtering and shows any primary assessments on the flows
  • Person / Involvement section shows ancestor and descendent involvements for hierarchical entities (e.g. org units, change initiatives)
  • Derived colums on Report Grids now have support for relative date calculations
  • Flow classification rules and flow data type decorators can be given assessment rules
  • Surveys have support for question types which formally list Legal Entities
  • Software Licence adiministration can be performed in the UI

Other

1.55 was skipped due to a bug in flow rendering and rendering/exporting grids which contained survey question responses.