[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81126447 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81126432 --- Diff: core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java --- @@ -331,12 +337,19 @@ public ConfigInheritance

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81126063 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in the

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81125194 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/transform/EntityTransformer.java --- @@ -162,7 +163,7 @@ public static

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81124997 --- Diff: core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java --- @@ -331,12 +337,19 @@ public ConfigInheritance

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81124480 --- Diff: core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java --- @@ -331,12 +337,19 @@ public ConfigInheritance

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81124282 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/transform/EntityTransformer.java --- @@ -162,7 +163,7 @@ public static

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81124231 --- Diff: core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java --- @@ -331,12 +337,19 @@ public ConfigInheritance

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81123322 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81122524 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in the

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81122413 --- Diff: core/src/main/java/org/apache/brooklyn/core/objs/BasicSpecParameter.java --- @@ -247,17 +248,17 @@ public String toString() {

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread tbouron
Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81122326 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81122190 --- Diff: core/src/main/java/org/apache/brooklyn/core/objs/BasicSpecParameter.java --- @@ -247,17 +248,17 @@ public String toString() {

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81121933 --- Diff: core/src/main/java/org/apache/brooklyn/core/config/BasicConfigKey.java --- @@ -331,12 +337,19 @@ public ConfigInheritance

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-29 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/358#discussion_r81121259 --- Diff: api/src/main/java/org/apache/brooklyn/api/catalog/CatalogConfig.java --- @@ -34,5 +34,7 @@ * a higher value appears higher in the

[GitHub] brooklyn-server pull request #358: Allow REST API to return the config key's...

2016-09-28 Thread tbouron
GitHub user tbouron opened a pull request: https://github.com/apache/brooklyn-server/pull/358 Allow REST API to return the config key's constraints for catalog apps Based on https://github.com/apache/brooklyn-server/pull/354 (needs to be merged first) This changes the