[1/2] brooklyn-server git commit: remove ATTENTION folder

2016-02-03 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master d03f254ba -> 90eb128ba remove ATTENTION folder Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2157b758 Tree: http://git-wip-us.apache.org

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

2016-02-03 Thread grkvlt
This closes #2 * upstream/pr/2: remove ATTENTION folder Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/90eb128b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/90eb128b Diff: http://gi

[08/10] brooklyn-server git commit: Fix XML serialiser for SpecConverter

2016-03-22 Thread grkvlt
Fix XML serialiser for SpecConverter It was not thread-safe. The XmlMementoSerializer uses a single instance of SpecConverter. If multiple threads tried to deserialise different objects at the same time, they’d overwrite the “instance” value and cause serious problems deserialising. Now use

[03/10] brooklyn-server git commit: ServerPool: creates/registers single ServerPoolLocation

2016-03-22 Thread grkvlt
ServerPool: creates/registers single ServerPoolLocation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9f1a1208 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/9f1a1208 Diff: http://git-w

[02/10] brooklyn-server git commit: Clocker pattern: change how LocationRegistry used

2016-03-22 Thread grkvlt
Clocker pattern: change how LocationRegistry used Adds DynamicLocation.register() and .deregister() Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/453183f1 Tree: http://git-wip-us.apache.org/repos/asf/bro

[01/10] brooklyn-server git commit: Test the Clocker pattern (of LocationOwner and DynamicLocation)

2016-03-22 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 1e5f3b608 -> b8211ed17 Test the Clocker pattern (of LocationOwner and DynamicLocation) Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/292

[05/10] brooklyn-server git commit: BROOKLYN-242: fix race in BasicTest.get()

2016-03-22 Thread grkvlt
BROOKLYN-242: fix race in BasicTest.get() Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3df2b8b4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/3df2b8b4 Diff: http://git-wip-us.apache.or

[04/10] brooklyn-server git commit: NotUpDiagnostics: don’t collect if starting && !up

2016-03-22 Thread grkvlt
NotUpDiagnostics: don’t collect if starting && !up Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0b9682b8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0b9682b8 Diff: http://git-wip-u

[06/10] brooklyn-server git commit: Fix log.warn when calling Location.unmanage

2016-03-22 Thread grkvlt
Fix log.warn when calling Location.unmanage Previously, if a location being unmanaged had a parent, we’d try to unmanaged it twice - the second time would give a log.warn Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn

[09/10] brooklyn-server git commit: Clocker-testing: fix where we delete the location

2016-03-22 Thread grkvlt
Clocker-testing: fix where we delete the location Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b59fda75 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b59fda75 Diff: http://git-wip-us.a

[07/10] brooklyn-server git commit: LocationFactor’s “special constructor” for pre-existing loc

2016-03-22 Thread grkvlt
LocationFactor’s “special constructor” for pre-existing loc If location already existed, then don’t try to manage it and don’t reset its config. Previously we got a log.warn about an attempt to manage the location when it was already managed. Project: http://git-wip-us.apache.org/repos/

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

2016-03-22 Thread grkvlt
This closes #59 * github/pr/59: Clocker-testing: fix where we delete the location Fix XML serialiser for SpecConverter LocationFactor’s “special constructor” for pre-existing loc Fix log.warn when calling Location.unmanage BROOKLYN-242: fix race in BasicTest.get() NotUpDiagnostic

brooklyn-server git commit: Fix check for SL VLAN settings

2016-03-28 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master f66d1ad44 -> 6727aa620 Fix check for SL VLAN settings Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6727aa62 Tree: http://git-wip-us.apa

brooklyn-server git commit: Fix RAT and Git to ignore .externalToolBuilders files

2016-04-08 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master b0cf4a62a -> a9f9df458 Fix RAT and Git to ignore .externalToolBuilders files Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a9f9df45 Tree

[1/2] brooklyn-server git commit: Fix conversion of unsigned bytes to IP addresses

