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/21 08:12:25 UTC

[brooklyn-ui] branch master updated (8a1e7ea -> 80bdc0a)

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 8a1e7ea  Merge pull request #196 from algairim/smart-141
     add 35ab12a  icon generator optimization - no session state by default
     add 859c9f3  catalog - prevent needless refreshes and introduce simple pagination
     add d7408df  allow link to composer to be changed by branding
     add b15f16f  tidy up some layout of the catalog selector
     add 8aa690a  render markdown in description - utils and used in catalog
     add ea40dd8  render config/sensors/effectors description from catalog as markdown
     add 54870cf  use markdown for description in blueprint composer
     new 80bdc0a  This closes #197

The 1 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/entity-tree/entity-tree.html    |   2 +-
 .../app/views/main/main.controller.js              |   6 +-
 .../app/views/main/main.template.html              |   2 +-
 .../catalog-selector-palette-footer.html           |  28 +--
 .../catalog-selector/catalog-selector.directive.js |   3 +-
 .../catalog-selector/catalog-selector.less         |   7 +
 .../catalog-selector.template.html                 |   4 +-
 .../providers/blueprint-service.provider.js        |   3 +
 .../spec-editor/spec-editor.directive.js           |  20 +--
 .../app/components/spec-editor/spec-editor.less    |  11 +-
 .../spec-editor/spec-editor.template.html          |  26 ++-
 ui-modules/blueprint-composer/app/index.js         |   3 +-
 .../app/views/main/graphical/graphical.state.less  |   2 +
 .../app/views/main/main.controller.js              |   6 +-
 ui-modules/branding/brand.js                       |   1 +
 .../catalog/app/components/type-item/index.html    |   6 +-
 .../catalog/app/components/type-item/index.js      |  12 +-
 ui-modules/catalog/app/index.js                    |   3 +-
 .../catalog/app/views/bundle/bundle.state.js       |   9 +-
 .../catalog/app/views/bundle/bundle.template.html  |  21 ++-
 .../catalog/app/views/bundle/type/type.state.js    |  13 +-
 .../app/views/bundle/type/type.template.html       |  21 ++-
 .../catalog/app/views/catalog/catalog.state.js     |   9 +-
 .../app/views/catalog/catalog.template.html        |  21 ++-
 ui-modules/utils/icon-generator/icon-generator.js  |  33 +++-
 ui-modules/utils/md-helper/index.js                | 190 +++++++++++++++++++++
 ui-modules/utils/package.json                      |   2 +
 ui-modules/utils/quick-launch/quick-launch.js      |  12 +-
 28 files changed, 398 insertions(+), 78 deletions(-)
 create mode 100644 ui-modules/utils/md-helper/index.js

[brooklyn-ui] 01/01: This closes #197

Posted by he...@apache.org.
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 80bdc0ae458d0238eab49cac482502b2f6d16b3a
Merge: 8a1e7ea 54870cf
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Wed Apr 21 09:12:19 2021 +0100

    This closes #197

 .../app/components/entity-tree/entity-tree.html    |   2 +-
 .../app/views/main/main.controller.js              |   6 +-
 .../app/views/main/main.template.html              |   2 +-
 .../catalog-selector-palette-footer.html           |  28 +--
 .../catalog-selector/catalog-selector.directive.js |   3 +-
 .../catalog-selector/catalog-selector.less         |   7 +
 .../catalog-selector.template.html                 |   4 +-
 .../providers/blueprint-service.provider.js        |   3 +
 .../spec-editor/spec-editor.directive.js           |  20 +--
 .../app/components/spec-editor/spec-editor.less    |  11 +-
 .../spec-editor/spec-editor.template.html          |  26 ++-
 ui-modules/blueprint-composer/app/index.js         |   3 +-
 .../app/views/main/graphical/graphical.state.less  |   2 +
 .../app/views/main/main.controller.js              |   6 +-
 ui-modules/branding/brand.js                       |   1 +
 .../catalog/app/components/type-item/index.html    |   6 +-
 .../catalog/app/components/type-item/index.js      |  12 +-
 ui-modules/catalog/app/index.js                    |   3 +-
 .../catalog/app/views/bundle/bundle.state.js       |   9 +-
 .../catalog/app/views/bundle/bundle.template.html  |  21 ++-
 .../catalog/app/views/bundle/type/type.state.js    |  13 +-
 .../app/views/bundle/type/type.template.html       |  21 ++-
 .../catalog/app/views/catalog/catalog.state.js     |   9 +-
 .../app/views/catalog/catalog.template.html        |  21 ++-
 ui-modules/utils/icon-generator/icon-generator.js  |  33 +++-
 ui-modules/utils/md-helper/index.js                | 190 +++++++++++++++++++++
 ui-modules/utils/package.json                      |   2 +
 ui-modules/utils/quick-launch/quick-launch.js      |  12 +-
 28 files changed, 398 insertions(+), 78 deletions(-)