You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/04/27 15:12:57 UTC

[brooklyn-ui] 15/15: This closes #200

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

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

commit 33b5d091356c3af0651e635d98b7db52f89d14d6
Merge: 73e2334 a8fc797
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Apr 27 16:12:28 2021 +0100

    This closes #200

 docs/basic-with-constraint.bom                     |  56 ++++
 .../catalog-selector/catalog-selector.less         |   2 +-
 .../catalog-selector.template.html                 |   4 +
 .../providers/blueprint-service.provider.js        | 297 ++++++++++++---------
 .../app/components/quick-fix/quick-fix.js          | 240 +++++++++++++++++
 .../spec-editor/spec-editor.directive.js           |  37 ++-
 .../app/components/spec-editor/spec-editor.less    |  11 +
 .../spec-editor/spec-editor.template.html          |   9 +-
 .../app/components/util/model/dsl.model.js         |  23 +-
 .../app/components/util/model/entity.model.js      | 101 ++++++-
 .../app/components/util/model/issue.model.js       |  14 +
 ui-modules/blueprint-composer/app/index.js         |   3 +-
 .../app/views/main/graphical/graphical.state.html  | 180 ++++++++++++-
 .../app/views/main/graphical/graphical.state.js    |  22 ++
 .../app/views/main/graphical/graphical.state.less  | 137 ++++++++--
 .../blueprint-composer/app/views/main/main.less    |   6 +-
 .../app/views/main/yaml/yaml.state.js              |   7 +
 17 files changed, 981 insertions(+), 168 deletions(-)