This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 0b8bef713a0aeaada88ba33eefc043ad8866dabf Merge: 94a674b e926d63 Author: Alex Heneveld <[email protected]> AuthorDate: Mon May 3 09:29:14 2021 +0100 This closes #1168 .../org/apache/brooklyn/rest/api/EntityApi.java | 9 ++ .../brooklyn/rest/domain/RelationSummary.java | 72 +++++++++ .../apache/brooklyn/rest/domain/RelationType.java | 79 ++++++++++ .../rest/resources/ApplicationResource.java | 5 +- .../brooklyn/rest/resources/EntityResource.java | 22 +-- .../brooklyn/rest/util/EntityRelationUtils.java | 49 +++++++ .../rest/resources/ApplicationResourceTest.java | 11 -- .../resources/EntityRelationsResourceTest.java | 162 +++++++++++++++++++++ .../rest/testing/BrooklynRestResourceTest.java | 11 ++ 9 files changed, 399 insertions(+), 21 deletions(-)
