[1/2] brooklyn-dist git commit: Make archetypeRepository configurable

2016-09-28 Thread aledsage
Repository: brooklyn-dist Updated Branches: refs/heads/master 7ca4ddc77 -> c259d6f20 Make archetypeRepository configurable If archetypeRepository is set when using the quickstart archetype, then add that URL to the pom.xml. This allows a customer’s private maven artifactory to be used for

[2/2] brooklyn-dist git commit: This closes #51

2016-09-28 Thread aledsage
This closes #51 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/c259d6f2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/c259d6f2 Diff:

[1/3] brooklyn-client git commit: Updated resteasy version

2016-09-27 Thread aledsage
Repository: brooklyn-client Updated Branches: refs/heads/master 8d0c3264e -> ff8224c37 Updated resteasy version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/e1990720 Tree:

[2/3] brooklyn-client git commit: updated resteasy to 3.0.19.Final

2016-09-27 Thread aledsage
updated resteasy to 3.0.19.Final Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/b6bfc5e4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/b6bfc5e4 Diff:

[3/3] brooklyn-client git commit: This closes #28

2016-09-27 Thread aledsage
This closes #28 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/ff8224c3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/ff8224c3 Diff:

[2/5] brooklyn-server git commit: Replace MultimapSerializer with jackson-datatype-guava library

2016-09-27 Thread aledsage
Replace MultimapSerializer with jackson-datatype-guava library Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/53778394 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/53778394 Diff:

[4/5] brooklyn-server git commit: Added Jackson dependencies to swagger

2016-09-27 Thread aledsage
Added Jackson dependencies to swagger Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6453a6f1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6453a6f1 Diff:

[5/5] brooklyn-server git commit: This closes #339

2016-09-27 Thread aledsage
This closes #339 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d9e4bac3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d9e4bac3 Diff:

[3/5] brooklyn-server git commit: Added exclusions such that swagger no longer pulls in jackson

2016-09-27 Thread aledsage
Added exclusions such that swagger no longer pulls in jackson Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b214d37a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b214d37a Diff:

[1/5] brooklyn-server git commit: Updated jackson version

2016-09-27 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 89eb50cf4 -> d9e4bac32 Updated jackson version Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/de125b71 Tree:

[1/4] brooklyn-server git commit: Mark blueprint integration tests as “Broken”

