You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2017/10/23 21:47:47 UTC

[45/45] qpid-dispatch git commit: DISPATCH-834 Merge config utility into master

DISPATCH-834 Merge config utility into master


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/e6eb3b01
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/e6eb3b01
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/e6eb3b01

Branch: refs/heads/master
Commit: e6eb3b01fb03a3c289d6b5a70008020d50cc4b97
Parents: 1dbfefa c910082
Author: Ernest Allen <ea...@redhat.com>
Authored: Mon Oct 23 17:44:39 2017 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Mon Oct 23 17:44:39 2017 -0400

----------------------------------------------------------------------
 console/config/.gitignore                       |    2 +
 console/config/README                           |   28 +
 console/config/config.py                        |  456 ++
 console/config/css/brokers.ttf                  |  Bin 0 -> 2272 bytes
 console/config/css/dispatch.css                 |  738 +++
 console/config/css/mock.css                     |  165 +
 console/config/css/plugin.css                   |  986 ++++
 console/config/css/site-base.css                | 4706 ++++++++++++++++++
 console/config/deploy                           |   19 +
 .../config/deployments/install_dispatch.yaml    |   59 +
 console/config/deployments/run_dispatch.yaml    |   18 +
 console/config/favicon-32x32.png                |  Bin 0 -> 1055 bytes
 console/config/html/qdrTopology.html            |  279 ++
 console/config/index.html                       |   91 +
 console/config/js/dispatchPlugin.js             |  157 +
 console/config/js/qdrNewNode.js                 |  329 ++
 console/config/js/qdrService.js                 |  282 ++
 console/config/js/qdrTopology.js                | 2034 ++++++++
 console/config/mock/__init__.py                 |   23 +
 console/config/mock/schema.py                   |   54 +
 console/config/mock/section.py                  |  111 +
 console/config/package.json                     |   37 +
 console/config/schema.json                      | 1306 +++++
 console/config/topologies/config-2/A.conf       |   21 +
 console/config/topologies/config-2/B.conf       |   12 +
 25 files changed, 11913 insertions(+)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org