This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git.
from 34612c1 Merge pull request #131 from jcabrerizo/fix/SwaggerValidation
new dcc2da2 Add parameters configuration UI for entities
new 809f499 Fix remove parameter logic and allow JSON editing
new 940c4c9 This closes #118
new 28206aa parameters json rendering
new bc301fd add parameters field editors, fix json so it updates
new cad966e only show params on application node, and allow adding param
when nothing found
new e511678 reduce the buttons for parameters to just search
new 392f52a apply same rationalization to config
new 3095f5f use labels instead of checkboxes for config filters
new cd354c8 "add config" button needed in one more place
new 187f69b generate the minimum snippet to define parameters
new 93b360f address JC comments re parameters
new 6a6de78 better handle reserved words used as param key names
new 79c4c59 address TB's PR comments
new a1d3f8c Merge pull request #129 from ahgittin/params
The 1663 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:
.../catalog-selector.template.html | 2 +-
.../providers/blueprint-service.provider.js | 12 +-
.../spec-editor/spec-editor.directive.js | 519 ++++++++++++++++-----
.../app/components/spec-editor/spec-editor.less | 92 +++-
.../spec-editor/spec-editor.template.html | 325 ++++++++++---
.../app/components/util/model/entity.model.js | 58 ++-
6 files changed, 801 insertions(+), 207 deletions(-)