2016-09-23 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 0bc231224 -> 6418c335f Mark blueprint integration tests as “Broken” The brooklyn-server repo does not include entities in brooklyn-library, such as MongoDB, so cannot be tested here. It should really be deleted (once we move

[3/4] brooklyn-server git commit: Re-write CreateUserPolicyTest to use RecordingSshTool

2016-09-23 Thread aledsage
Re-write CreateUserPolicyTest to use RecordingSshTool Previously it use its own RecordingSshMachineLocation, so changing it to use our more standard mechanism. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[4/4] brooklyn-server git commit: This closes #349

2016-09-23 Thread aledsage
This closes #349 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6418c335 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6418c335 Diff:

[2/4] brooklyn-server git commit: Fix vanilla-software-process-with-resource.yaml

2016-09-23 Thread aledsage
Fix vanilla-software-process-with-resource.yaml Typo of “tempalte” broke integration test, which broke org.apache.brooklyn.rest.test.entity.VanillaSoftwareProcessTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2016-09-23 Thread aledsage
This closes #348 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0bc23122 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0bc23122 Diff:

[1/2] brooklyn-server git commit: Fix SharedLocationSecurityGroupCustomizer.udpPortRanges

2016-09-23 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 21a36649b -> 0bc231224 Fix SharedLocationSecurityGroupCustomizer.udpPortRanges Previously it was ImmutableList so could not be used from YAML; changed to a normal List. Project:

[1/2] brooklyn-server git commit: Add more tests to TemplateProcessorTest

2016-09-23 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 9b602930b -> 21a36649b Add more tests to TemplateProcessorTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2c17af0f Tree:

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

2016-09-23 Thread aledsage
This closes #347 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/21a36649 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/21a36649 Diff:

[1/2] brooklyn-server git commit: Fix LocalUsageManagerTest

2016-09-23 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 25120edc6 -> 9b602930b Fix LocalUsageManagerTest shouldSkipOnBoxBaseDirResolution return type was changed from boolean to Boolean in super-class. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2016-09-23 Thread aledsage
This closes #346 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9b602930 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9b602930 Diff:

[2/2] brooklyn-docs git commit: This closes #109

2016-09-21 Thread aledsage
This closes #109 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cf63c03d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/cf63c03d Diff:

[2/3] brooklyn-docs git commit: Addressed PR comments

2016-09-12 Thread aledsage
Addressed PR comments Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f1145542 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f1145542 Diff:

[1/3] brooklyn-docs git commit: Various fixes. Mainly changing relative links to absolute links

2016-09-12 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master ac19b2dc9 -> cceb1b84b Various fixes. Mainly changing relative links to absolute links Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/15855d84

[3/3] brooklyn-docs git commit: This closes #105

2016-09-12 Thread aledsage
This closes #105 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cceb1b84 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/cceb1b84 Diff:

[1/2] brooklyn-docs git commit: Instructions for openstack-mitaka-nova

2016-09-12 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 9bb079f24 -> ac19b2dc9 Instructions for openstack-mitaka-nova Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/60a34e7b Tree:

[2/2] brooklyn-docs git commit: This closes #106

2016-09-12 Thread aledsage
This closes #106 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/9bb079f2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/9bb079f2 Diff:

[2/2] brooklyn-docs git commit: This closes #103

2016-08-31 Thread aledsage
This closes #103 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/25a6f594 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/25a6f594 Diff:

[1/2] brooklyn-docs git commit: Adds troubleshooting for chrome “waiting for available socket”

2016-08-31 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 8086ff155 -> 25a6f5945 Adds troubleshooting for chrome “waiting for available socket” Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit:

[1/4] brooklyn-docs git commit: added more to deployment troubleshooting section

2016-08-31 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master a77ce616b -> 8086ff155 added more to deployment troubleshooting section Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/93e2a6ad Tree:

[2/4] brooklyn-docs git commit: further tweaks to troubleshooting page

2016-08-31 Thread aledsage
further tweaks to troubleshooting page Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/34df9073 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/34df9073 Diff:

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

2016-08-30 Thread aledsage
This closes #312 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4ed0e6e7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4ed0e6e7 Diff:

[1/2] brooklyn-server git commit: Don't trigger karaf-init bundle reload when editing etc/o.a.b.osgilauncher.cfg

2016-08-30 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 9679a382b -> 4ed0e6e7b Don't trigger karaf-init bundle reload when editing etc/o.a.b.osgilauncher.cfg Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2016-08-30 Thread aledsage
This closes #311 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/20bc931d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/20bc931d Diff:

[1/2] brooklyn-server git commit: Open iptables by default

2016-08-30 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master ffba2c272 -> 20bc931d0 Open iptables by default All blueprints using centos are failing if they don't specify this option manually Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/2] brooklyn-server git commit: Do not inherit entity config defaultDisplayName

2016-08-29 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 50d5beeed -> c95d6ff86 Do not inherit entity config defaultDisplayName Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/dc2e14e5 Tree:

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

2016-08-29 Thread aledsage
This closes #309 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c95d6ff8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c95d6ff8 Diff:

[3/3] brooklyn-server git commit: This closes #276

2016-08-23 Thread aledsage
This closes #276 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/434e2621 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/434e2621 Diff:

[2/3] brooklyn-server git commit: InboundPortsJcloudsLocationCustomizer

2016-08-23 Thread aledsage
InboundPortsJcloudsLocationCustomizer Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2e736083 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2e736083 Diff:

[1/3] brooklyn-server git commit: Effector for opening inbound ports in security group

2016-08-23 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 375bb88de -> 434e26211 Effector for opening inbound ports in security group - Live tests examining security groups (the effector will return error when called before machine location is provisioned) Project:

[2/2] brooklyn-library git commit: This closes #61

2016-08-18 Thread aledsage
This closes #61 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/b14b946e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/b14b946e Diff:

[1/2] brooklyn-docs git commit: Updated the maven archetype doc to more explicity show adding the JAR to Brooklyn

2016-08-18 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 284fd72d2 -> 7df556977 Updated the maven archetype doc to more explicity show adding the JAR to Brooklyn Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit:

[1/2] brooklyn-ui git commit: Make absolute paths relative

2016-08-17 Thread aledsage
Repository: brooklyn-ui Updated Branches: refs/heads/master b6a2a7028 -> 0ebdb5c99 Make absolute paths relative Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/e2538391 Tree:

[1/2] brooklyn-server git commit: Add Shared security group customizer

2016-08-17 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master a36b6412d -> ceeb02207 Add Shared security group customizer Can be instantiated in yaml Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2016-08-17 Thread aledsage
This closes #292 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ceeb0220 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ceeb0220 Diff:

[3/4] brooklyn-server git commit: Improved $brooklyn:object() DSL.

2016-08-15 Thread aledsage
Improved $brooklyn:object() DSL. - Support parameterised constructors - Support static factory methods Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/26af0a21 Tree:

[1/4] brooklyn-server git commit: Convenience predicates to test attributes + config by name.

2016-08-15 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 215c02cb5 -> 374e01f41 Convenience predicates to test attributes + config by name. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/3] brooklyn-server git commit: Add BrooklynNetworkUtils.portRulesToRanges(Collection)