2016-04-20 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 3b746e3ec -> 9fb41938f Fix conversion of unsigned bytes to IP addresses Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e500b191 Tree: htt

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

2016-04-20 Thread grkvlt
This closes #117 * github/pr/117: Fix conversion of unsigned bytes to IP addresses Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9fb41938 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tr

[2/6] brooklyn-server git commit: Allow snapshot catalog items to be updated

2016-06-06 Thread grkvlt
Allow snapshot catalog items to be updated Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/46288037 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/46288037 Diff: http://git-wip-us.apache.

[3/6] brooklyn-server git commit: Add test for -SNAPSHOT versus other versions

2016-06-06 Thread grkvlt
Add test for -SNAPSHOT versus other versions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/44128c5c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/44128c5c Diff: http://git-wip-us.apach

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

2016-06-06 Thread grkvlt
This closes #179 * github/pr/179: Allow snapshot catalog items to be updated Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/efdad2f7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/efd

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

2016-06-06 Thread grkvlt
This closes #127 * github/pr/127: Call Strings.trimEnd() on SSH sensor command output Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f02f6d33 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server

[1/6] brooklyn-server git commit: Call Strings.trimEnd() on SSH sensor command output

2016-06-06 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 9f7a7787a -> 2276de020 Call Strings.trimEnd() on SSH sensor command output Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/33b0b1c8 Tree:

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

2016-06-06 Thread grkvlt
This closes #183 * github/pr/183: Add test for -SNAPSHOT versus other versions Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2276de02 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2

[1/5] brooklyn-server git commit: Stop feeds when stopping software process

2016-06-22 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 99d073f62 -> af4576d09 Stop feeds when stopping software 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/aff11448 Tree: http://git

[2/5] brooklyn-server git commit: Moved sensor feed for machine metrics to an EntityInitializer

2016-06-22 Thread grkvlt
Moved sensor feed for machine metrics to an EntityInitializer - Refactor MachineEntity to use new initializer - Configure enrichers for memory deltas - Update FeedSupport in AbstractEntity - Fix typos in AutoScalerPolicy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit

[4/5] brooklyn-server git commit: Changes based on review comments for machine metrics

2016-06-22 Thread grkvlt
Changes based on review comments for machine metrics - Move metrics enricher creation to init method of MachineEntity - Enqueue parallel task to stop process and feeds - Add helper method to create Task from Callable - Updated tests to check children of parallel stopping task Project: http://git

[3/5] brooklyn-server git commit: Add static helper method to PollConfig objects

2016-06-22 Thread grkvlt
Add static helper method to PollConfig objects Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7e54dfda Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/7e54dfda Diff: http://git-wip-us.apa

[5/5] brooklyn-server git commit: Closing #204

2016-06-22 Thread grkvlt
Closing #204 * github/pr/204: Changes based on review comments for machine metrics Stop feeds when stopping software process Moved sensor feed for machine metrics to an EntityInitializer Add static helper method to PollConfig objects Project: http://git-wip-us.apache.org/repos/asf/brookl

[1/2] brooklyn-server git commit: Fix usage of AtomicBooleas CAS idiom

2016-06-22 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master af4576d09 -> cbec083b1 Fix usage of AtomicBooleas CAS idiom Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/08432bec Tree: http://git-wip-

[2/2] brooklyn-server git commit: Closing #203

2016-06-22 Thread grkvlt
Closing #203 * github/pr/203: Fix usage of AtomicBooleas CAS idiom Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/cbec083b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/cbec083b Diff

brooklyn-server git commit: Revert semantics of prepareForMasterUse in FileBasedObjectStore

2016-06-22 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master cbec083b1 -> f554e61fe Revert semantics of prepareForMasterUse in FileBasedObjectStore Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/f55

brooklyn-server git commit: Revert semantics of reinitAll in BrooklynInitialization

2016-06-22 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master f554e61fe -> 4388cbe58 Revert semantics of reinitAll in BrooklynInitialization Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/4388cbe5 Tr

[1/3] brooklyn-server git commit: Added identity method to DSL

