GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-ui/pull/72
More constraints
Adds UI support for constraints introduced in
https://github.com/apache/brooklyn-server/pull/999
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-ui more-constraints
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-ui/pull/72.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 #72
----
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
----
---