Skip to content

Releases: nokia/CloudFlow

v0.1.1

19 Oct 11:46
Compare
Choose a tag to compare
  • Try to make the graph to be drawn with less overlapping edges and nodes
  • Only take events of the form "on-".
  • Fix: "back" behavior is broken sometimes (closes #17)
  • Display workflow execution ID when a task is selected (closes #14)

v0.1.0

18 Oct 07:55
Compare
Choose a tag to compare
  • Listen on IPv6 interfaces as well. Add hints on enabling https.
  • Add hints on enabling https. BREAKING: Apache 2.4 is now required.
  • Deffer rendering of CodeMirror components (due to slow UI rendering)
  • Redesign execution header and move 'definition' button to header.
  • Allow sorting executions list by State, Name or Create At
  • Fix: Started should be Created
  • Add support for OpenID Connect Authentication
  • Misc ui adjustments

NEW:

  • CloudFlow now supports the OpenID Connect authentication method. You'll need to provide a small file (auth.json) with the authentication URLs. Read the README for more information.

BREAKING CHANGES:

  • The Apache configuration file has been updated to support Apache version >= 2.4.

v0.0.12

28 Aug 11:20
Compare
Choose a tag to compare
  • When loading a collection (like tasks) use 'fields' filter as much as possible
  • Add "WAITING" state
  • Properly unsubscribe from auto-reload interval
  • Remove animations from executions list
  • Auto focus a task when it is clicked
  • Remove unneeded dependencies

v0.0.11

14 Aug 06:34
Compare
Choose a tag to compare
  • Initial support for auto refresh of RUNNING/IDLE/PAUSED executions
  • Add refresh button to executions list
  • Use jQuery only when necessary
  • No more hard-coded elements height, everything is now flexbox

New Feature:
The graph will be auto-refreshed every 30 seconds for executions in state IDLE/RUNNING/PAUSED.

Current limitations:

  • every refresh will reset the zoom level of the graph
  • the graph is essentially re-built on every refresh which can be heavy on large graphs. This will be changed in the future to only draw the affected tasks.

0.0.10

02 Aug 15:09
Compare
Choose a tag to compare
  • FIX: Properly check the existence of 'triggered_by' attribute when task has 'runtime_context'
  • Add Copy to Clipboard feature to every popup
  • Workaround: when moving to Workflow Definition tab and back to Graph, the graph doesn't hold its state

0.0.9

30 Jul 08:47
Compare
Choose a tag to compare
  • Initial support for search filter on executions list page
  • Change display value for updated_at
  • FIX: Some drawing functions were called twice. This fix removes the "(click)"" listener from a task, and passes the responsibility to the "[routerLink]" and the observation of the taskID changes in the URL.
  • Use Apache "deflate" module and add JSON compression
  • Make sure index.html is never cached
  • Suppress warnings due to angular/angular-cli#2034
  • Show complete workflow definition
  • Display Task ID

NOTICE:
Apache configuration file has been changed in this release. If you ever used this file, make sure to update to the latest one.

v0.0.8

23 Jul 14:13
Compare
Choose a tag to compare
  • Properly set 'result' value of task
  • Initial support for loading overlays.
  • FIX: Action execution list is not updated when it is already open

v0.0.7

06 Jul 14:16
Compare
Choose a tag to compare
  • When selecting a task, highlight the path of ancestors and descendants of that task.
  • Display edge labels along the path when a task is selected.

v0.0.6

28 Jun 08:02
Compare
Choose a tag to compare
  • Add support for drawing "joined" tasks

v0.0.5

27 Jun 14:22
Compare
Choose a tag to compare
  • Refactor: add reusable component 'info-item' to display workflow-info and task-info properties
  • Parse then stringify JSON strings to fix newlines not being converted correctly
  • Fetch 'result' for tasks
  • Fetch 'output' for action_executions