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 39f67492e1 Merge remote-tracking branch
'algairim/add-children-initializer'
add 698913cf5a Adds ApiResponse to AccessApi, ActivityApi, AdjunctApi
add 8083aee685 Adds ApiResponse to ApplicationApi
add 9ff387c364 Adds ApiResponse to CatalogApi
add 01f6096a30 Adds ApiResponse to EffectorApi
add 432d31c093 Adds ApiResponse to EntityApi
add a6de0edcb5 Adds ApiResponse to EntityConfigApi
add b78085643f Adds ApiResponse to LocationApi
add 84c428167b Adds ApiResponse to LogbookApi
add 241d25c26f Adds ApiResponse to LogoutApi
add f44491d093 Adds ApiResponse to ScriptApi
add 3a4fd028fc Adds ApiResponse to SensorApi
add bc5a3df6bd Adds ApiResponse to ServerApi
add 07649e0109 Adds ApiResponse to TypeApi
add df86d95758 Adds ApiResponse to UsageApi
add 0d0b5fa4a1 Adds ApiResponse to BundleApi
new 258aef521e Merge remote-tracking branch 'nakomis/add-api-response'
The 1 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:
.../org/apache/brooklyn/rest/api/AccessApi.java | 16 ++-
.../org/apache/brooklyn/rest/api/ActivityApi.java | 35 ++++-
.../org/apache/brooklyn/rest/api/AdjunctApi.java | 70 ++++++++--
.../apache/brooklyn/rest/api/ApplicationApi.java | 114 ++++++++++++++--
.../org/apache/brooklyn/rest/api/BundleApi.java | 80 ++++++++++-
.../org/apache/brooklyn/rest/api/CatalogApi.java | 149 ++++++++++++++++++---
.../org/apache/brooklyn/rest/api/EffectorApi.java | 12 +-
.../org/apache/brooklyn/rest/api/EntityApi.java | 134 +++++++++++++++---
.../apache/brooklyn/rest/api/EntityConfigApi.java | 37 ++++-
.../org/apache/brooklyn/rest/api/LocationApi.java | 38 +++++-
.../org/apache/brooklyn/rest/api/LogbookApi.java | 10 +-
.../org/apache/brooklyn/rest/api/LogoutApi.java | 22 ++-
.../org/apache/brooklyn/rest/api/ScriptApi.java | 10 +-
.../org/apache/brooklyn/rest/api/SensorApi.java | 45 ++++++-
.../org/apache/brooklyn/rest/api/ServerApi.java | 125 ++++++++++++++++-
.../java/org/apache/brooklyn/rest/api/TypeApi.java | 32 ++++-
.../org/apache/brooklyn/rest/api/UsageApi.java | 25 +++-
17 files changed, 848 insertions(+), 106 deletions(-)