[GitHub] [qpid-dispatch] ChugR opened a new pull request #571: DISPATCH-1422: Create global policy denial count

2019-09-20 Thread GitBox
ChugR opened a new pull request #571: DISPATCH-1422: Create global policy denial count URL: https://github.com/apache/qpid-dispatch/pull/571 Policy status creates two global counts that get aggregated for all links and connections: * linksDenied - sum of all vhost sender and recei

[GitHub] [qpid-proton] lulf opened a new pull request #189: PROTON-2105 Add go module support

2019-09-21 Thread GitBox
lulf opened a new pull request #189: PROTON-2105 Add go module support URL: https://github.com/apache/qpid-proton/pull/189 This _might_ fix this issue. I'm not completely sure how to test it without actually publishing the go.mod files. -

[GitHub] [qpid-broker-j] asfgit closed pull request #36: QPID-8361: [Broker-J] Create a developer guide for Qpid Broker-J

2019-09-23 Thread GitBox
asfgit closed pull request #36: QPID-8361: [Broker-J] Create a developer guide for Qpid Broker-J URL: https://github.com/apache/qpid-broker-j/pull/36 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [qpid-dispatch] ChugR opened a new pull request #572: DISPATCH-1416: Add policy denial counts to connection close log

2019-09-23 Thread GitBox
ChugR opened a new pull request #572: DISPATCH-1416: Add policy denial counts to connection close log URL: https://github.com/apache/qpid-dispatch/pull/572 This is an automated message from the Apache Git Service. To respond

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone…

2019-09-24 Thread GitBox
ganeshmurthy opened a new pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone… URL: https://github.com/apache/qpid-dispatch/pull/573 …d deliveries are handled in a single place, right before the qd_link is freed. ---

[GitHub] [qpid-dispatch] codecov-io commented on issue #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone…

2019-09-24 Thread GitBox
codecov-io commented on issue #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone… URL: https://github.com/apache/qpid-dispatch/pull/573#issuecomment-534707708 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/573?src=pr&el=h1) Report > Merging [#573]

[GitHub] [qpid-proton] rkubis opened a new pull request #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
rkubis opened a new pull request #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190 According to the [documentation](https://github.com/apache/qpid-proton/blob/master/docs/connect-config.md), default port should be `amqps`. ---

[GitHub] [qpid-proton] astitcher commented on issue #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
astitcher commented on issue #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535112331 I'm not sure if this is the best thing or to change the documentation to match the implementation. As far as I remember the default should

[GitHub] [qpid-proton] ssorj commented on issue #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
ssorj commented on issue #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535125509 I worked from the written spec and docs from Alan, which has "amqps" as the default.

[GitHub] [qpid-proton] astitcher commented on issue #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
astitcher commented on issue #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535137004 I just checked and the C++ implementation uses amqps as default so I will merge this PR. Thanks @rkubis .

[GitHub] [qpid-proton] astitcher commented on issue #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
astitcher commented on issue #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535138220 @rkubis - In order to keep the git log good would you raise a JIRA for this change and then repush this change with a commit log like: PROT

[GitHub] [qpid-proton] rkubis commented on issue #190: FIX(python): Use amqps port as default

2019-09-25 Thread GitBox
rkubis commented on issue #190: FIX(python): Use amqps port as default URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535152139 > @rkubis - In order to keep the git log good would you raise a JIRA for this change and then repush this change with a commit log like: > PRO

[GitHub] [qpid-proton] rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-25 Thread GitBox
rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535157430 JIRA https://issues.apache.org/jira/browse/PROTON-2109 raised and the change re-pushed. ---