2016-08-12 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master b4b48b3fd -> d69fda26e Add BrooklynNetworkUtils.portRulesToRanges(Collection) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2a950a5f

[2/3] brooklyn-server git commit: BrooklynNetworkUtils.portRulesToRanges: code tidy

2016-08-11 Thread aledsage
BrooklynNetworkUtils.portRulesToRanges: code tidy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9886c695 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9886c695 Diff:

[5/6] brooklyn-server git commit: Adds SshCommandSensorYamlTest

2016-08-11 Thread aledsage
Adds SshCommandSensorYamlTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3eb85d36 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3eb85d36 Diff:

[6/6] brooklyn-server git commit: This closes #296

2016-08-11 Thread aledsage
This closes #296 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b4b48b3f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b4b48b3f Diff:

[1/3] brooklyn-server git commit: Add more assertions to SoftwareProcessEntityFeedRebindTest

2016-08-11 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 48ff670c0 -> 6f148be98 Add more assertions to SoftwareProcessEntityFeedRebindTest Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/63fb8345

[2/3] brooklyn-server git commit: Make SoftwareProcess.connectServiceUpIsRunning period configurable

2016-08-11 Thread aledsage
Make SoftwareProcess.connectServiceUpIsRunning period configurable Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/38fff659 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/38fff659 Diff:

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

2016-08-11 Thread aledsage
This closes #293 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5801b28b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5801b28b Diff:

[6/8] brooklyn-server git commit: TestSensor: support abortConditions

2016-08-09 Thread aledsage
TestSensor: support abortConditions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3e1171f7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3e1171f7 Diff:

[8/8] brooklyn-server git commit: This closes #277

2016-08-09 Thread aledsage
This closes #277 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1a878964 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/1a878964 Diff:

[7/8] brooklyn-server git commit: Code tidy for test BrooklynMementoPersisterInMemorySize

2016-08-09 Thread aledsage
Code tidy for test BrooklynMementoPersisterInMemorySize And increase persistPeriod to decrease risk of failure on jenkins Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3d5833d1 Tree:

[1/3] brooklyn-server git commit: Add Exceptions.propagateIfInterrupt

2016-08-09 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master ddb6acc92 -> da14297bb Add Exceptions.propagateIfInterrupt Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9f2f17f9 Tree:

[3/3] brooklyn-server git commit: This closes #284

2016-08-09 Thread aledsage
This closes #284 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/da14297b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/da14297b Diff:

[2/2] brooklyn-library git commit: This closes #58

2016-08-08 Thread aledsage
This closes #58 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/69efaf57 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/69efaf57 Diff:

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

2016-08-05 Thread aledsage
This closes #289 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ddb6acc9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ddb6acc9 Diff:

