You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2017/07/22 02:14:49 UTC

[10/10] brooklyn-server git commit: This closes #756

This closes #756


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/34efce10
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/34efce10
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/34efce10

Branch: refs/heads/master
Commit: 34efce10337f2b42f1810edc30ee2291a325ff59
Parents: 9795c47 ca9efdb
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Sat Jul 22 03:14:26 2017 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Sat Jul 22 03:14:26 2017 +0100

----------------------------------------------------------------------
 .../brooklyn/core/effector/AddEffector.java     |   2 +-
 .../apache/brooklyn/core/entity/Entities.java   |   4 +
 .../brooklyn/core/entity/EntityDynamicType.java |   3 +-
 .../apache/brooklyn/util/core/task/Tasks.java   |  28 ++
 .../core/effector/SampleManyTasksEffector.java  | 118 +++++++
 .../apache/brooklyn/rest/api/ActivityApi.java   |  12 +-
 .../brooklyn/rest/api/ApplicationApi.java       |   9 +-
 .../org/apache/brooklyn/rest/api/EntityApi.java |  14 +-
 .../rest/resources/ActivityResource.java        |  61 ++--
 .../brooklyn/rest/resources/EntityResource.java | 117 ++++++-
 .../rest/resources/ActivityRestTest.java        | 344 +++++++++++++++++++
 .../rest/resources/EffectorUtilsRestTest.java   |   1 +
 .../rest/resources/ErrorResponseTest.java       |   2 -
 13 files changed, 672 insertions(+), 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/34efce10/core/src/main/java/org/apache/brooklyn/util/core/task/Tasks.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/34efce10/rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/ActivityApi.java
----------------------------------------------------------------------