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

2017-02-15 Thread heneveld
This closes #531 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/11048286 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/11048286 Diff:

[03/10] brooklyn-server git commit: fix CompositeEffector logic

2017-02-15 Thread heneveld
fix CompositeEffector logic Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/119ba5a4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/119ba5a4 Diff:

[05/10] brooklyn-server git commit: add CompositeEffectorYamlRebindTest

2017-02-15 Thread heneveld
add CompositeEffectorYamlRebindTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8809d5cd Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8809d5cd Diff:

[01/10] brooklyn-server git commit: Add DurationPredicates

2017-02-15 Thread heneveld
Repository: brooklyn-server Updated Branches: refs/heads/master 39301e0f7 -> 110482861 Add DurationPredicates Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/070c6f54 Tree:

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

2017-02-15 Thread heneveld
This closes #555 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/fd033127 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/fd033127 Diff:

[08/10] brooklyn-server git commit: fix merge errors

2017-02-15 Thread heneveld
fix merge errors Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1871a521 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1871a521 Diff:

[12/28] brooklyn-server git commit: fix version reference in config inheritance test

2017-02-15 Thread heneveld
fix version reference in config inheritance test Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/71776629 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/71776629 Diff:

[27/28] brooklyn-server git commit: Merge branch 'master' into inherit-config-default-values

2017-02-15 Thread heneveld
Merge branch 'master' into inherit-config-default-values Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0a55a824 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0a55a824 Diff:

[01/28] brooklyn-server git commit: fix test for taking default from parameter

2017-02-15 Thread heneveld
Repository: brooklyn-server Updated Branches: refs/heads/master 3c5981b57 -> 39301e0f7 fix test for taking default from parameter as per (1) at https://issues.apache.org/jira/browse/BROOKLYN-329 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[22/28] brooklyn-server git commit: add failing test from @geomacy

2017-02-15 Thread heneveld
add failing test from @geomacy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6560e581 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6560e581 Diff:

[17/28] brooklyn-server git commit: Merge branch 'master' into inherit-config-default-values

2017-02-15 Thread heneveld
Merge branch 'master' into inherit-config-default-values Conflicts: camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/ConfigParametersYamlTest.java core/src/main/java/org/apache/brooklyn/core/config/internal/AbstractConfigMapImpl.java

[26/28] brooklyn-server git commit: address PR comment, move list recompute to after loop

2017-02-15 Thread heneveld
address PR comment, move list recompute to after loop Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3529f176 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3529f176 Diff:

[21/28] brooklyn-server git commit: Config inheritance: test improvements

2017-02-15 Thread heneveld
Config inheritance: test improvements Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/49835acf Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/49835acf Diff:

[06/28] brooklyn-server git commit: document better config inheritance semantics

2017-02-15 Thread heneveld
document better config inheritance semantics Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/aef2c7c5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/aef2c7c5 Diff:

[02/28] brooklyn-server git commit: don't use transients as not reset on deserialization

2017-02-15 Thread heneveld
don't use transients as not reset on deserialization Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/536fb1a7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/536fb1a7 Diff:

[03/28] brooklyn-server git commit: migrate config inheritance to new classes

2017-02-15 Thread heneveld
migrate config inheritance to new classes pioneers use of `readResolve` that actually works brilliantly out of the box due to xstream also tidying `BasicConfigInheritance` and adding a placeholder (not used yet) for resolving ancestor defaults includes tests for config inheritance

[23/28] brooklyn-server git commit: use constants for the count checks in SpecParameterUnwrappingTest

2017-02-15 Thread heneveld
use constants for the count checks in SpecParameterUnwrappingTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/11a96606 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/11a96606 Diff:

[14/28] brooklyn-server git commit: merge default values in config inheritance

2017-02-15 Thread heneveld
merge default values in config inheritance as per (6) at https://issues.apache.org/jira/browse/BROOKLYN-329 (only does it for yaml parameters, but that's a limitation we can live with i think; notes included on doing it for java) also switches to new `fromString` which adjusts the

[04/28] brooklyn-server git commit: uncomment another assertion about inherited config

2017-02-15 Thread heneveld
uncomment another assertion about inherited config Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2d762c4c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2d762c4c Diff:

[10/28] brooklyn-server git commit: need to restrict keys to those present for ssh commands

2017-02-15 Thread heneveld
need to restrict keys to those present for ssh commands else we pick up `null` values ... alternatively could take declared and filter for nulls, but this change restores the old working behaviour if ever we need to get default values of keys when passing in this way, we should revert this and

[18/28] brooklyn-server git commit: address most PR comments

2017-02-15 Thread heneveld
address most PR comments still to do: * version refs in deprecation notes * geomacy's test case and parameter order * aled's tests * several comments from neykov re SpecParameterUnwrappingTest.java Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[20/28] brooklyn-server git commit: align signature as per PR comment, and trivial deprecation/warning fixes

2017-02-15 Thread heneveld
align signature as per PR comment, and trivial deprecation/warning fixes Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b1b84434 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b1b84434

[24/28] brooklyn-server git commit: fix so that list of declared config keys excludes those not reinherited

2017-02-15 Thread heneveld
fix so that list of declared config keys excludes those not reinherited Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/db1f7529 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/db1f7529