[1/2] brooklyn-server git commit: Fix non-deterministic test of SpecParameter by choosing correct entity

2016-08-05 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 94e09e0e4 -> ddb6acc92 Fix non-deterministic test of SpecParameter by choosing correct entity Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

[1/2] brooklyn-library git commit: Added wait to restart effector

2016-08-04 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 532f373f7 -> fe4421821 Added wait to restart effector Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/539744d7 Tree:

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

2016-08-04 Thread aledsage
This closes #290 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/94e09e0e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/94e09e0e Diff:

[1/2] brooklyn-server git commit: Upgrade NSS on yum based systems

2016-08-04 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master e1c310f5f -> 94e09e0e4 Upgrade NSS on yum based systems Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f758dfb9 Tree:

[2/2] brooklyn-docs git commit: This closes #99

2016-08-04 Thread aledsage
This closes #99 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/284fd72d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/284fd72d Diff:

[1/5] brooklyn-docs git commit: Improve location docs

2016-08-03 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 35153dd11 -> 3f2495a3d Improve location docs Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/2be644e1 Tree:

[2/5] brooklyn-docs git commit: Fix some broken links

2016-08-03 Thread aledsage
Fix some broken links Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/bcad595f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/bcad595f Diff:

[5/5] brooklyn-docs git commit: This closes #98

2016-08-03 Thread aledsage
This closes #98 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/3f2495a3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/3f2495a3 Diff:

[3/3] brooklyn-server git commit: This closes #286

2016-08-03 Thread aledsage
This closes #286 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e1c310f5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e1c310f5 Diff:

[1/3] brooklyn-server git commit: code tidy: SoftwareProcess tests

2016-08-03 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 636851100 -> e1c310f5f code tidy: SoftwareProcess tests Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9d32882b Tree:

[2/3] brooklyn-server git commit: BROOKLYN-322: feeds don’t poll if entity unmanaged

2016-08-03 Thread aledsage
BROOKLYN-322: feeds don’t poll if entity unmanaged Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b54814d3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b54814d3 Diff:

[1/2] brooklyn-server git commit: Make dontRequireTtyForSudo idenpotent to prevent race condition with mutiple entities

2016-08-02 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 53f485826 -> 636851100 Make dontRequireTtyForSudo idenpotent to prevent race condition with mutiple entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit:

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

2016-08-02 Thread aledsage
This closes #283 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/63685110 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/63685110 Diff:

[1/2] brooklyn-server git commit: rest api: entity/spec returns unquoted text_plain

2016-08-02 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 56f7258e8 -> 53f485826 rest api: entity/spec returns unquoted text_plain Previously it returned json: * it wrapped it in quotes. * it did strange things with \n: the result rendered as “\n” rather than actual new-line

[1/2] brooklyn-library git commit: Support proxying with TLS client certificates in Nginx

2016-07-29 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master a06cb1554 -> 532f373f7 Support proxying with TLS client certificates in Nginx Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/835ba7e9

[1/2] brooklyn-docs git commit: Added docs for Cleaning Orphaned State

2016-07-22 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 95e2ce5a4 -> adcc10826 Added docs for Cleaning Orphaned State Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/c298c28e Tree:

[2/2] brooklyn-docs git commit: This closes #96

2016-07-22 Thread aledsage
This closes #96 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/adcc1082 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/adcc1082 Diff:

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

2016-07-22 Thread aledsage
This closes #273 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4e205233 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4e205233 Diff:

[1/2] brooklyn-server git commit: orphaned-state deletion: keep PortForwardManagers

2016-07-22 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 404294956 -> 29039cb8c orphaned-state deletion: keep PortForwardManagers Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/19abd228 Tree:

[1/2] brooklyn-server git commit: State transformations: support deletions

2016-07-22 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master b87c20b18 -> 404294956 State transformations: support deletions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/49a4774a Tree:

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

2016-07-22 Thread aledsage
This closes #270 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/40429495 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/40429495 Diff:

[1/2] brooklyn-server git commit: cleanOrphanedState: minor tidies

