Releases: nokia/CloudFlow
Releases · nokia/CloudFlow
v0.7.0
v0.6.4
- Internal library upgrade
(remove the use ofbootstrap
and usebootstrap-css-only
. We useng-bootstrap
and only need the css part ofbootstrap
).
v0.6.3
- Fix missing scrollbars on Firefox (fix Flexbox size on Firefox)
v0.6.2
- Workaround: Fix "Go to Subworkflow Execution" not working in Firefox (donwgrade ng-bootstrap version)
v0.6.1
- Performance improvements in rendering really large workflows.
(Note: you might want to disable the auto refresh for such executions).
v0.6.0
- Long task names weren't truncated in Runtime view
- Upgrade to Angular 6
v0.5.2
- 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
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
- 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
- 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