[GitHub] [qpid-proton] rkubis edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-25 Thread GitBox
rkubis edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535157430 JIRA [PROTON-2109](https://issues.apache.org/jira/browse/PROTON-2109) raised and the change re-pushed. -

[GitHub] [qpid-proton] astitcher commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-25 Thread GitBox
astitcher commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535188274 @rkubis Sorry I just realised this change makes the python tests hang. You need to go into the python tests for the conne

[GitHub] [qpid-proton] rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-25 Thread GitBox
rkubis commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535365622 @astitcher The Python tests are fixed now. I was not sure if the fix of the Python tests should be in a separate commi

[GitHub] [qpid-proton] jdanekrh edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
jdanekrh edited a comment on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535393191 @rkubis afaik same commit. Clebert was once proposing test changes in separate commits, in Artemis project, but the

[GitHub] [qpid-proton] jdanekrh commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
jdanekrh commented on issue #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190#issuecomment-535393191 @rkubis afaik same commit. Clebert was once proposing test fixes in separate commits, in Artemis project, but then changed

[GitHub] [qpid-proton] rkubis opened a new pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
rkubis opened a new pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191 …en searching for connect.json file This is an automated messag

[GitHub] [qpid-proton] astitcher merged pull request #190: PROTON-2109: [Python] Correct default JSON schema to amqps

2019-09-26 Thread GitBox
astitcher merged pull request #190: PROTON-2109: [Python] Correct default JSON schema to amqps URL: https://github.com/apache/qpid-proton/pull/190 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [qpid-proton] rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191#issuecomment-535648763 Yes, I thought about use of the `os.path.expanduser(...)` in the loop, but I see that there is just one location

[GitHub] [qpid-proton] astitcher merged pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
astitcher merged pull request #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191 This is an automated message from the Apache Git Service. To resp

[GitHub] [qpid-proton] astitcher commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

2019-09-26 Thread GitBox
astitcher commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh… URL: https://github.com/apache/qpid-proton/pull/191#issuecomment-535660614 Ok, fair enough - I'd have decided the other way, but we can change it easily enough. --

[GitHub] [qpid-proton] kpvdr opened a new pull request #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo…

2019-09-26 Thread GitBox
kpvdr opened a new pull request #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo… URL: https://github.com/apache/qpid-proton/pull/192 Exception characteristics for API symbol changes * Old behavior is not

[GitHub] [qpid-proton] gemmellr commented on issue #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo…

2019-09-27 Thread GitBox
gemmellr commented on issue #192: ENTMQCL-1361: Changed Python API to better handle strings where symbo… URL: https://github.com/apache/qpid-proton/pull/192#issuecomment-535892046 The PR title and commit log JIRA key references need fixed. --

[GitHub] [qpid-proton] jdanekrh opened a new pull request #193: NO-JIRA: add .asf.yaml

2019-09-27 Thread GitBox
jdanekrh opened a new pull request #193: NO-JIRA: add .asf.yaml URL: https://github.com/apache/qpid-proton/pull/193 > When making use of a feature in .asf.yaml, please ensure that you have discussed this with the entire project first, and have understood what the configuration changes will

[GitHub] [qpid-proton] gemmellr commented on issue #193: NO-JIRA: add .asf.yaml

2019-09-27 Thread GitBox
gemmellr commented on issue #193: NO-JIRA: add .asf.yaml URL: https://github.com/apache/qpid-proton/pull/193#issuecomment-535941890 Drop the index.html from the URL, its shorter and more readable. I'd question how useful some of the labels are, but I guess they don't do any harm eith

[GitHub] [qpid-proton] jdanekrh commented on a change in pull request #193: NO-JIRA: add .asf.yaml

2019-09-27 Thread GitBox
jdanekrh commented on a change in pull request #193: NO-JIRA: add .asf.yaml URL: https://github.com/apache/qpid-proton/pull/193#discussion_r329145356 ## File path: .asf.yaml ## @@ -0,0 +1,23 @@ +github: + description: "Mirror of Apache Qpid Proton" + homepage: https://qpi

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message…

2019-09-27 Thread GitBox
ganeshmurthy opened a new pull request #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message… URL: https://github.com/apache/qpid-dispatch/pull/574 …s. Also added additional checks to make sure that all routers know about closed receivers

[GitHub] [qpid-dispatch] codecov-io commented on issue #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message…

2019-09-27 Thread GitBox
codecov-io commented on issue #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message… URL: https://github.com/apache/qpid-dispatch/pull/574#issuecomment-536052350 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/574?src=pr&el=h1) Report > Merging [#574]

[GitHub] [qpid-dispatch] asfgit closed pull request #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message…

2019-09-27 Thread GitBox
asfgit closed pull request #574: DISPATCH-1408 - Modify ClosestTest to send specific number of message… URL: https://github.com/apache/qpid-dispatch/pull/574 This is an automated message from the Apache Git Service. To respo

[GitHub] [qpid-dispatch] nicob87 opened a new pull request #575: optparse to argparse migration

2019-09-29 Thread GitBox
nicob87 opened a new pull request #575: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/575 Main reason to migrate from optparse to argparse is python documentation itself. - from: https://docs.python.org/2/library/optparse.html Deprecated since vers

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone…

2019-09-30 Thread GitBox
kgiusti commented on a change in pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone… URL: https://github.com/apache/qpid-dispatch/pull/573#discussion_r329594071 ## File path: src/router_node.c ## @@ -102,8 +102,8 @@ static qdr_delivery

[GitHub] [qpid-dispatch] asfgit closed pull request #568: NO-JIRA: fix system tests to avoid over writing debug dump files

2019-09-30 Thread GitBox
asfgit closed pull request #568: NO-JIRA: fix system tests to avoid over writing debug dump files URL: https://github.com/apache/qpid-dispatch/pull/568 This is an automated message from the Apache Git Service. To respond to

[GitHub] [qpid-dispatch] asfgit closed pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone…

2019-09-30 Thread GitBox
asfgit closed pull request #573: DISPATCH-1426 - Added an abandoned deliveries handler so all abandone… URL: https://github.com/apache/qpid-dispatch/pull/573 This is an automated message from the Apache Git Service. To respo

[GitHub] [qpid-dispatch] nicob87 closed pull request #575: optparse to argparse migration

2019-09-30 Thread GitBox
nicob87 closed pull request #575: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/575 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [qpid-dispatch] nicob87 opened a new pull request #576: optparse to argparse migration

2019-09-30 Thread GitBox
nicob87 opened a new pull request #576: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/576 Main reason to migrate from optparse to argparse is python documentation itself. - from: https://docs.python.org/2/library/optparse.html Deprecated since vers

[GitHub] [qpid-dispatch] codecov-io commented on issue #576: optparse to argparse migration

2019-09-30 Thread GitBox
codecov-io commented on issue #576: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/576#issuecomment-536764810 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/576?src=pr&el=h1) Report > Merging [#576](https://codecov.io/gh/apache/qpid-dispat

[GitHub] [qpid-dispatch] grs commented on a change in pull request #567: DISPATCH-1428

2019-10-01 Thread GitBox
grs commented on a change in pull request #567: DISPATCH-1428 URL: https://github.com/apache/qpid-dispatch/pull/567#discussion_r329933791 ## File path: tests/system_tests_link_routes.py ## @@ -2052,6 +2052,132 @@ def on_message(self, event): def run(self): Con

[GitHub] [qpid-dispatch] grs closed pull request #567: DISPATCH-1428

2019-10-01 Thread GitBox
grs closed pull request #567: DISPATCH-1428 URL: https://github.com/apache/qpid-dispatch/pull/567 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [qpid-dispatch] grs closed pull request #570: DISPATCH-1429: reset iterator for address starting with _

2019-10-01 Thread GitBox
grs closed pull request #570: DISPATCH-1429: reset iterator for address starting with _ URL: https://github.com/apache/qpid-dispatch/pull/570 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [qpid-dispatch] grs closed pull request #569: DISPATCH-1430: handle array of capabilities also

2019-10-01 Thread GitBox
grs closed pull request #569: DISPATCH-1430: handle array of capabilities also URL: https://github.com/apache/qpid-dispatch/pull/569 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [qpid-dispatch] jdanekrh opened a new pull request #577: NO-JIRA - add .asf.yaml

2019-10-01 Thread GitBox
jdanekrh opened a new pull request #577: NO-JIRA - add .asf.yaml URL: https://github.com/apache/qpid-dispatch/pull/577 https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories This is an autom

[GitHub] [qpid-proton] asfgit closed pull request #193: NO-JIRA: add .asf.yaml

2019-10-01 Thread GitBox
asfgit closed pull request #193: NO-JIRA: add .asf.yaml URL: https://github.com/apache/qpid-proton/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [qpid-dispatch] jdanekrh commented on a change in pull request #577: NO-JIRA - add .asf.yaml

2019-10-01 Thread GitBox
jdanekrh commented on a change in pull request #577: NO-JIRA - add .asf.yaml URL: https://github.com/apache/qpid-dispatch/pull/577#discussion_r329961433 ## File path: .asf.yaml ## @@ -0,0 +1,19 @@ +github: Review comment: ```suggestion # # Licensed to the Ap

[GitHub] [qpid-dispatch] jdanekrh commented on a change in pull request #577: NO-JIRA - add .asf.yaml

2019-10-01 Thread GitBox
jdanekrh commented on a change in pull request #577: NO-JIRA - add .asf.yaml URL: https://github.com/apache/qpid-dispatch/pull/577#discussion_r329961433 ## File path: .asf.yaml ## @@ -0,0 +1,19 @@ +github: Review comment: ```suggestion # # Licensed to the Apache

[GitHub] [qpid-proton] gemmellr commented on issue #193: NO-JIRA: add .asf.yaml

2019-10-01 Thread GitBox
gemmellr commented on issue #193: NO-JIRA: add .asf.yaml URL: https://github.com/apache/qpid-proton/pull/193#issuecomment-536954379 Since its just updating the tags, and many of the existing tags are entirely wrong thanks to being taken from a common source, I've just applied this regardle

[GitHub] [qpid-dispatch] asfgit closed pull request #577: NO-JIRA - add .asf.yaml

2019-10-01 Thread GitBox
asfgit closed pull request #577: NO-JIRA - add .asf.yaml URL: https://github.com/apache/qpid-dispatch/pull/577 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-01 Thread GitBox
ganeshmurthy opened a new pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578 … entity. saslPassword entity has been deprecated. This

[GitHub] [qpid-dispatch] bhardesty commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-01 Thread GitBox
bhardesty commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#discussion_r330274380 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -1002,

[GitHub] [qpid-dispatch] bhardesty commented on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-01 Thread GitBox
bhardesty commented on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#issuecomment-537231659 The now deprecated "saslPassword" is used in the doc in two places. They should be updated: https:

[GitHub] [qpid-dispatch] codecov-io commented on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-01 Thread GitBox
codecov-io commented on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#issuecomment-537273937 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/578?src=pr&el=h1) Report > Merging [#578]

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
kgiusti commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#discussion_r330550035 ## File path: src/connection_manager.c ## @@ -327,6 +329,41 @@ static qd_e

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
kgiusti commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#discussion_r330577701 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -1002,10

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
ganeshmurthy commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#discussion_r330580810 ## File path: src/connection_manager.c ## @@ -327,6 +329,41 @@ static

[GitHub] [qpid-proton] ncau opened a new pull request #194: ENTMQCL-1062:[CMake] Fixing an issue with cmake not compiling c++11 e…

2019-10-02 Thread GitBox
ncau opened a new pull request #194: ENTMQCL-1062:[CMake] Fixing an issue with cmake not compiling c++11 e… URL: https://github.com/apache/qpid-proton/pull/194 On versions prior to CMake 3.0 the C++11 examples are not being compiled as the CMake code does not correctly check for c++11 comp

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
ganeshmurthy commented on a change in pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#discussion_r330587020 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -10

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
codecov-io edited a comment on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#issuecomment-537273937 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/578?src=pr&el=h1) Report > Merging

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
codecov-io edited a comment on issue #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578#issuecomment-537273937 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/578?src=pr&el=h1) Report > Merging

[GitHub] [qpid-dispatch] asfgit closed pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector…

2019-10-02 Thread GitBox
asfgit closed pull request #578: DISPATCH-1434 - Added new attribute saslPasswordFile to the connector… URL: https://github.com/apache/qpid-dispatch/pull/578 This is an automated message from the Apache Git Service. To respo

[GitHub] [qpid-proton] gemmellr commented on issue #194: ENTMQCL-1062:[CMake] Fixing an issue with cmake not compiling c++11 e…

2019-10-02 Thread GitBox
gemmellr commented on issue #194: ENTMQCL-1062:[CMake] Fixing an issue with cmake not compiling c++11 e… URL: https://github.com/apache/qpid-proton/pull/194#issuecomment-537572146 Can you please [raise and/or] reference a PROTON Jira key in your PR titles and commit logs. https://is

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #579: DISPATCH-1418: use proper outcome for deliveries to unavailable addre…

2019-10-02 Thread GitBox
kgiusti opened a new pull request #579: DISPATCH-1418: use proper outcome for deliveries to unavailable addre… URL: https://github.com/apache/qpid-dispatch/pull/579 …sses Use the configured address treatment if available. Otherwise use the router default treatment. --

[GitHub] [qpid-dispatch] asfgit closed pull request #579: DISPATCH-1418: use proper outcome for deliveries to unavailable addre…

2019-10-02 Thread GitBox
asfgit closed pull request #579: DISPATCH-1418: use proper outcome for deliveries to unavailable addre… URL: https://github.com/apache/qpid-dispatch/pull/579 This is an automated message from the Apache Git Service. To respo

[GitHub] [qpid-proton] ncau commented on issue #194: PROTON-2114:[CMake] Fixing an issue with cmake not compiling c++11 e…

2019-10-03 Thread GitBox
ncau commented on issue #194: PROTON-2114:[CMake] Fixing an issue with cmake not compiling c++11 e… URL: https://github.com/apache/qpid-proton/pull/194#issuecomment-537885521 Updated the title and amended the commit message to contain the PROTON reference -

[GitHub] [qpid-dispatch] asfgit closed pull request #562: DISPATCH-1412: Load policy python module once only per router run

2019-10-03 Thread GitBox
asfgit closed pull request #562: DISPATCH-1412: Load policy python module once only per router run URL: https://github.com/apache/qpid-dispatch/pull/562 This is an automated message from the Apache Git Service. To respond to

[GitHub] [qpid-dispatch] kgiusti opened a new pull request #580: DISPATCH-1423: restore original mcast credit replenish behavior

2019-10-04 Thread GitBox
kgiusti opened a new pull request #580: DISPATCH-1423: restore original mcast credit replenish behavior URL: https://github.com/apache/qpid-dispatch/pull/580 Prior to DISPATCH-1266 credit was issued for multicast senders unconditionally. DISPATCH-1266 changed this to only grant credit w

[GitHub] [qpid-dispatch] codecov-io commented on issue #580: DISPATCH-1423: restore original mcast credit replenish behavior

2019-10-04 Thread GitBox
codecov-io commented on issue #580: DISPATCH-1423: restore original mcast credit replenish behavior URL: https://github.com/apache/qpid-dispatch/pull/580#issuecomment-538425385 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/580?src=pr&el=h1) Report > Merging [#580](https:

[GitHub] [qpid-dispatch] asfgit closed pull request #580: DISPATCH-1423: restore original mcast credit replenish behavior

2019-10-04 Thread GitBox
asfgit closed pull request #580: DISPATCH-1423: restore original mcast credit replenish behavior URL: https://github.com/apache/qpid-dispatch/pull/580 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration

2019-10-04 Thread GitBox
codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/576#issuecomment-536764810 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/576?src=pr&el=h1) Report > Merging [#576](https://codecov.i

[GitHub] [qpid-dispatch] ted-ross opened a new pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-04 Thread GitBox
ted-ross opened a new pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581 This is an automated message from the Apache Git Service. To respond

[GitHub] [qpid-dispatch] kgiusti commented on issue #555: DISPATCH-1401: fix coverity locking false positive.

2019-10-04 Thread GitBox
kgiusti commented on issue #555: DISPATCH-1401: fix coverity locking false positive. URL: https://github.com/apache/qpid-dispatch/pull/555#issuecomment-538549804 outdated This is an automated message from the Apache Git Servi

[GitHub] [qpid-dispatch] kgiusti closed pull request #555: DISPATCH-1401: fix coverity locking false positive.

2019-10-04 Thread GitBox
kgiusti closed pull request #555: DISPATCH-1401: fix coverity locking false positive. URL: https://github.com/apache/qpid-dispatch/pull/555 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [qpid-dispatch] codecov-io commented on issue #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-04 Thread GitBox
codecov-io commented on issue #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#issuecomment-538554589 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/581?src=pr&el=h1) Report > Merging [#581](https://c

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #505: NO-JIRA: add tests that update and settle deliveries before rx completes

2019-10-04 Thread GitBox
codecov-io edited a comment on issue #505: NO-JIRA: add tests that update and settle deliveries before rx completes URL: https://github.com/apache/qpid-dispatch/pull/505#issuecomment-502193817 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/505?src=pr&el=h1) Report > Mergin

[GitHub] [qpid-dispatch] bhardesty commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-04 Thread GitBox
bhardesty commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#discussion_r331695501 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -493,6 +493,12 @

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-07 Thread GitBox
ted-ross commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#discussion_r332007734 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -493,6 +493,12 @@

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
ganeshmurthy opened a new pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582 …odified the password field to accept openssl style prefixes ---

[GitHub] [qpid-dispatch] codecov-io commented on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
codecov-io commented on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#issuecomment-539095930 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/582?src=pr&el=h1) Report > Merging [#582]

[GitHub] [qpid-dispatch] bhardesty commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-07 Thread GitBox
bhardesty commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#discussion_r332123654 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -493,6 +493,12 @

[GitHub] [qpid-dispatch] ted-ross commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-07 Thread GitBox
ted-ross commented on a change in pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#discussion_r332128916 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -493,6 +493,12 @@

[GitHub] [qpid-dispatch] bhardesty commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
bhardesty commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332134469 ## File path: docs/books/user-guide/configuration-security.adoc ## @@ -1

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332157060 ## File path: docs/books/user-guide/configuration-reference.adoc ## @@ -76

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332156779 ## File path: src/connection_manager.c ## @@ -103,6 +103,38 @@ static qd_c

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332160677 ## File path: python/qpid_dispatch/management/qdrouter.json ## @@ -633,14

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-07 Thread GitBox
codecov-io edited a comment on issue #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581#issuecomment-538554589 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/581?src=pr&el=h1) Report > Merging [#581](ht

[GitHub] [qpid-dispatch] ganeshmurthy commented on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
ganeshmurthy commented on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#issuecomment-539167128 @bhardesty @kgiusti I think I have addressed your comments. Please take a look at the PR once again and

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-07 Thread GitBox
codecov-io edited a comment on issue #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#issuecomment-539095930 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/582?src=pr&el=h1) Report > Merging

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-08 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332507603 ## File path: src/connection_manager.c ## @@ -107,31 +107,39 @@ static qd_

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-08 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332511326 ## File path: docs/books/user-guide/modules/enabling-ssl-tls-encryption.adoc ##

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-08 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332511087 ## File path: docs/books/user-guide/modules/connecting-using-mutual-ssl-tls-authent

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-08 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332512084 ## File path: docs/books/user-guide/configuration-reference.adoc ## @@ -76

[GitHub] [qpid-dispatch] kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-08 Thread GitBox
kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332513289 ## File path: src/connection_manager.c ## @@ -107,31 +107,39 @@ static qd_

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration

2019-10-08 Thread GitBox
codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/576#issuecomment-536764810 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/576?src=pr&el=h1) Report > Merging [#576](https://codecov.i

[GitHub] [qpid-dispatch] asfgit closed pull request #581: DISPATCH-1442 - Added annotation field to the router entity.

2019-10-08 Thread GitBox
asfgit closed pull request #581: DISPATCH-1442 - Added annotation field to the router entity. URL: https://github.com/apache/qpid-dispatch/pull/581 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [qpid-dispatch] codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration

2019-10-08 Thread GitBox
codecov-io edited a comment on issue #576: DISPATCH-1441: optparse to argparse migration URL: https://github.com/apache/qpid-dispatch/pull/576#issuecomment-536764810 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/576?src=pr&el=h1) Report > Merging [#576](https://codecov.i

[GitHub] [qpid-jms] stsiano opened a new pull request #32: QPIDJMS-441: add proxy support

2019-10-09 Thread GitBox
stsiano opened a new pull request #32: QPIDJMS-441: add proxy support URL: https://github.com/apache/qpid-jms/pull/32 This is an intial version of proxy support for the qpid-jms libary. The implementation as such is rather trivial (the actual coding that is really doing something is the ch

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #583: DISPATCH-1446 - Modified get_test_log in system_tests__qdmanage to no…

2019-10-09 Thread GitBox
ganeshmurthy opened a new pull request #583: DISPATCH-1446 - Modified get_test_log in system_tests__qdmanage to no… URL: https://github.com/apache/qpid-dispatch/pull/583 …t assume that the last log line is the AGENT log. Cast a wider net by searching for the last 20 log lines

[GitHub] [qpid-dispatch] codecov-io commented on issue #583: DISPATCH-1446 - Modified get_test_log in system_tests__qdmanage to no…

2019-10-09 Thread GitBox
codecov-io commented on issue #583: DISPATCH-1446 - Modified get_test_log in system_tests__qdmanage to no… URL: https://github.com/apache/qpid-dispatch/pull/583#issuecomment-540086564 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/583?src=pr&el=h1) Report > Merging [#583]

[GitHub] [qpid-dispatch] asfgit closed pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m…

2019-10-09 Thread GitBox
asfgit closed pull request #582: DISPATCH-1440 - Deprecated passwordFile attribute in sslProfile and m… URL: https://github.com/apache/qpid-dispatch/pull/582 This is an automated message from the Apache Git Service. To respo

[GitHub] [qpid-proton] ssorj commented on a change in pull request #192: Changed Python API to better handle strings where symbo…

2019-10-09 Thread GitBox
ssorj commented on a change in pull request #192: Changed Python API to better handle strings where symbo… URL: https://github.com/apache/qpid-proton/pull/192#discussion_r333151329 ## File path: python/proton/_message.py ## @@ -430,6 +430,31 @@ def _set_reply_to_group_id(s

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