[GitHub] brooklyn-client pull request #72: Switch to dep for br dependency management

2018-11-18 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-client/pull/72 Switch to dep for br dependency management Switch to `dep` for dependency management. Have meant to do this for ages, thought it would be worthwhile before releasing 1.0.0

[GitHub] brooklyn-dist issue #118: add docker image generation

2018-11-18 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-dist/pull/118 Upgrading the dockerfile-maven-plugin to 1.4.3 fixed the above for me - have raised https://github.com/apache/brooklyn-dist/pull/130 ---

[GitHub] brooklyn-dist pull request #130: Update dockerfile-maven-plugin to 1.4.3 to ...

2018-11-18 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-dist/pull/130 Update dockerfile-maven-plugin to 1.4.3 to fix build problem Building on OSX I get ``` [ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default

[GitHub] brooklyn-dist issue #118: add docker image generation

2018-11-17 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-dist/pull/118 hi @tbouron what did you do exactly to get round the build error above? I'm getting ``` [ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.0:build (default

[GitHub] brooklyn-server issue #1008: Adds constraint (required|forbidden)unlessAnyOf

2018-10-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/1008 Will merge this ---

[GitHub] brooklyn-server pull request #1004: BROOKLYN-602: fix config key order for y...

2018-10-01 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/1004#discussion_r221763463 --- Diff: camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/ConfigParametersYamlTest.java --- @@ -1194,6 +1199,66 @@ public

[GitHub] brooklyn-server issue #1002: Bump karaf to 4.2.1 to allow running under JDK ...

2018-09-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/1002 Ha! Wish I'd looked at Aled's [comment](https://github.com/apache/brooklyn-server/pull/1002#issuecomment-425631956) today before I started trying to test it, then I might have avoided some

[GitHub] brooklyn-server issue #1002: Bump karaf to 4.2.1 to allow running under JDK ...

2018-09-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/1002 Also worth noting what I saw last week - if you sync this and brooklyn-ui#74, then try to build from the parent `brooklyn`, it breaks at once with ``` [ERROR] [ERROR] Some

[GitHub] brooklyn-server issue #971: DSL for $brooklyn:location()

2018-09-04 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/971 Happy for this to be merged and the more general improvements done separately. How to capture/document the desire to do this? - a `//TODO`? a BROOKLYN- issue? ---

[GitHub] brooklyn-server issue #971: DSL for $brooklyn:location()

2018-08-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/971 hi @aledsage just checking what do you think about merging this PR? ---

[GitHub] brooklyn issue #15: edit Brooklyn license info so that GitHub recognizes it

2018-06-25 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn/pull/15 hi @eirinikos, thanks, but I don't think you need to update the license docs for `brooklyn-server` etc. - unless I've misunderstood @ahgittin I believe he intends to do this as part of the license

[GitHub] brooklyn issue #15: edit Brooklyn license info so that GitHub recognizes it

2018-06-22 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn/pull/15 I think it's fine to point at `brooklyn-server`. It will certainly be rare to see an update in the top level project as it's just a parent project for the others. ---

[GitHub] brooklyn issue #15: edit Brooklyn license info so that GitHub recognizes it

2018-06-21 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn/pull/15 Sounds good to me @ahgittin Yes it was my intention to update the scripts to change the licenses elsewhere, if you are happy to pick this up as part of changes you are making anyway

[GitHub] brooklyn issue #15: edit Brooklyn license info so that GitHub recognizes it

2018-06-21 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn/pull/15 hi @eirinikos this looks good, but I do have one question. The linked CNCF site above refers to Brooklyn's repository as `Repository https://github.com/apache/brooklyn-server`. I'm guessing

[GitHub] brooklyn-server pull request #971: DSL for $brooklyn:location()

2018-06-18 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/971#discussion_r196149356 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -737,6 +720,130 @@ public

[GitHub] brooklyn-server pull request #969: Add registered types test

2018-06-06 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/969#discussion_r193328474 --- Diff: core/src/test/java/org/apache/brooklyn/core/typereg/RegisteredTypesTest.java --- @@ -0,0 +1,123 @@ +package

[GitHub] brooklyn-server pull request #969: Add registered types test

2018-06-06 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/969#discussion_r193327506 --- Diff: core/src/test/java/org/apache/brooklyn/core/typereg/RegisteredTypesTest.java --- @@ -0,0 +1,123 @@ +package

[GitHub] brooklyn-server pull request #969: Add registered types test

2018-06-06 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/969#discussion_r193327856 --- Diff: core/src/test/java/org/apache/brooklyn/core/typereg/RegisteredTypesTest.java --- @@ -0,0 +1,123 @@ +package

[GitHub] brooklyn-server issue #966: Persistence efficient: unchanged and transient a...

2018-06-04 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/966 p.s. also tested and confirm that `machine.` metrics don't get persisted ---

[GitHub] brooklyn-server pull request #966: Persistence efficient: unchanged and tran...

2018-06-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/966#discussion_r192791782 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/persist/StoreObjectAccessorLocking.java --- @@ -225,6 +225,21 @@ public void

[GitHub] brooklyn-server issue #967: add an /applications/details endpoint which corr...

2018-06-04 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/967 Might be worth adding some unit tests for this ---

[GitHub] brooklyn-server pull request #967: add an /applications/details endpoint whi...

2018-06-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/967#discussion_r192711842 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ApplicationResource.java --- @@ -194,16 +218,42 @@ private

[GitHub] brooklyn-server pull request #967: add an /applications/details endpoint whi...

2018-06-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/967#discussion_r192716302 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/resources/ApplicationResource.java --- @@ -106,7 +112,16 @@ @Context

[GitHub] brooklyn-dist pull request #121: [BROOKLYN-579] Add DNS TTL configuration vi...

2018-05-30 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/121#discussion_r191736125 --- Diff: karaf/apache-brooklyn/src/main/resources/bin/setenv --- @@ -85,6 +89,9 @@ export EXTRA_JAVA_OPTS="-Dbrooklyn.location.localhost.ad

[GitHub] brooklyn-docs pull request #255: Fix a couple of typos

2018-05-29 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-docs/pull/255 Fix a couple of typos You can merge this pull request into a Git repository by running: $ git pull https://github.com/geomacy/brooklyn-docs master Alternatively you can review

[GitHub] brooklyn-server pull request #964: Persistence efficiency do less: don't per...

2018-05-29 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/964#discussion_r191382888 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/rebind/PeriodicDeltaChangeListener.java --- @@ -527,7 +536,35 @@ private static String

[GitHub] brooklyn-server issue #964: Persistence efficiency do less: don't persist po...

2018-05-29 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/964 https://lists.apache.org/thread.html/330d04cb1ed5058497ba3d218d54ce96433881c7ae90b0fba49fb57b@%3Cdev.brooklyn.apache.org%3E ---

[GitHub] brooklyn-server issue #962: allow tags to be set on catalog items

2018-05-06 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/962 retest this please ---

[GitHub] brooklyn-server issue #961: Add .m2 folder in the list of ignore folders for...

2018-05-02 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/961 @duncangrant what's the benefit of doing that? ---

[GitHub] brooklyn-library pull request #153: Add Jenkinsfile for CI build

2018-05-02 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/153#discussion_r185455704 --- Diff: Jenkinsfile --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] brooklyn-library pull request #153: Add Jenkinsfile for CI build

2018-05-02 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/153#discussion_r185455110 --- Diff: Jenkinsfile --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] brooklyn-library pull request #153: Add Jenkinsfile for CI build

2018-05-02 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/153#discussion_r185454798 --- Diff: Jenkinsfile --- @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] brooklyn-server issue #960: Add RecordingSshTool clears to selected tests

2018-04-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/960 Just to see what happens. ---

[GitHub] brooklyn-server issue #960: Add RecordingSshTool clears to selected tests

2018-04-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/960 The error is ```2018-04-30 11:11:04,475 WARN - JmxService couldn't start test mbean (java.rmi.server.ExportException: Port already in use: 40124; nested exception

[GitHub] brooklyn-server issue #960: Add RecordingSshTool clears to selected tests

2018-04-30 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/960 @tbouron @aledsage could you have a look? ---

[GitHub] brooklyn-docs issue #251: Add ApacheCon logo button to landing page

2018-04-17 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-docs/pull/251 That looks super, by all means go ahead. ---

[GitHub] brooklyn-docs pull request #251: Add ApacheCon logo button to landing page

2018-04-11 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-docs/pull/251 Add ApacheCon logo button to landing page As requested by Rich Bowen: On Mon, 9 Apr 2018 at 14:07 Rich Bowen <rbo...@apache.org> wrote: Dear PMCs, ApacheCon

[GitHub] brooklyn-client issue #68: Temporarily use fork of NodePrime repo

2018-03-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/68 see https://issues.apache.org/jira/browse/BROOKLYN-586 ---

[GitHub] brooklyn-client issue #68: Temporarily use fork of NodePrime repo

2018-03-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/68 good thought ---

[GitHub] brooklyn-client issue #68: Temporarily use fork of NodePrime repo

2018-03-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/68 Vendor directory added per John's comments on email. ---

[GitHub] brooklyn-client issue #68: Temporarily use fork of NodePrime repo

2018-03-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/68 @johnmccabe can you review? ---

[GitHub] brooklyn-client pull request #68: Temporarily use fork of NodePrime repo

2018-03-23 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-client/pull/68 Temporarily use fork of NodePrime repo See https://lists.apache.org/thread.html/10a74756dbeb1243928eb87c379b01ba58357a6204149d98676fa025@%3Cdev.brooklyn.apache.org%3E Until

[GitHub] brooklyn-library issue #148: Fix issue with JBoss 7 installation

2018-03-08 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-library/pull/148 JBoss from `master` fails to start but starts successfully with this PR. Will merge. ---

[GitHub] brooklyn-docs issue #247: Fix home page installation instructions

2018-03-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-docs/pull/247 ah ok grand ---

[GitHub] brooklyn-docs issue #247: Fix home page installation instructions

2018-03-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-docs/pull/247 hi @rdowner, it looks like your local clone hasn't caught up past Thomas's changes to use gitbook. Can you catch up with the latest master and check your changes against the instructions

[GitHub] brooklyn-server issue #952: [BROOKLYN-584] Add support for recent jclouds's ...

2018-02-26 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/952 @andreaturli @duncangrant I agree it shouldn't be part of this PR, just think it's worth documenting ---

[GitHub] brooklyn-server issue #673: [WIP] [JCLOUDS 2.1.0] Upgrade to jclouds 2.1

2018-02-26 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/673 hi @neykov I think this can be retired now as superseded by https://github.com/apache/brooklyn-server/pull/950. Andrea cross checked against this one before his was merged. ---

[GitHub] brooklyn-server issue #950: [BROOKLYN-583] Bump jclouds version to 2.1.0

2018-02-22 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/950 Looks good; have you cross checked it with https://github.com/apache/brooklyn-server/pull/673 in case there's anything there that is relevant? ---

[GitHub] brooklyn-library pull request #147: Adds AbstractController changeServerPool

2018-02-19 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/147#discussion_r169102288 --- Diff: software/webapp/src/test/java/org/apache/brooklyn/entity/proxy/AbstractAbstractControllerTest.java --- @@ -0,0 +1,340

[GitHub] brooklyn-library pull request #147: Adds AbstractController changeServerPool

2018-02-19 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-library/pull/147#discussion_r169108985 --- Diff: software/webapp/src/main/java/org/apache/brooklyn/entity/proxy/AbstractControllerImpl.java --- @@ -425,6 +443,20 @@ public void update

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 retest this please ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 Catch up to master, in particular get past https://github.com/apache/brooklyn-server/pull/946 which fixes the failing unit test ---

[GitHub] brooklyn-server pull request #947: BROOKLYN-580 rebind machine entity feeds

2018-02-09 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/947#discussion_r167329657 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/SoftwareProcessImpl.java --- @@ -385,33 +384,76 @@ protected void

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 retest this please ---

[GitHub] brooklyn-server issue #947: BROOKLYN-580 rebind machine entity feeds

2018-02-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/947 retest this please, it's doesn't have the commit from https://github.com/apache/brooklyn-server/pull/946 ---

[GitHub] brooklyn-server pull request #946: Remove unnecessary tearDown step with dup...

2018-02-07 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-server/pull/946 Remove unnecessary tearDown step with duplicate call of method tearDown in EffectorResourceTest is copied from elsewhere but calls TestRendererHints.clearRegistry

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-07 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 Rebased against master ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-06 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 BTW @aledsage you may be interested in the changes to `LogWatcher` in here, https://github.com/apache/brooklyn-server/pull/940/files#diff-5c4439a5d92984cb96dfaf613a5af72c ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-06 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 I have done some investigations of these build failures and I'm pretty sure they're not related to my change, e.g. this failure is the same as https://builds.apache.org/view/B/view/Brooklyn

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 retest this please, I'm pretty sure it's unrelated to this change ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 retest this please ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 Rebased against master ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-05 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 retest this please ---

[GitHub] brooklyn-client issue #67: Invoke effector: support timeout

2018-02-02 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/67 Sounds good to me, will merge. ---

[GitHub] brooklyn-server issue #940: Add mapped diagnostic context with entity ids to...

2018-02-02 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 hi @ahgittin I have taken the "do not merge" off this; check out the last two commits which add the task id to output and remove spaces. I haven't yet included the logging o

[GitHub] brooklyn-server issue #940: WIP Do not merge. Add mapped diagnostic context ...

2018-01-25 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 Great comments @ahgittin. Some thoughts in response: > It would seem better to me, rather than always setting a logging diagnostic context, to deduce that information dynamica

[GitHub] brooklyn-dist pull request #117: WIP do not merge - Add MDC to pax logging c...

2018-01-24 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-dist/pull/117 WIP do not merge - Add MDC to pax logging config See https://github.com/apache/brooklyn-server/pull/940 for details You can merge this pull request into a Git repository by running

[GitHub] brooklyn-server issue #940: WIP Do not merge. Add mapped diagnostic context ...

2018-01-23 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/940 e.g. see attached debug log for creating a [three tier webapp](https://github.com/brooklyncentral/brooklyn-three-tier-webapp): [brooklyn.debug.log.txt](https://github.com/apache

[GitHub] brooklyn-server pull request #933: Log all REST api calls (when running as O...

2018-01-22 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/933#discussion_r162954737 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/LoggingResourceFilter.java --- @@ -0,0 +1,235

[GitHub] brooklyn-server issue #936: Update Reflections dependency

2018-01-19 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/936 Looks like these tests are catching some different behaviour - on master, from `BundleAndTypeResourcesTest#testFilterListOfEntitiesByName`, from the code ``` List entities

[GitHub] brooklyn-server issue #934: tweak LoggingResourceFilter's logging

2018-01-17 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/934 btw my comment need not hold up merging any of this, it can be done later if appropriate ---

[GitHub] brooklyn-server pull request #933: Log all REST api calls (when running as O...

2018-01-16 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/933#discussion_r161801944 --- Diff: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/filter/LoggingResourceFilter.java --- @@ -0,0 +1,235

[GitHub] brooklyn-server pull request #930: WithMutexes cleanup

2018-01-11 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/930#discussion_r160968622 --- Diff: core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java --- @@ -1016,12 +1015,8 @@ public String findPassword

[GitHub] brooklyn-ui issue #51: if not using persistence and mgmt plane ID is null, U...

2018-01-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-ui/pull/51 looks ok to me, will merge it ---

[GitHub] brooklyn-server issue #909: Bump jclouds dependency from v2.0.2 to 2.0.3

2018-01-08 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/909 @richardcloudsoft @andreaturli is there any reason why this shouldn't be merged now? ---

[GitHub] brooklyn-server issue #888: BROOKLYN-549: fix policy rebind's execution cont...

2017-12-11 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/888 Looks good to me, & tests pass. Note to readers, the description on the PR is out of date now that @aledsage has fixed the issue. Will merge. ---

[GitHub] brooklyn-docs issue #240: Race condition causing main.uri to be null

2017-12-06 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-docs/pull/240 looks good to me ---

[GitHub] brooklyn-library issue #144: BROOKLYN-566: fix SaltEntity rebind to historic...

2017-11-27 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-library/pull/144 LGTM, merging ---

[GitHub] brooklyn-client pull request #64: Default login port to 80/443 if not suppli...

2017-11-09 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-client/pull/64 Default login port to 80/443 if not supplied You can merge this pull request into a Git repository by running: $ git pull https://github.com/geomacy/brooklyn-client defaultports

[GitHub] brooklyn-dist issue #111: Fix vagrant installation folder when downloading d...

2017-10-02 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-dist/pull/111 LGTM, merging ---

[GitHub] brooklyn-server pull request #842: Improve Brooklyn-management of OSGi-alrea...

2017-09-25 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/842#discussion_r140831967 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -129,58 +133,115 @@ private synchronized void init

[GitHub] brooklyn-server pull request #842: Improve Brooklyn-management of OSGi-alrea...

2017-09-25 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/842#discussion_r140833717 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -129,58 +133,115 @@ private synchronized void init

[GitHub] brooklyn-server pull request #842: Improve Brooklyn-management of OSGi-alrea...

2017-09-25 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/842#discussion_r140829916 --- Diff: core/src/main/java/org/apache/brooklyn/core/mgmt/ha/OsgiArchiveInstaller.java --- @@ -129,58 +133,115 @@ private synchronized void init

[GitHub] brooklyn-server issue #791: Sync file system on temp file before moving it.

2017-09-08 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/791 You're right @ahgittin, the `sync` should be done before the `close`; I have added another commit to do this. I agree I'm not sure that the problem was caused by a failure to commit

[GitHub] brooklyn-server issue #809: Fix Streams.copyClose: actually close the stream...

2017-09-01 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/809 LGTM; merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] brooklyn-server issue #808: BROOKLYN-528: same proxy class for all entities ...

2017-08-31 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/808 LGTM, and the integration tests pass for me too. Will merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] brooklyn-server issue #791: Sync file system on temp file before moving it.

2017-08-18 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/791 rebased against master, still haven't got round to integration tests --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] brooklyn-server issue #796: Disabled AUTO_WRAP_CATALOG_YAML_AS_BUNDLE

2017-08-14 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/796 @Graeme-Miller what's the motivation for this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] brooklyn-server issue #791: Sync file system on temp file before moving it.

2017-08-09 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/791 @aledsage very good questions! I agree it's best to propagate the exception if it happens - if it's due to a scenario like (1) where the FS can't guarantee the sync, then it's

[GitHub] brooklyn-server issue #791: Sync file system on temp file before moving it.

2017-08-04 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/791 Interesting; ``` Test Result (2 failures / -15) org.apache.brooklyn.policy.loadbalancing.LoadBalancingPolicySoakTest.testLoadBalancingManyItemsQuickTest

[GitHub] brooklyn-server pull request #791: Sync file system on temp file before movi...

2017-08-04 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-server/pull/791 Sync file system on temp file before moving it. See https://issues.apache.org/jira/browse/BROOKLYN-526. This is a suggestion for a fix. Not sure how to go about testing this! You

[GitHub] brooklyn-server issue #787: Don't validate an empty list of types.

2017-08-04 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/787 I have run through startup and rebind, will merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131354907 --- Diff: core/src/main/java/org/apache/brooklyn/feed/http/HttpFeed.java --- @@ -228,6 +235,25 @@ public Builder httpExecutor(HttpExecutor val

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131338828 --- Diff: core/src/main/java/org/apache/brooklyn/feed/http/HttpFeed.java --- @@ -228,6 +235,25 @@ public Builder httpExecutor(HttpExecutor val

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131344099 --- Diff: core/src/main/java/org/apache/brooklyn/feed/http/HttpFeed.java --- @@ -228,6 +235,25 @@ public Builder httpExecutor(HttpExecutor val

[GitHub] brooklyn-server pull request #790: Adds HttpFeed.preemptiveBasicAuth

2017-08-04 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/790#discussion_r131346980 --- Diff: core/src/test/java/org/apache/brooklyn/feed/http/HttpFeedTest.java --- @@ -360,7 +364,90 @@ public void

[GitHub] brooklyn-server pull request #786: Freemarker DSL

2017-08-03 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/786#discussion_r131181517 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -738,6 +741,82 @@ public

[GitHub] brooklyn-server pull request #787: Don't validate an empty list of types.

2017-08-03 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-server/pull/787 Don't validate an empty list of types. This is so as to avoid the side effect of the "getCatalog()" in the validate step, which does an unofficial catalog load tha

[GitHub] brooklyn-server issue #781: Support DSL in template options

2017-07-31 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/781 Thanks @aledsage, have updated message per your first comment. Will squash and merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] brooklyn-server issue #781: Support DSL in template options

2017-07-28 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/781 Build failure is Jenkins related, I think. # There is insufficient memory for the Java Runtime Environment to continue. # Cannot create GC thread. Out of system

  1   2   3   4   5   6   7   8   9   >