This is an automated email from the ASF dual-hosted git repository.
iuliana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
from 026ea33a51 more tests for workflow shorthand processing
new b3870f2447 Added new step type for setting entity name
new 3766ed7548 merged with master
new 3bd89a4969 Merge pull request #1388 from iuliana/set-en-name
The 14145 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 | 68 ++++++++++++++++++++++
.../core/workflow/WorkflowStepDefinition.java | 2 +-
.../core/workflow/WorkflowStepResolution.java | 30 ++++++++++
.../steps/appmodel/AddPolicyWorkflowStep.java | 3 +-
.../appmodel/ApplyInitializerWorkflowStep.java | 10 +---
.../steps/appmodel/DeleteEntityWorkflowStep.java | 34 +----------
.../steps/appmodel/DeletePolicyWorkflowStep.java | 11 +---
.../steps/appmodel/ReparentEntityWorkflowStep.java | 9 +--
.../SetEntityNameWorkflowStep.java} | 31 +++++-----
.../workflow/steps/external/HttpWorkflowStep.java | 3 +-
.../brooklyn/core/workflow/WorkflowBasicTest.java | 1 +
karaf/init/src/main/resources/catalog.bom | 7 +++
12 files changed, 137 insertions(+), 72 deletions(-)
copy
core/src/main/java/org/apache/brooklyn/core/workflow/steps/{flow/SleepWorkflowStep.java
=> appmodel/SetEntityNameWorkflowStep.java} (59%)