2016-07-04 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master a941963c9 -> 586795b32 Added identity method to 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/2c80d164 Tree: http://git-wip-us.apach

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

2016-07-04 Thread grkvlt
This closes #219 * github/pr/219: Change DSL method to entityId from identity Added identity method to 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/586795b3 Tree: http://git-wip-us.apache.org/re

[2/3] brooklyn-server git commit: Change DSL method to entityId from identity

2016-07-04 Thread grkvlt
Change DSL method to entityId from identity Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d91d420f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/d91d420f Diff: http://git-wip-us.apache

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

2016-07-04 Thread grkvlt
This closes #224 * github/pr/224: Get rid of output from the classpath generation from stdin and env Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/122c4eae Tree: http://git-wip-us.apache.org/repos/asf/

[1/2] brooklyn-server git commit: Get rid of output from the classpath generation from stdin and env

2016-07-04 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 586795b32 -> 122c4eae8 Get rid of output from the classpath generation from stdin and env i.e. the Executed ... result 0. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/

[1/2] brooklyn-server git commit: Misc OSGi fixes

2016-07-04 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 122c4eae8 -> 5adbbca1c Misc OSGi fixes * adds missing bundles for persistence * enable persistence by default * add missing entityType for policies (required) * remove deprecated config key, causing duplicate name warning in logs

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

2016-07-04 Thread grkvlt
This closes #228 * github/pr/228: Misc OSGi 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/5adbbca1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/5adbbca1 Diff: http://git-wip-

[1/3] brooklyn-server git commit: Catalog format more consistent

2016-07-04 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 5adbbca1c -> ce1192f9f http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/057760ee/core/src/test/java/org/apache/brooklyn/core/mgmt/rebind/RebindCatalogItemTest.java

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

2016-07-04 Thread grkvlt
This closes #222 * github/pr/222: Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ce1192f9 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ce1192f9 Diff:

[2/3] brooklyn-server git commit: Catalog format more consistent

2016-07-04 Thread grkvlt
Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/057760ee Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/057760ee Diff: http://git-wip-us.apache.org/repos/as

[1/2] brooklyn-library git commit: Catalog format more consistent

2016-07-04 Thread grkvlt
Repository: brooklyn-library Updated Branches: refs/heads/master 7ceb3c254 -> e1db211fb Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/a9889408 Tree: http://git-wip-us.

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

2016-07-04 Thread grkvlt
This closes #46 * github/pr/46: Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/e1db211f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/e1db211f Diff:

[1/2] brooklyn-dist git commit: Catalog format more consistent

2016-07-04 Thread grkvlt
Repository: brooklyn-dist Updated Branches: refs/heads/master bf3a88249 -> f2c711263 Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/a2e0a91a Tree: http://git-wip-us.apache.org

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

2016-07-04 Thread grkvlt
This closes #39 * github/pr/39: Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/f2c71126 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/f2c71126 Diff: http://g

[1/2] brooklyn-docs git commit: Catalog format more consistent

2016-07-04 Thread grkvlt
Repository: brooklyn-docs Updated Branches: refs/heads/master ed10f420b -> f4ff64e74 Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/e1381183 Tree: http://git-wip-us.apache.or

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

2016-07-04 Thread grkvlt
This closes #82 * github/pr/82: Catalog format more consistent Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/f4ff64e7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/f4ff64e7 Diff: http://g

brooklyn-server git commit: Fix conditional entity null check missed in PR

2016-07-26 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 7dd9d1ba2 -> d9e8cf490 Fix conditional entity null check missed in PR Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/d9e8cf49 Tree: http:

[2/3] brooklyn-server git commit: Include actual state in test entity assert failures

2016-07-27 Thread grkvlt
Include actual state in test entity assert failures Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/94c71834 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/94c71834 Diff: http://git-wip-u

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

2016-07-27 Thread grkvlt
This closes #269 * github/pr/269: Include actual state in test entity assert failures Add notEqual assertion to 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/d80fc9f5 Tree: http://git-wip-us.ap

[1/3] brooklyn-server git commit: Add notEqual assertion to tests

