This is an automated email from the ASF dual-hosted git repository.
heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
from 23d76c6b Merge pull request #380 from
nakomis/bump-dockerfile-base-image-version
new 9f4d2dc6 shorten name of classes shown by policies
new 6aa74fe1 show size of workflow
new 74cbb198 add Edit and re-run button on activities page if workflow
definition is available
new 58a984a3 better display large results from activity, resizable
new 0b294d4c fix display of workflow end+error arrows
new 4dcf3528 support lookup of ancestors for breaadcrumbs
new 090ed596 better console output for ui start with different port
new 5b45e74c major tidy to workflow step, better focus on what is most
interesting
new a9969676 add option for showing effector tasks anywhere, enabled by
default
new 17fbc5e6 options for showing/hiding scheduled tasks
new 3e5064ba activites view updates list with same frequency as the deep
model
new f9d8bcf8 save filters for activity view to session storage, and
improve usability
new 338a97de replace breadcrumbs code, showing root task
new 6773ce71 Merge branch 'workflow-ui-tweaks'
The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../app/components/adjuncts-list/adjuncts-list.js | 15 +-
.../breadcrumb-navigation.html | 20 --
.../breadcrumb-navigation/breadcrumb-navigation.js | 60 -----
.../breadcrumb-navigation.less | 45 ----
.../components/task-list/task-list.directive.js | 274 ++++++++++++++++-----
.../components/task-list/task-list.template.html | 48 ++--
.../components/workflow/workflow-step.directive.js | 85 ++++++-
.../workflow/workflow-step.template.html | 214 +++++++++-------
.../workflow/workflow-steps.directive.js | 13 +-
.../app/components/workflow/workflow-steps.less | 27 +-
ui-modules/app-inspector/app/index.js | 3 +-
ui-modules/app-inspector/app/index.less | 1 -
.../inspect/activities/activities.controller.js | 1 +
.../inspect/activities/activities.template.html | 2 +-
.../inspect/activities/detail/detail.controller.js | 59 ++++-
.../main/inspect/activities/detail/detail.less | 30 ++-
.../inspect/activities/detail/detail.template.html | 91 ++++---
ui-modules/app-inspector/app/views/main/main.less | 4 +
ui-modules/shared/config/server.js | 11 +-
ui-modules/utils/status/status.js | 2 +
ui-modules/utils/status/status.less | 5 +
ui-modules/utils/status/status.template.html | 10 +
22 files changed, 652 insertions(+), 368 deletions(-)
delete mode 100644
ui-modules/app-inspector/app/components/breadcrumb-navigation/breadcrumb-navigation.html
delete mode 100644
ui-modules/app-inspector/app/components/breadcrumb-navigation/breadcrumb-navigation.js
delete mode 100644
ui-modules/app-inspector/app/components/breadcrumb-navigation/breadcrumb-navigation.less