summaryrefslogtreecommitdiff
path: root/tools/src/py/qmf-tool
Commit message (Collapse)AuthorAgeFilesLines
* QPID-3858: Updated branch - merged from trunk r.1333987Kim van der Riet2012-05-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/asyncstore@1334037 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Converted connection-options in qmf-tool from string to map.Ted Ross2011-11-181-29/+16
| | | | | | | | | When the wrapped Python API was updated to match the pure Python API, the connection options were changed from the (c++)-style string to the python-style keyword args. This update adapts qmf-tool to this change. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1203649 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3506 - Improved error handling in CLI parse.Ted Ross2011-09-271-4/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1176415 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3506 - qmf-tool - Improved command line optionsTed Ross2011-09-261-23/+123
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1176096 13f79535-47bb-0310-9956-ffa450edef68
* Improve exception reporting for queries and method calls.Ted Ross2011-02-041-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1067091 13f79535-47bb-0310-9956-ffa450edef68
* Add detection of negative numbers to the method-argument evaluator.Ted Ross2011-02-031-2/+5
| | | | | | | Note: This logic is getting a bit hairy, it should be replaced with a regular expression match. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1066725 13f79535-47bb-0310-9956-ffa450edef68
* Improve the detection of data types in command-line method arguments.Ted Ross2011-02-021-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1066564 13f79535-47bb-0310-9956-ffa450edef68
* Usability changes:Ted Ross2011-01-101-17/+45
| | | | | | | | | 1) Improved exception reporting. 2) Changed query structure to keep query results until 'clear' command is invoked. 3) Use 'list' and 'show' in a more intuitive way. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057356 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup:Ted Ross2011-01-101-216/+30
| | | | | | | | 1) Removed dead code. 2) Cleaned up command completion and handling of incorrect number of arguments. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057316 13f79535-47bb-0310-9956-ffa450edef68
* A new command-line tool, similar to qpid-tool but with the following ↵Ted Ross2011-01-101-0/+830
differences: 1) Operation is active and synchronous, rather than passive and async. 2) Operations are per-agent (i.e. work with one agent at a time). 3) Uses the new QMFv2 API (Python wrapper around C++ core). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1057208 13f79535-47bb-0310-9956-ffa450edef68