2016-07-27 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master d9e8cf490 -> d80fc9f5b Add notEqual assertion to 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/246a25fc Tree: http://git-wip-us.ap

[1/2] brooklyn-server git commit: Serialize environment values - implement for all entities

2016-07-27 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master d80fc9f5b -> 3c261a3af Serialize environment values - implement for all entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c1a99190

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

2016-07-27 Thread grkvlt
This closes #216 * github/pr/216: Serialize environment values - implement for all entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/3c261a3a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-

brooklyn-server git commit: Fix error in ConditionalEntity test

2016-07-27 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 3c261a3af -> 4a65aed0d Fix error in ConditionalEntity 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/4a65aed0 Tree: http://git-wip-u

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

2016-07-27 Thread grkvlt
This closes #258 * github/pr/258: Add shell.env config for SSH sensor and 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/e91b6c5c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tr

[1/2] brooklyn-server git commit: Add shell.env config for SSH sensor and effector

2016-07-27 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 4a65aed0d -> e91b6c5c9 Add shell.env config for SSH sensor and 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/e98ab974 Tree: htt

[1/2] brooklyn-docs git commit: Add notEqual assertion to test entities

2016-08-02 Thread grkvlt
Repository: brooklyn-docs Updated Branches: refs/heads/master 1679a909c -> 35153dd11 Add notEqual assertion to test entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/aacec65b Tree: http://git-wip-us.

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

2016-08-02 Thread grkvlt
This closes #94 * github/pr/94: Add notEqual assertion to test entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/35153dd1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/35153dd1 Diff:

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

2016-08-11 Thread grkvlt
This closes #274 * github/pr/274: Load default exception mapper in web.xml and service.xml Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/48ff670c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-s

[1/2] brooklyn-server git commit: Load default exception mapper in web.xml and service.xml

2016-08-11 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 9e320b1bc -> 48ff670c0 Load default exception mapper in web.xml and service.xml Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8b301509 T

brooklyn-server git commit: Log instead of exception on SshCommandMembershipTrackingPolicy waiting for machine

2016-08-11 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master d69fda26e -> 215c02cb5 Log instead of exception on SshCommandMembershipTrackingPolicy waiting for machine Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brookl

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

2016-08-15 Thread grkvlt
This closes #59 * github/pr/59: Fix NPE generating Nginx config when no SSL configured Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/138f6b32 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-lib

[1/2] brooklyn-library git commit: Fix NPE generating Nginx config when no SSL configured

2016-08-15 Thread grkvlt
Repository: brooklyn-library Updated Branches: refs/heads/master 69efaf576 -> 138f6b32e Fix NPE generating Nginx config when no SSL configured Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/03fede0d

[1/4] brooklyn-server git commit: Test+fix DeferredSuppliers in $brooklyn:object

2016-08-16 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 374e01f41 -> a36b6412d Test+fix DeferredSuppliers in $brooklyn:object Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/fed6e511 Tree: http:

[3/4] brooklyn-server git commit: DslObject: remove strange TypeCoercion attempt!

2016-08-16 Thread grkvlt
DslObject: remove strange TypeCoercion attempt! Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/68877f9c Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/68877f9c Diff: http://git-wip-us.apa

[2/4] brooklyn-server git commit: DslObject: use TypeResolver

2016-08-16 Thread grkvlt
DslObject: use TypeResolver Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/90c9a135 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/90c9a135 Diff: http://git-wip-us.apache.org/repos/asf/br

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

2016-08-16 Thread grkvlt
This closes #301 * github/pr/301: DslObject: remove strange TypeCoercion attempt! DslObject: use TypeResolver Test+fix DeferredSuppliers in $brooklyn:object Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/c

[2/3] brooklyn-server git commit: Change conditional entity to reflect service state of optional child

2016-08-28 Thread grkvlt
Change conditional entity to reflect service state of optional child Propagate value for service.isUp and optional configurable set of sensors Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ec3010e4 Tree:

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

