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 73e2334 Merge pull request #198 from
apache/fix/removed-duplicate-plugin
new 70335dc undo the centering of palette, looks bad w few elements
new b51d3dc add a new bit in the composer to show errors and warnings
new 5a6b895 add example for constraint
new 8a0ad3f fix dsl detection edge case debug message for numbers and
boolean values
new b1c9f07 add quick fix support
new 2315d3f remove pointless quick fix directive
new c419154 show quick fix on issues in spec editor
new ff755ee add quick fix tooltip and sketch set_from_ quick fixes
new 0749238 review with thomas - skip the intermediate small "x errors in
x entities" step
new b7c38dd set_from_parameter minimally working!!!
new 0456306 set from key or parameter working, with root or anywhere
(optionally with type) or ancestors (optionally with type)
new 4f159b8 cleanup how parameters and config are stored
new e189b37 update miscData.config on parameter refresh, and do
validation after quick fixes
new a8fc797 also check supertypes for inclusion
new 33b5d09 This closes #200
The 15 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:
...custom-widget.bom => basic-with-constraint.bom} | 53 ++--
.../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, 958 insertions(+), 188 deletions(-)
copy docs/{vanilla-with-custom-widget.bom => basic-with-constraint.bom} (51%)
create mode 100644
ui-modules/blueprint-composer/app/components/quick-fix/quick-fix.js