[11/28] brooklyn-server git commit: improve methods for retrieving config keys

2017-02-15 Thread heneveld
improve methods for retrieving config keys previously only looked at what was in the map, not what reference keys might be defined in the container (eg entity) as per (5) at https://issues.apache.org/jira/browse/BROOKLYN-329 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo

[13/28] brooklyn-server git commit: clean up SpecParameterUnwrappingTest

2017-02-15 Thread heneveld
clean up SpecParameterUnwrappingTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b66c5966 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b66c5966 Diff:

[05/28] brooklyn-server git commit: implement inheritance of config default values

2017-02-15 Thread heneveld
implement inheritance of config default values test and code changes to respect the additional inheritance argument added in the previous request: resolves https://issues.apache.org/jira/browse/BROOKLYN-267 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[19/28] brooklyn-server git commit: newly deprecated items now refer to 0.11.0 not 0.10.0

2017-02-15 Thread heneveld
newly deprecated items now refer to 0.11.0 not 0.10.0 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d2e23c42 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d2e23c42 Diff:

[28/28] brooklyn-server git commit: This closes #462

2017-02-15 Thread heneveld
This closes #462 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/39301e0f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/39301e0f Diff:

[07/28] brooklyn-server git commit: comments on parameter/config inheritance/merging

2017-02-15 Thread heneveld
comments on parameter/config inheritance/merging Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/944757ce Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/944757ce Diff:

[1/2] brooklyn-server git commit: REST endpoint for an activity children has `includeBackground` option

2017-02-15 Thread drigodwin
Repository: brooklyn-server Updated Branches: refs/heads/master 1c994df7d -> 3c5981b57 REST endpoint for an activity children has `includeBackground` option Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[2/2] brooklyn-server git commit: This closes #559

2017-02-15 Thread drigodwin
This closes #559 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3c5981b5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3c5981b5 Diff:

[02/10] brooklyn-server git commit: fix AddChildrenEffector to handle the problem cases just identified (json w params and/or dsl)

2017-02-15 Thread heneveld
fix AddChildrenEffector to handle the problem cases just identified (json w params and/or dsl) one failing test due to DSL toString process Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b3cc2dd5 Tree:

[08/10] brooklyn-server git commit: fixes from PR review

2017-02-15 Thread heneveld
fixes from PR review Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c8a462dd Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c8a462dd Diff:

[06/10] brooklyn-server git commit: add DSL support for config and attributeWhenReady to take functional arguments

2017-02-15 Thread heneveld
add DSL support for config and attributeWhenReady to take functional arguments implementing several of the tests marked WIP Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b70346cc Tree:

[10/10] brooklyn-server git commit: Merge branch 'master' of https://github.com/apache/brooklyn-server

2017-02-15 Thread heneveld
Merge branch 'master' of https://github.com/apache/brooklyn-server Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1c994df7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1c994df7 Diff:

[07/10] brooklyn-server git commit: Merge branch 'master' into tidy-add-children-effector

2017-02-15 Thread heneveld
Merge branch 'master' into tidy-add-children-effector Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a1b5e3f4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a1b5e3f4 Diff:

[01/10] brooklyn-server git commit: tests indicating current behaviour, including things we don't like

2017-02-15 Thread heneveld
Repository: brooklyn-server Updated Branches: refs/heads/master 38396711d -> 1c994df7d tests indicating current behaviour, including things we don't like Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[04/10] brooklyn-server git commit: Improve DSL toString methods to produce re-parseable output

2017-02-15 Thread heneveld
Improve DSL toString methods to produce re-parseable output Adding a simpler way to test the DSL, and adding support for entity("ID") where ID is the internal ID (also allowing more complex items entity(config("targetEntity")). Project:

[03/10] brooklyn-server git commit: tidy of CreatePassword test

2017-02-15 Thread heneveld
tidy of CreatePassword test no reason for it to be integration, or to use EmptySoftware, or be in a package called "policy" Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/df62c17f Tree:

[05/10] brooklyn-server git commit: fix test failures where error message slightly changed

2017-02-15 Thread heneveld
fix test failures where error message slightly changed and remove extra $brooklyn:$brooklyn, with test Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/db14c5e0 Tree:

[1/2] brooklyn-server git commit: BROOKLYN-433: regex/obj config key constraint in yaml

2017-02-15 Thread drigodwin
Repository: brooklyn-server Updated Branches: refs/heads/master 0f649fe17 -> 38396711d BROOKLYN-433: regex/obj config key constraint in yaml Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4bda12b7

[2/2] brooklyn-server git commit: This closes #558

2017-02-15 Thread drigodwin
This closes #558 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/38396711 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/38396711 Diff:

[2/2] brooklyn-client git commit: This closes #39

2017-02-15 Thread drigodwin
This closes #39 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/fa2d7b3d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/fa2d7b3d Diff:

[1/2] brooklyn-client git commit: adds flag for connecting to servers using self-sign ssl, fixing existing code that handles flags

2017-02-15 Thread drigodwin
Repository: brooklyn-client Updated Branches: refs/heads/master 88bb5e7bd -> fa2d7b3db adds flag for connecting to servers using self-sign ssl, fixing existing code that handles flags Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: