[5/7] brooklyn-server git commit: Extract CustomizeTemplateOptions and its implementations from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract CustomizeTemplateOptions and its implementations from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7582ebeb Tree:

[3/7] brooklyn-server git commit: Extract RebindToMachinePredicate from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract RebindToMachinePredicate from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e0c6e7e6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e0c6e7e6 Diff:

[6/7] brooklyn-server git commit: Extract CustomizeTemplateBuilder from JcloudsLocation

2016-12-20 Thread sjcorbett
Extract CustomizeTemplateBuilder from JcloudsLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f89ba453 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/f89ba453 Diff:

[2/7] brooklyn-server git commit: Move JcloudsLocation's logic for creating users to separate class

2016-12-20 Thread sjcorbett
Move JcloudsLocation's logic for creating users to separate class Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c93a79de Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c93a79de Diff:

[4/7] brooklyn-server git commit: Extract CustomizeTemplateOptions and its implementations from JcloudsLocation

2016-12-20 Thread sjcorbett
http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/7582ebeb/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/templates/customize/UserMetadataStringOption.java -- diff --git

[7/7] brooklyn-server git commit: This closes #484

2016-12-20 Thread sjcorbett
This closes #484 Small JcloudsLocation refactor Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/77070947 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/77070947 Diff:

[12/13] brooklyn-server git commit: DslAccessible replaces hard-coded package DSL white-listing

2016-12-20 Thread geomacy
DslAccessible replaces hard-coded package DSL white-listing Applying the DslAccessible annotation on any method allows it to be called by DSL Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f564aa81

[13/13] brooklyn-server git commit: This closes #482 DSL deferred execution

2016-12-20 Thread geomacy
This closes #482 DSL deferred execution Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/58b1de71 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/58b1de71 Diff:

[06/13] brooklyn-server git commit: Stop recursive resolving of DSL results on DslCallable

2016-12-20 Thread geomacy
Stop recursive resolving of DSL results on DslCallable Lets us call methods on DslCallable methods and at the same time resolve the object if it's the last of the chain. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[02/13] brooklyn-server git commit: Deprecate BDC.Functions.RegexReplacer - duplicate of StringFunctions.RegexReplacer

2016-12-20 Thread geomacy
Deprecate BDC.Functions.RegexReplacer - duplicate of StringFunctions.RegexReplacer Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/498a58c0 Tree:

[09/13] brooklyn-server git commit: Split Reflections.invokeMethodArgs into Method find and Method invoke

2016-12-20 Thread geomacy
Split Reflections.invokeMethodArgs into Method find and Method invoke Gives more control over what method gets executed. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/eb4ac4c1 Tree:

[05/13] brooklyn-server git commit: Tighten DSL function origin check, apply on deferred

2016-12-20 Thread geomacy
Tighten DSL function origin check, apply on deferred Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ddfe7336 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ddfe7336 Diff:

[01/13] brooklyn-server git commit: Basic coverage of DSL YAML parsing and evaluation

2016-12-20 Thread geomacy
Repository: brooklyn-server Updated Branches: refs/heads/master 923abe7b3 -> 58b1de717 Basic coverage of DSL YAML parsing and evaluation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2e0ee180 Tree:

[04/13] brooklyn-server git commit: Non-recursive ValueResolver

2016-12-20 Thread geomacy
Non-recursive ValueResolver Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/42bc7c13 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/42bc7c13 Diff:

[08/13] brooklyn-server git commit: Move test objects in the allowed package scope

2016-12-20 Thread geomacy
Move test objects in the allowed package scope Fixes tests which expect the DSL evaluated objects to be in the correct package. Adds tests to verify that objects outside of the package scope are inaccessible to DSL. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[10/13] brooklyn-server git commit: Provide mixins/facade DSL methods

2016-12-20 Thread geomacy
Provide mixins/facade DSL methods Allows us to call custom DSL methods on any object we are interested in without the object knowing about DSL. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b75b45c7

[11/13] brooklyn-server git commit: Rename DslCallable to DslFunctionSource and some cleanup

2016-12-20 Thread geomacy
Rename DslCallable to DslFunctionSource and some cleanup Addresses review comments. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/60c5c6fa Tree:

[03/13] brooklyn-server git commit: Deferred DSL evaluation, allowing for chaining

2016-12-20 Thread geomacy
Deferred DSL evaluation, allowing for chaining Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d71141ef Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d71141ef Diff:

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

2016-12-20 Thread aledsage
This closes #489 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/923abe7b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/923abe7b Diff:

[1/2] brooklyn-server git commit: BROOKLYN-409: add test

2016-12-20 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 5f1588ed2 -> 923abe7b3 BROOKLYN-409: add test Includes new osgi test bundle with prefix "com.example.brooklyn" Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: