[GitHub] qpid-dispatch pull request #415: DISPATCH-1176 Prevent uninitialized deliver...

2018-11-09 Thread ErnieAllen
Github user ErnieAllen commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/415#discussion_r232223312 --- Diff: src/router_core/router_core_private.h --- @@ -321,7 +321,8 @@ ALLOC_DECLARE(qdr_router_ref_t); DEQ_DECLARE(qdr_router_ref_t

[GitHub] qpid-dispatch pull request #415: DISPATCH-1176 Prevent uninitialized deliver...

2018-11-08 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/415 DISPATCH-1176 Prevent uninitialized delivery from crashing router This prevents the crash but... I'm concerned about router inter-operability between different versions of the router

[GitHub] qpid-dispatch pull request #408: ernie-DISPATCH-1158 Add background map to c...

2018-11-02 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/408 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #408: ernie-DISPATCH-1158 Add background map to c...

2018-10-29 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/408 ernie-DISPATCH-1158 Add background map to console's topology page New feature for demos: optional background map on topology page. You can merge this pull request into a Git repository

[GitHub] qpid-dispatch pull request #395: DISPATCH-1147 Expose address priority to ma...

2018-10-25 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/395 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #395: DISPATCH-1147 Expose address priority to ma...

2018-10-24 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/395 DISPATCH-1147 Expose address priority to management and qdstat Exposes router.address.priority to management qdstat --address now lists priority Added test to system_tests_qdstat

[GitHub] qpid-dispatch pull request #389: DISPATCH-1130 Expose link priority

2018-10-11 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/389 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #389: DISPATCH-1130 Expose link priority

2018-10-10 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/389 DISPATCH-1130 Expose link priority Adds priority to router.link management entity in the schema. Connects link.priority to schema attribute. Adds priority column to qdstat -l You

[GitHub] qpid-dispatch pull request #333: DISPATCH-1054 add console tests to cmake

2018-06-27 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/333 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #332: Dispatch 1049 console tests

2018-06-25 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/332 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #332: Dispatch 1049 console tests

2018-06-25 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/332 Dispatch 1049 console tests Console unit tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/ErnieAllen/qpid-dispatch DISPATCH-1049

[GitHub] qpid-dispatch pull request #331: Test new CMakeLists.txt

2018-06-25 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/331 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #331: Test new CMakeLists.txt

2018-06-25 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/331 Test new CMakeLists.txt Testing if npm exists before npx. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ErnieAllen/qpid-dispatch

[GitHub] qpid-dispatch pull request #312: DISPATCH-1017 Add console to build

2018-06-04 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/312 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #312: Add console to build

2018-06-02 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/312 Add console to build Please review the CMakeLists.txt The console build will: - run lint on javascript and typescript files - convert typescript files to javascript

[GitHub] qpid-dispatch pull request #305: Dispatch 965 - Port to Python 3.x

2018-05-16 Thread ErnieAllen
Github user ErnieAllen commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/305#discussion_r188746296 --- Diff: console/config/mock/section.py --- @@ -17,6 +17,11 @@ # under the License. # +from __future__ import print_function

[GitHub] qpid-dispatch issue #253: Enhanced link-statistics

2018-02-13 Thread ErnieAllen
Github user ErnieAllen commented on the issue: https://github.com/apache/qpid-dispatch/pull/253 ![screenshot from 2018-02-13 15-49-18](https://user-images.githubusercontent.com/763701/36173034-cb69fab4-10d5-11e8-8c00-40fae795d669.png) In a 5 router network, I'm seeing

[GitHub] qpid-dispatch pull request #249: DISPATCH-921 Run npm install after stand-al...

2018-01-29 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/249 DISPATCH-921 Run npm install after stand-alone console install Checks to make sure npm is installed and runs npm install after console file have been copied. You can merge this pull

[GitHub] qpid-dispatch pull request #210: DISPATCH-580 Adding graph=true for logStats...

2017-11-02 Thread ErnieAllen
Github user ErnieAllen closed the pull request at: https://github.com/apache/qpid-dispatch/pull/210 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[GitHub] qpid-dispatch pull request #210: DISPATCH-580 Adding graph=true for logStats...

2017-10-16 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/210 DISPATCH-580 Adding graph=true for logStats statistics Added graph=true so logStats can be graphed by the console You can merge this pull request into a Git repository by running

[GitHub] qpid-dispatch pull request #209: DISPATCH-856 Add hostName to router entity

2017-10-16 Thread ErnieAllen
GitHub user ErnieAllen opened a pull request: https://github.com/apache/qpid-dispatch/pull/209 DISPATCH-856 Add hostName to router entity The router.hostName will be used by the console to visually group routers that are deployed on the same machine. You can merge this pull