GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-ui/pull/75
Composer use controller
put a few more things on controller for use in custom widgets
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-ui composer-use-controller
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/75.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #75
----
commit eeb17a0ec2ae622201f97928212cf106b0fd2e4a
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-21T15:42:52Z
pass the model to config filters
and for "required" include all which have issues recorded against them
commit bd41dce23e38194e6134ae9c5379c513a7e0a25f
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-22T00:27:36Z
add {forbidden,required}{If,Unless} constraints
also keep constraints as a list, not a map (eg if multiple forbiddenIfs),
and update checks to expect json
commit 4310fbdddb6d31ca81433603608f3fdf2ef655af
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-24T14:39:46Z
tidy constraint evaluation logic
make tighter around things like `false` values and empty string
commit a32e8f1eb3e8ff31f7bc8c1bcda9ab2e1c6625e1
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-26T14:56:56Z
This closes #72
commit 5bf00e1cea0bfd7c60aca2955e66058a145e87b7
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-09-26T14:57:17Z
put more methods onto controller
----
---