qpid-proton git commit: PROTON-1179: Fix error_condition close tests to compile with older Linux headers

2016-04-20 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master 13364ad50 -> 4971ac573 PROTON-1179: Fix error_condition close tests to compile with older Linux headers Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commi

qpid-proton git commit: PROTON-1180, PROTON-1179: Finish endpoint work, most of the condition work - Renamed condition -> error_condition - renamed all accessors for error_condition to error() - Made

2016-04-20 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master f1e2428ba -> 13364ad50 PROTON-1180, PROTON-1179: Finish endpoint work, most of the condition work - Renamed condition -> error_condition - renamed all accessors for error_condition to error() - Made error_condition a value class holdin

qpid-proton git commit: PROTON-1180: [C++ binding] Modified endpoint changes: - Only have active() boolean - this is local_active - Removed remote_active() and changed all of it's uses in the code.

2016-04-20 Thread astitcher
Repository: qpid-proton Updated Branches: refs/heads/master a5db6a1ed -> f1e2428ba PROTON-1180: [C++ binding] Modified endpoint changes: - Only have active() boolean - this is local_active - Removed remote_active() and changed all of it's uses in the code. Project: http://git-wip-us.apache.or

qpid-jms git commit: NO-JIRA: Reduce unnecessary checkpoint runs during the tests that can cause long pauses on slow CI hardware.

2016-04-20 Thread tabish
Repository: qpid-jms Updated Branches: refs/heads/master bcd4a91ca -> c33e2d687 NO-JIRA: Reduce unnecessary checkpoint runs during the tests that can cause long pauses on slow CI hardware. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repo

qpid-dispatch git commit: DISPATCH-283: Fix typo that was preventing router nodes from being expanded in the tree

2016-04-20 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master c2ee7cb56 -> 20a43f75c DISPATCH-283: Fix typo that was preventing router nodes from being expanded in the tree Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-

[3/3] qpid-dispatch git commit: DISPATCH-282: Don't update topology when in 'Add' mode

2016-04-20 Thread eallen
DISPATCH-282: Don't update topology when in 'Add' mode Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/c2ee7cb5 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/c2ee7cb5 Diff: http://git-wip-us.a

[2/3] qpid-dispatch git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-dispatch

2016-04-20 Thread eallen
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-dispatch Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/ea315721 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/ea315721 D

[1/3] qpid-dispatch git commit: DISPATCH-282: Defer topology updates when adding a new node on topology page

2016-04-20 Thread eallen
Repository: qpid-dispatch Updated Branches: refs/heads/master 1c46b7c68 -> c2ee7cb56 DISPATCH-282: Defer topology updates when adding a new node on topology page Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/com

qpid-dispatch git commit: DISPATCH-286 - Remove the backslash option from the prefix delimiters.

2016-04-20 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master 7eea3ff37 -> 1c46b7c68 DISPATCH-286 - Remove the backslash option from the prefix delimiters. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/1c

qpid-dispatch git commit: DISPATCH-286 - Add delimiter support for slash and backslash in hash-prefix lookups.

2016-04-20 Thread tross
Repository: qpid-dispatch Updated Branches: refs/heads/master b99acb85b -> 7eea3ff37 DISPATCH-286 - Add delimiter support for slash and backslash in hash-prefix lookups. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dis

svn commit: r1740154 - /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/query/WhereCriteria.js

2016-04-20 Thread orudyy
Author: orudyy Date: Wed Apr 20 15:13:45 2016 New Revision: 1740154 URL: http://svn.apache.org/viewvc?rev=1740154&view=rev Log: QPID-6983: Fix criteria conjunction in WhereCriteria widget Modified: qpid/java/trunk/broker-plugins/management-http/src/main/java/resources/js/qpid/management/quer

qpid-dispatch git commit: NO-JIRA - Added additional unit test the tests SASL PLAIN authentication over SSL

2016-04-20 Thread gmurthy
Repository: qpid-dispatch Updated Branches: refs/heads/master 94e3c10a7 -> b99acb85b NO-JIRA - Added additional unit test the tests SASL PLAIN authentication over SSL Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispat

svn commit: r1740144 - in /qpid/java/trunk/broker-plugins/management-http/src/main/java/resources: js/qpid/management/query/CriteriaPane.js js/qpid/management/query/QueryBuilder.js query/QueryBuilder.

2016-04-20 Thread orudyy
Author: orudyy Date: Wed Apr 20 13:24:38 2016 New Revision: 1740144 URL: http://svn.apache.org/viewvc?rev=1740144&view=rev Log: QPID-6983: Fix Query UI related issues: fix datetime expression generation for UTC timezone fix selection of columns in standard mode widget on cha

svn commit: r1740129 - in /qpid/java/trunk: broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/servlet/query/ConfiguredObjectQueryTest.java common/src/main/java/org/

2016-04-20 Thread kwall
Author: kwall Date: Wed Apr 20 12:08:24 2016 New Revision: 1740129 URL: http://svn.apache.org/viewvc?rev=1740129&view=rev Log: QPID-7206: [Java Broker] Query API - ensure that IN expressions with numbers consider all items within the Set Modified: qpid/java/trunk/broker-plugins/management-h

svn commit: r1740122 - in /qpid/java/trunk: broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/servlet/query/ConfiguredObjectQueryTest.java common/src/main/java/org/

2016-04-20 Thread kwall
Author: kwall Date: Wed Apr 20 11:50:13 2016 New Revision: 1740122 URL: http://svn.apache.org/viewvc?rev=1740122&view=rev Log: QPID-7206: [Java Broker] Query API - allow enums to appear in the set of an IN expression too Modified: qpid/java/trunk/broker-plugins/management-http/src/test/java

svn commit: r1740063 - in /qpid/java/trunk: broker-plugins/management-http/src/test/java/org/apache/qpid/server/management/plugin/servlet/query/ common/src/main/java/org/apache/qpid/filter/

2016-04-20 Thread kwall
Author: kwall Date: Wed Apr 20 07:45:44 2016 New Revision: 1740063 URL: http://svn.apache.org/viewvc?rev=1740063&view=rev Log: QPID-7206: [Java Broker] Query API - support enums on RHS of expression too Modified: qpid/java/trunk/broker-plugins/management-http/src/test/java/org/apache/qpid/se