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 80c7d93bfc Merge pull request #1399 from
iuliana/connections-generalizing-location
add 4ccdaff740 unit tests for sum behaviour
add 812afaa96f sum reimplementation as WorkflowTransform instance
add eccdd77f51 apache license
new b733f892f4 Merge branch 'master' into fix/sum-operator-coercion
new 0e63887532 complete sum for list with coercion
new ab2beb27e5 support adding time to an instant
new 4c62cf7e98 expand what we can compare in workflow, include time,
duration, doubles, etc
new a08d80f61b Merge branch 'master' of
https://gitbox.apache.org/repos/asf/brooklyn-server
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:
.../brooklyn/camp/brooklyn/WorkflowYamlTest.java | 127 +++++++++++++++++++++
.../steps/variables/SetVariableWorkflowStep.java | 26 +++--
.../variables/TransformVariableWorkflowStep.java | 60 ++++++++--
.../core/flags/BrooklynTypeNameResolution.java | 2 +
.../workflow/WorkflowInputOutputExtensionTest.java | 4 +-
.../org/apache/brooklyn/util/time/Duration.java | 8 ++
6 files changed, 204 insertions(+), 23 deletions(-)