Releases: nokia/CloudFlow
Releases · nokia/CloudFlow
v0.1.1
v0.1.0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Add support for drawing "joined" tasks
v0.0.5
- 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