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 dd07beb  Added specList for types to be displayed int catalog
     new e812e0f  make spec hierarchy tags more strongly typed, with logic in 
clearer places, and conversion to strongly-typed representations done 
just-in-time if needed
     new 4f8c8fe  tidy spec history summaries, show when based on another type, 
or when it's the root blueprint
     new 0adb476  add depth_in_ancestor tags to all entity specs and entities
     new 0d68529  Merge branch 'master' into depth-tags
     new 6688770  call it `spec_hierarchy` and let it take a list when supplied 
via catalog
     new 8abcb0c  use single-key map style for spec_hierarchy in live specs and 
entities, as well as catalog
     new b18dd9c  This closes #1177

The 7 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:
 .../spi/creation/CampTypePlanTransformer.java      |   6 +-
 .../catalog/CatalogOsgiYamlTemplateTest.java       |  36 ++-
 .../CatalogYamlEntityOsgiTypeRegistryTest.java     |  22 +-
 .../brooklyn/catalog/CatalogYamlEntityTest.java    |  11 +-
 .../brooklyn/catalog/CatalogYamlTemplateTest.java  |   4 +-
 .../brooklyn/core/entity/AbstractEntity.java       |   2 +-
 .../apache/brooklyn/core/mgmt/BrooklynTags.java    | 295 +++++++++++++++------
 .../core/mgmt/internal/LocalEntityManager.java     |   2 +-
 .../core/objs/proxy/InternalEntityFactory.java     |   2 +-
 .../core/typereg/AbstractTypePlanTransformer.java  |  68 +++--
 .../typereg/JavaClassNameTypePlanTransformer.java  |   3 +-
 .../brooklyn/core/typereg/RegisteredTypes.java     |  18 +-
 .../internal/StaticTypePlanTransformer.java        |   5 +-
 .../core/location/LocationManagementTest.java      |   2 +-
 .../typereg/ExampleXmlTypePlanTransformer.java     |   5 +-
 .../apache/brooklyn/karaf/commands/EntityInfo.java |   2 +-
 .../brooklyn/rest/resources/EntityResource.java    |   8 +-
 .../brooklyn/rest/transform/TypeTransformer.java   |  15 +-
 .../SoftwareProcessLocationUnmanageTest.java       |   4 +-
 19 files changed, 344 insertions(+), 166 deletions(-)

Reply via email to