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 ca85f4c4 skip the maven-karaf-verify goal as that interferes with
subsequent builds
new f111229b handle `null` values for config better, and bogus port range
match
new e8fc8083 allow priority to be set on parameter, and used for config
even if locally set
new f87fba3d better validation and handling of complex types
new 201229d8 use yaml instead of json for complex fields in spec editor
new 467978ed filter out null (unset) config when building yaml
The 5 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:
.../spec-editor/spec-editor.directive.js | 119 ++++++++++++++-------
.../app/components/spec-editor/spec-editor.less | 9 ++
.../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/utils/quick-launch/quick-launch.js | 13 ++-
.../addon/schemas/blueprint-entity.json | 4 +-
.../utils/yaml-editor/addon/schemas/blueprint.json | 44 ++++++++
8 files changed, 177 insertions(+), 49 deletions(-)