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-server.git
from 8d87863b64 Merge pull request #1398 from nakomis/index-specifiers
new b4911f2801 Add support for &&, ||, >, >=, < amd <= operands
new 0b9bc6121d Add stub Ternary handline and rename tests
new 8be582308f Implements Workflow Ternary
new dfaf904838 Merge pull request #1396 from
nakomis/workflow-ternary-operator
The 14173 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:
.../steps/variables/SetVariableWorkflowStep.java | 164 ++++++++++++++++-
.../core/workflow/WorkflowOperandsTest.java | 196 +++++++++++++++++++++
2 files changed, 359 insertions(+), 1 deletion(-)
create mode 100644
core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowOperandsTest.java