This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/ui-modules/login/engine.io-and-karma-6.2.0
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
discard 7d32368a Bump engine.io and karma in /ui-modules/login
add 6838d982 Revert "remote verify goal on features"
add ca85f4c4 skip the maven-karaf-verify goal as that interferes with
subsequent builds
add f111229b handle `null` values for config better, and bogus port range
match
add e8fc8083 allow priority to be set on parameter, and used for config
even if locally set
add f87fba3d better validation and handling of complex types
add 201229d8 use yaml instead of json for complex fields in spec editor
add 467978ed filter out null (unset) config when building yaml
add d6ebe011 make humanized time output more precise
add fc244799 fix port range regex logic (recent fix to prevent non-initial
port ranges)
add 6226a5c5 improve ability to switch to/from code mode, and avoid code
mode for type object where value is a list
add cb1d0eed blueprint panel on inspector summary has buttons to copy and
to open in composer
add 47008e1f show reconfigurable config even if unset; restore
blurring-secrets behaviour
add 9e5644e5 improve schema for blueprint import
add d41dc8de fix dangling usage of imprecise moment
add e779260f fix rounding error in moment with negative duration
add da317de9 ui for workflow on activities detail page
add 0714fb85 workflow UI polish, subworkflows, bug-fixes
add 17bc3ee4 exact copy of uib dropdown.js, to allow for nested dropdowns
add d585befe essential changes to drodown-nested so it loads without
conflicting
add 0526f027 expand actions, move to top-right
add 50e6787d workflow ui tidies following review
add efb5511e improve workflow ui for GC'd tasks, plus other minor ui fixes
add 6879475f tidy up workflow step title, show more info on steps
add e86f96c6 tidy workflow consistency (when tasks don't load), date, misc
add d14c56c0 update active tasks and workflows more often
add 73eb8033 align effectors in table better
add 54a57c41 consistent colours and icons for task and br status
add c4e545f1 richer dropdowns on tasks list, filter by workflow
add 8d2f4668 improve dropdowns, code, extend logic for workflows
add 6c064438 fix a couple things on step arrows
add afd62cf2 minor fixes for workflow arrows and indicators
add 62c2b866 replay buttons and arrow tidies
add f66c75d5 ui for replay, replay scope improvements, and misc tidies to
recent workflow ui
add 51293560 fix ui test for duration computation
add f9cefb39 Merge branch 'master' into workflow-ui
add 0e566e4e fix license header
add 21e2f2ec tweaks to messages for clarity
add 961e2ad9 support running a workflow from ui
add 3c2649e4 improve task filters - subtasks, scheduled, initialization
add fa05e72a more task list filter selection tweaks
add 4ed0dcb2 misc minor workflow ui fixes
add c230bc36 fix display of output for current step (if error handler
running)
add b8077034 fix line-up of blurred secrets
add 03c9fa3c fix replay api call for recent server contract change, and
tidy-up
add e898e660 use suppressSecret for tasks and workflow output api; add
workflow yaml with re-run ability
add ea0d991f show workflow for ui-based scripts, to be able to re-run it
add af821ddf remove error when working with members of a group
add 95b2f61a fix some glitches in quick deploy
add df779e3c fix error on increasing duration
add 82c401af fix observer to distinguish parameters on requests
add 52da7d3b fix bugs where some errors don't show if value is set null at
some point
add 0cae4923 better message on expunge
add b3aef528 quick launch give good message on complex object; and no
longer require location
add 0a05328e minor tidies to ui - fix link, use display name if present
add 1dd75678 better update of name from quick launch to allow collapsing
add 3dc7e2ff fix font awesome inclusion issue
add 27284946 show all tasks for adjuncts
add 51c06be1 better colours in composer, and options/position of snackbar
add a2b5f84e tidy risk message
add 0af088c0 Bump engine.io and karma in /ui-modules/login
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (7d32368a)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/ui-modules/login/engine.io-and-karma-6.2.0
(0af088c0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
modularity-server/features/pom.xml | 1 +
.../components/adjuncts-list/adjuncts-list.html | 2 +-
.../config-sensor-table.directive.js | 19 +-
.../config-sensor-table.style.less | 62 +-
.../config-sensor-table.template.html | 16 +-
.../entity-effector/entity-effector.html | 18 +-
.../entity-effector/entity-effector.less | 50 +-
.../components/entity-effector/modal/modal.less | 2 +-
.../entity-tree/entity-tree.directive.js | 6 +-
.../components/providers/activity-api.provider.js | 16 +-
.../components/providers/entity-api.provider.js | 41 +-
.../components/task-list/task-list.directive.js | 636 +++++++++++++++++----
.../app/components/task-list/task-list.less | 148 ++++-
.../components/task-list/task-list.template.html | 79 ++-
.../task-sunburst/task-sunburst.directive.js | 8 +-
.../components/workflow/workflow-step.directive.js | 150 +++++
.../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 | 8 +-
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 | 289 +++++++++-
.../main/inspect/activities/detail/detail.less | 91 ++-
.../inspect/activities/detail/detail.template.html | 238 ++++++--
.../inspect/activities/detail/dropdown-nested.js | 519 +++++++++++++++++
.../views/main/inspect/confirm.modal.template.html | 2 +-
.../app/views/main/inspect/inspect.controller.js | 71 ++-
.../app/views/main/inspect/inspect.template.html | 3 +
.../inspect/management/detail/detail.template.html | 6 +-
.../views/main/inspect/management/management.less | 2 +-
...plate.html => run-workflow-modal.template.html} | 6 +-
.../main/inspect/summary/summary.controller.js | 29 +-
.../app/views/main/inspect/summary/summary.less | 13 +
.../main/inspect/summary/summary.template.html | 10 +
ui-modules/app-inspector/package.json | 1 -
.../blueprint-data-manager.style.less | 2 +-
.../providers/blueprint-service.provider.js | 9 +-
.../spec-editor/spec-editor.directive.js | 156 +++--
.../app/components/spec-editor/spec-editor.less | 11 +-
.../spec-editor/spec-editor.template.html | 13 +
.../app/components/util/model/dsl.model.js | 4 +-
.../app/components/util/model/entity.model.js | 20 +-
ui-modules/blueprint-composer/app/index.js | 2 +-
.../app/views/main/graphical/graphical.state.js | 3 +
.../app/views/main/graphical/graphical.state.less | 1 +
.../app/views/main/main.controller.js | 11 +-
.../blueprint-composer/app/views/main/main.less | 10 +-
.../app/views/bundle/type/type.template.html | 2 +-
ui-modules/features/pom.xml | 9 +
.../home/app/views/about/about.controller.js | 6 +-
ui-modules/login/package-lock.json | 154 ++---
ui-modules/login/package.json | 2 +-
ui-modules/shared/style/first.less | 2 +-
ui-modules/utils/br-core/snackbar/snackbar.html | 6 +-
ui-modules/utils/br-core/snackbar/snackbar.js | 19 +-
ui-modules/utils/br-core/style/buttons.less | 9 +-
ui-modules/utils/br-core/style/mixins.less | 2 +
ui-modules/utils/br-core/style/snackbars.less | 7 +-
ui-modules/utils/br-core/style/variables.less | 16 +-
ui-modules/utils/package.json | 1 +
.../providers/api-observer-interceptor.provider.js | 13 +-
ui-modules/utils/quick-launch/quick-launch.html | 13 +-
ui-modules/utils/quick-launch/quick-launch.js | 58 +-
ui-modules/utils/quick-launch/quick-launch.less | 4 +-
.../utils/sensitive-field/sensitive-field.less | 13 +-
.../server-status/server-status.template.html | 4 +-
ui-modules/utils/status/status.js | 14 +-
ui-modules/utils/status/status.less | 9 +
ui-modules/utils/status/status.template.html | 21 +
.../utils/user-management/user-management.js | 1 -
ui-modules/utils/utils/general.js | 65 +++
ui-modules/utils/utils/momentp.js | 141 +++++
ui-modules/utils/utils/momentp.spec.js | 67 +++
.../addon/schemas/blueprint-entity.json | 4 +-
.../utils/yaml-editor/addon/schemas/blueprint.json | 44 ++
.../addon/schemas/catalog-item-inline.json | 4 +-
ui-modules/utils/yaml-editor/yaml-editor.js | 6 +-
80 files changed, 3993 insertions(+), 532 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} (79%)
create mode 100644 ui-modules/utils/utils/momentp.js
create mode 100644 ui-modules/utils/utils/momentp.spec.js