2016-08-28 Thread grkvlt
This closes #295 * github/pr/295: Add ServiceStateLogic enricher for better child state propagation Change conditional entity to reflect service state of optional child Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brookly

[1/3] brooklyn-server git commit: Add ServiceStateLogic enricher for better child state propagation

2016-08-28 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 9238a1081 -> 50d5beeed Add ServiceStateLogic enricher for better child state propagation Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/7

[1/3] brooklyn-server git commit: Added test for entitySpec default usage in YAML parameters

2016-08-29 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 196ce93a6 -> b70841f72 Added test for entitySpec default usage in YAML parameters Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/94ec61dd

[2/3] brooklyn-server git commit: Add special flag decoration to parameters to enable EntitySpec values

2016-08-29 Thread grkvlt
Add special flag decoration to parameters to enable EntitySpec 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/874fa262 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/874fa262 Diff

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

2016-08-29 Thread grkvlt
This closes #280 * github/pr/280: Added test for entitySpec default usage in YAML parameters Add special flag decoration to parameters to enable EntitySpec values Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-serv

[1/3] brooklyn-server git commit: Add new location customizer that creates child entities early

2016-08-30 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master b1cafd85f -> ffba2c272 Add new location customizer that creates child entities early Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/1cdf0

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

2016-08-30 Thread grkvlt
This closes #310 * github/pr/310: Add new location customizer that creates child entities early Update BasicJcloudsLocationCustomizer to be configurable and remove deprecated methods Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/re

[2/3] brooklyn-server git commit: Update BasicJcloudsLocationCustomizer to be configurable and remove deprecated methods

2016-08-30 Thread grkvlt
Update BasicJcloudsLocationCustomizer to be configurable and remove deprecated 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/70bd8c3f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/

brooklyn-server git commit: Remove check for no-arg ctor in brooklyn:object DSL command

2016-08-30 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 20bc931d0 -> 9679a382b Remove check for no-arg ctor in brooklyn:object DSL command Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/9679a38

[3/4] brooklyn-server git commit: SshMachineLocationIntegrationTest: change unreachable ip

2016-12-01 Thread grkvlt
SshMachineLocationIntegrationTest: change unreachable ip Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/33dd48c2 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/33dd48c2 Diff: http://git-w

[1/4] brooklyn-server git commit: SshMachineLocationTest: make non-integration

2016-12-01 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 50826cbc2 -> 615c63574 SshMachineLocationTest: make non-integration * Uses RecordingSshTool * Moves integration tests into SshMachineLocationIntegrationTest * Changes SshMachineLocationIntegrationTest to extends SshMachineLocat

[2/4] brooklyn-server git commit: BROOKLYN-405: ssh doesn't log password environment variables

2016-12-01 Thread grkvlt
BROOKLYN-405: ssh doesn't log password environment variables Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/171843ec Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/171843ec Diff: http://

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

2016-12-01 Thread grkvlt
This closes #475 * github/pr/475: SshMachineLocationIntegrationTest: change unreachable ip BROOKLYN-405: ssh doesn't log password environment variables SshMachineLocationTest: make non-integration Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-u

[3/4] brooklyn-server git commit: Adding new LocationEntity for creating location specific entities

2016-12-12 Thread grkvlt
Adding new LocationEntity for creating location specific entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b119889b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b119889b Diff: ht

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

2016-12-12 Thread grkvlt
This closes #428 * github/pr/428: Fix order of provisioner check and add tests for LocationEntity Save location information as sensor data on LocationEntity Adding new LocationEntity for creating location specific entities Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/rep

[1/4] brooklyn-server git commit: Fix order of provisioner check and add tests for LocationEntity

2016-12-12 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master e997d9abd -> 7f1846c0f Fix order of provisioner check and add tests for LocationEntity Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/70b

[2/4] brooklyn-server git commit: Save location information as sensor data on LocationEntity

2016-12-12 Thread grkvlt
Save location information as sensor data on LocationEntity Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6615ddf7 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6615ddf7 Diff: http://gi

