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 51293560 fix ui test for duration computation
new da317de9 ui for workflow on activities detail page
new 0714fb85 workflow UI polish, subworkflows, bug-fixes
new 17bc3ee4 exact copy of uib dropdown.js, to allow for nested dropdowns
new d585befe essential changes to drodown-nested so it loads without
conflicting
new 0526f027 expand actions, move to top-right
new 50e6787d workflow ui tidies following review
new efb5511e improve workflow ui for GC'd tasks, plus other minor ui fixes
new 6879475f tidy up workflow step title, show more info on steps
new e86f96c6 tidy workflow consistency (when tasks don't load), date, misc
new d14c56c0 update active tasks and workflows more often
new 73eb8033 align effectors in table better
new 54a57c41 consistent colours and icons for task and br status
new c4e545f1 richer dropdowns on tasks list, filter by workflow
new 8d2f4668 improve dropdowns, code, extend logic for workflows
new 6c064438 fix a couple things on step arrows
new afd62cf2 minor fixes for workflow arrows and indicators
new 62c2b866 replay buttons and arrow tidies
new f66c75d5 ui for replay, replay scope improvements, and misc tidies to
recent workflow ui
new f9cefb39 Merge branch 'master' into workflow-ui
new 0e566e4e fix license header
new 21e2f2ec tweaks to messages for clarity
new 961e2ad9 support running a workflow from ui
new 3c2649e4 improve task filters - subtasks, scheduled, initialization
new fa05e72a more task list filter selection tweaks
The 24 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:
.../entity-effector/entity-effector.html | 18 +-
.../entity-effector/entity-effector.less | 50 +-
.../components/providers/activity-api.provider.js | 8 +-
.../components/providers/entity-api.provider.js | 19 +-
.../components/task-list/task-list.directive.js | 631 +++++++++++++++++----
.../app/components/task-list/task-list.less | 148 ++++-
.../components/task-list/task-list.template.html | 79 ++-
.../components/workflow/workflow-step.directive.js | 195 +++++++
.../workflow/workflow-step.template.html | 235 ++++++++
.../workflow/workflow-steps.directive.js | 370 ++++++++++++
.../app/components/workflow/workflow-steps.less | 252 ++++++++
.../workflow/workflow-steps.template.html} | 27 +-
ui-modules/app-inspector/app/index.js | 5 +
ui-modules/app-inspector/app/index.less | 1 +
.../inspect/activities/activities.controller.js | 138 ++++-
.../inspect/activities/activities.template.html | 2 +-
.../inspect/activities/detail/detail.controller.js | 240 +++++++-
.../main/inspect/activities/detail/detail.less | 84 ++-
.../inspect/activities/detail/detail.template.html | 221 +++++++-
.../inspect/activities/detail/dropdown-nested.js | 519 +++++++++++++++++
.../views/main/inspect/confirm.modal.template.html | 2 +-
.../app/views/main/inspect/inspect.controller.js | 52 +-
.../app/views/main/inspect/inspect.template.html | 3 +
.../inspect/management/detail/detail.template.html | 4 +-
...plate.html => run-workflow-modal.template.html} | 6 +-
.../home/app/views/about/about.controller.js | 2 +
ui-modules/shared/style/first.less | 2 +-
ui-modules/utils/br-core/style/variables.less | 14 +
.../providers/api-observer-interceptor.provider.js | 8 +-
ui-modules/utils/status/status.js | 14 +-
ui-modules/utils/status/status.less | 9 +
ui-modules/utils/status/status.template.html | 21 +
ui-modules/utils/utils/momentp.js | 1 +
33 files changed, 3099 insertions(+), 281 deletions(-)
create mode 100644
ui-modules/app-inspector/app/components/workflow/workflow-step.directive.js
create mode 100644
ui-modules/app-inspector/app/components/workflow/workflow-step.template.html
create mode 100644
ui-modules/app-inspector/app/components/workflow/workflow-steps.directive.js
create mode 100644
ui-modules/app-inspector/app/components/workflow/workflow-steps.less
copy ui-modules/{shared/partials/interstitial.html =>
app-inspector/app/components/workflow/workflow-steps.template.html} (53%)
create mode 100644
ui-modules/app-inspector/app/views/main/inspect/activities/detail/dropdown-nested.js
copy
ui-modules/app-inspector/app/views/main/inspect/{add-child-modal.template.html
=> run-workflow-modal.template.html} (82%)