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
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.
-
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
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
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.
---
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]
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`.
---
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
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.
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 .
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
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
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.
---
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.
-
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
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
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
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
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
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
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
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
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.
--
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
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.
--
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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:
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]
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
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
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
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
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
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
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
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
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
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.
--
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
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
-
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
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
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:
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
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
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
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
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,
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
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
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 @
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 @@
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
---
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]
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 @
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 @@
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
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
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
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
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
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
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
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_
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
##
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
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
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_
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
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
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
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
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
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]
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
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
301 - 400 of 8141 matches
Mail list logo