[2/2] brooklyn-server git commit: Closes #981

2018-08-29 Thread grkvlt
Closes #981 * origin/pr/981: use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21 Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a2929aab Tree: http://git-wip-us.apache.org/repos/asf/b

[1/2] brooklyn-server git commit: use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21

2018-08-29 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master 215f28f25 -> a2929aab2 use snakeyaml 1.22, avoid binary compatibility issues in 1.20 and 1.21 see https://bitbucket.org/asomov/snakeyaml/issues/412/restore-the-boolean-constructors-for for more info Project: http://git-wip-us.

[1/2] brooklyn-server git commit: Update IPTables save method

2018-10-02 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/frogfather_amend_iptables_save [created] c474231af Update IPTables save method Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/77b50be9 Tree: htt

[2/2] brooklyn-server git commit: review comments and add test

2018-10-02 Thread grkvlt
review comments and add 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/c474231a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c474231a Diff: http://git-wip-us.apache.org/repos/asf/

[brooklyn-server] Git Push Summary

2018-10-02 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/frogfather_amend_iptables_save [deleted] c474231af

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

2018-10-17 Thread grkvlt
This closes #1009 * origin/pr/1009: Add ow2 bundles not included in Karaf Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/ad8574f5 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/ad8574

[1/2] brooklyn-server git commit: Add ow2 bundles not included in Karaf

2018-10-17 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master c7ce1d280 -> ad8574f5a Add ow2 bundles not included in Karaf Signed-off-by: Andrew Donald Kennedy Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-serv

[1/2] brooklyn-ui git commit: tidy config editor styling

2018-10-19 Thread grkvlt
Repository: brooklyn-ui Updated Branches: refs/heads/master cdec21b6c -> bac67a0ff tidy config editor styling - dropdown colors, alignment, uses monospace, and monospace refactored - flex display used much more too - lightning bolt / dsl editor correctly styled for height, roundedness - more

[2/2] brooklyn-ui git commit: This closes #77

2018-10-19 Thread grkvlt
This closes #77 * origin/pr/77: tidy config editor styling Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/bac67a0f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/bac67a0f Diff: http://git-wip-us.

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

2018-11-08 Thread grkvlt
This closes #1013 * origin/pr/1013: [core] Remove unused Logger in OsgiTestBase [core] Disable BashCommandsIntegrationTest test on Windows [test-support] Add @DisableOnWindows annotation for TestNG tests [core] Fix syntax for maven-compiler plugin [utils] Extract FileUtil.deleteDirectory

[4/8] brooklyn-server git commit: [utils] Extract FileUtil.deleteDirectory() from duplicated code

2018-11-08 Thread grkvlt
[utils] Extract FileUtil.deleteDirectory() from duplicated code Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/c2af743b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c2af743b Diff: http

[6/8] brooklyn-server git commit: [test-support] Add @DisableOnWindows annotation for TestNG tests

2018-11-08 Thread grkvlt
[test-support] Add @DisableOnWindows annotation for TestNG 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/c5a851d6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/c5a851d6 Diff: htt

[2/8] brooklyn-server git commit: [core] embedded framework test survives teardown

2018-11-08 Thread grkvlt
[core] embedded framework test survives teardown When deleting files during teardown, if a temporary file can't be deleted then the test should not fail for that reason. Log that the file could not be delete and carry on. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commi

[3/8] brooklyn-server git commit: [core] Disable BashCommandsIntegrationTest test on Windows

2018-11-08 Thread grkvlt
[core] Disable BashCommandsIntegrationTest test on Windows Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/2ba7ce67 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/2ba7ce67 Diff: http://gi

[1/8] brooklyn-server git commit: [rt-felix] embedded framework test survives teardown

2018-11-08 Thread grkvlt
Repository: brooklyn-server Updated Branches: refs/heads/master da7550d0f -> 61ac3cc4a [rt-felix] embedded framework test survives teardown When deleting files during teardown, if a temporary file can't be deleted then the test should not fail for that reason. Log that the file could not be de

  1   2   >