Skip to content

Releases: nokia/CloudFlow

v0.7.0

26 May 06:58
Compare
Choose a tag to compare
  • Support of task execution's started_at and finished_at
  • Libraries upgrade

Note: This release uses fields that were added in Mistral Stein and therefor can only be used with >= Stein)

v0.6.4

02 Oct 08:49
Compare
Choose a tag to compare
  • Internal library upgrade
    (remove the use of bootstrap and use bootstrap-css-only. We use ng-bootstrap and only need the css part of bootstrap).

v0.6.3

10 Jul 09:08
Compare
Choose a tag to compare
  • Fix missing scrollbars on Firefox (fix Flexbox size on Firefox)

v0.6.2

09 Jul 13:34
Compare
Choose a tag to compare
  • Workaround: Fix "Go to Subworkflow Execution" not working in Firefox (donwgrade ng-bootstrap version)

v0.6.1

08 Jul 08:03
Compare
Choose a tag to compare
  • Performance improvements in rendering really large workflows.
    (Note: you might want to disable the auto refresh for such executions).

v0.6.0

01 Jul 13:32
Compare
Choose a tag to compare
  • Long task names weren't truncated in Runtime view
  • Upgrade to Angular 6

v0.5.2

26 Apr 10:42
Compare
Choose a tag to compare
  • Add a logout button when using OpenID (keycloak) authentication
  • Workaround for angular/angular#21252
  • Added integration with the Docker

The "logout" feature is a temporary implementation and will be refactored when we introduce more authentication methods.
You should provide the 'logoutUrl' in the auth.json file (see README for more info).

v0.5.1

14 Mar 12:04
Compare
Choose a tag to compare

Task Runtime

  • Remove the red/green colors from Timespan column (the width of the bar is enough to determine long tasks).
  • Add a state icon indicator next to the task names.

Code
Upgrade to latest Angular+CLI, fix lazy load error

v0.5.0

25 Feb 13:24
Compare
Choose a tag to compare
  • Show task runtimes (sorted by their relative start time) and color by duration (red- longest, green- shortest). (closes #2, closes #3, closes #25)
  • Move 'show workflow definition' to right panel (to be consistent with showing task definition).
  • MistralService.workflowDef() will return an WorkflowDef.FromEmpty() instance instead of throwing exception.
  • Workaround: Cache requests to get workflow definition.
  • Redesign landing page
  • Move 'sort' styles to a dedicated file
  • Search pipe: Simplify class and allow passing field names for filtering
  • Since Mistral exposes times in seconds granularity, there could be a duration of 0 seconds, which is misleading. This commit shows "< 1 second" in the UI for such cases.
  • nginx configuration: Make default listener non-ssl (thanks @andrask )

BREAKING CHANGE:

  • remove old fonts from build (eot, ttf, svg) and only keep woff and woff2 (supported by all major browsers).

v0.5.0-beta.2

14 Feb 08:00
Compare
Choose a tag to compare
v0.5.0-beta.2 Pre-release
Pre-release
  • Move Task Runtimes panel to the left
  • Add task id tooltip when hovering task name
  • Add created_at/updated_at tooltip when hovering task runtime in seconds