2016-07-21 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master f8eb654c7 -> b87c20b18 cleanOrphanedState: minor tidies Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f2f63570 Tree:

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

2016-07-21 Thread aledsage
This closes #268 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b87c20b1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b87c20b1 Diff:

[06/11] brooklyn-server git commit: Cleanup code in CleanOrphanedLocationsIntegrationTest

2016-07-20 Thread aledsage
Cleanup code in CleanOrphanedLocationsIntegrationTest - update test testCleanedCopiedPersistedState Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/cdb62f23 Tree:

[11/11] brooklyn-server git commit: This closes #264

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

[02/11] brooklyn-server git commit: Extend XmlUtil#xpath signature

2016-07-20 Thread aledsage
Extend XmlUtil#xpath signature Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c7c8db5d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c7c8db5d Diff:

[08/11] brooklyn-server git commit: XmlUtilTest: add more tests

2016-07-20 Thread aledsage
XmlUtilTest: add more tests Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/5253d4b6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5253d4b6 Diff:

[07/11] brooklyn-server git commit: deleting orphaned loss: more testing + code tidy

2016-07-20 Thread aledsage
deleting orphaned loss: more testing + code tidy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4d0c4b8c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/4d0c4b8c Diff:

[05/11] brooklyn-server git commit: Fix for keeping location from more references

2016-07-20 Thread aledsage
Fix for keeping location from more references Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/34afc03d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/34afc03d Diff:

[03/11] brooklyn-server git commit: Cleaner for the old dangling references

2016-07-20 Thread aledsage
Cleaner for the old dangling references Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/59f8e8b4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/59f8e8b4 Diff:

[09/11] brooklyn-server git commit: deleting orphaned state: many fixes/tidies

2016-07-20 Thread aledsage
deleting orphaned state: many fixes/tidies Now supports deleting enrichers/policies/feeds that have become orphaned. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/660956f7 Tree:

[01/11] brooklyn-server git commit: Adds CleanOrphanedLocationsTest unit test

2016-07-20 Thread aledsage
Repository: brooklyn-server Updated Branches: refs/heads/master 284f110a8 -> f8eb654c7 Adds CleanOrphanedLocationsTest unit 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/fa578d5c Tree:

[2/2] brooklyn-library git commit: This closes #49

2016-07-20 Thread aledsage
This closes #49 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/7b1a9f76 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/7b1a9f76 Diff:

[1/2] brooklyn-library git commit: BROOKLYN-313: test with ControlledDynamicWebAppCluster

2016-07-20 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 41d229808 -> 7b1a9f763 BROOKLYN-313: test with ControlledDynamicWebAppCluster Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a3b05161

[1/2] brooklyn-library git commit: Fix riak (configureInternalNetwork throwing NPE)

2016-07-20 Thread aledsage
Repository: brooklyn-library Updated Branches: refs/heads/master 1de87f9e7 -> 41d229808 Fix riak (configureInternalNetwork throwing NPE) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/da264093 Tree:

[2/2] brooklyn-library git commit: This closes #52

2016-07-20 Thread aledsage
This closes #52 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/41d22980 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/41d22980 Diff:

[1/2] brooklyn-docs git commit: Add to blueprinting-tips

2016-07-20 Thread aledsage
Repository: brooklyn-docs Updated Branches: refs/heads/master 8567739e2 -> 95e2ce5a4 Add to blueprinting-tips Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cf24d4a0 Tree:

[2/2] brooklyn-docs git commit: This closes #93

2016-07-20 Thread aledsage
This closes #93 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/95e2ce5a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/95e2ce5a Diff:

[2/5] brooklyn-server git commit: Adds VanillaSoftwareProcessTest (as non-integration)

2016-07-19 Thread aledsage
Adds VanillaSoftwareProcessTest (as non-integration) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/13ce4cb8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/13ce4cb8 Diff:

[4/5] brooklyn-server git commit: Adds VanillaWindowsProcessTest (non-live)

2016-07-19 Thread aledsage
Adds VanillaWindowsProcessTest (non-live) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d24e0de1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d24e0de1 Diff:

<    2   3   4   5   6   7   8   9   10   11   >