You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2022/06/27 09:21:51 UTC

[brooklyn-ui] branch master updated (b41d064e -> 3ab6b2d5)

This is an automated email from the ASF dual-hosted git repository.

algairim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


    from b41d064e clear initializers on reset of entity/blueprint
     new acb86583 accept specs in more places in ui
     new cb47463f tidy colours and enablement of spec editor widget
     new d3a44269 prevent spurious logged error about DSL getting objects
     new ab4eb6ca Refresh metadata for type Entity only
     new 793bd444 Merge remote-tracking branch 'algairim/fixes/blueprint-service' into fix-memberspec-composer
     new 3ab6b2d5 Merge pull request #338 from ahgittin/fix-memberspec-composer

The 2380 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/designer/designer.directive.js  |   1 -
 .../providers/blueprint-service.provider.js        |  16 +--
 .../spec-editor/spec-editor.directive.js           |  27 ++++--
 .../app/components/spec-editor/spec-editor.less    |  25 +++--
 .../spec-editor/spec-editor.template.html          |   2 +-
 .../app/components/util/model/dsl.model.js         |  12 +--
 .../app/components/util/model/entity.model.js      | 107 ++++++++++++++-------
 .../app/components/util/model/entity.model.spec.js |   6 +-
 ui-modules/utils/autogrow/index.js                 |   2 +-
 9 files changed, 131 insertions(+), 67 deletions(-)