Commit Graph

58 Commits

Author SHA1 Message Date
Simon MacMullen 62330fc443 Rejig help slightly 2012-02-13 15:41:21 +00:00
Simon MacMullen 68a6bfd6f5 Oops 2012-02-13 14:44:09 +00:00
Simon MacMullen f5c49c0e3a Help was getting a bit overwhelming, split it up now 2012-02-13 14:42:35 +00:00
Simon MacMullen a625151488 Cosmetic, and fix display of defaults. 2012-02-13 13:58:43 +00:00
Simon MacMullen 03ab92619d Better error handling 2012-02-13 13:03:49 +00:00
Simon MacMullen 8e5fcbb884 Across-port commit d7bcc763833358ae77060610cf0aae18c3ac9457 from Massimo's github. 2012-02-13 12:52:41 +00:00
Simon MacMullen 421573955a Massimo Paladin's patch to introduce a configuration file, rebased against default. 2012-02-09 14:35:38 +00:00
Emile Joubert 08f557cb59 Update copyright 2012 2012-02-02 13:24:33 +00:00
Simon MacMullen 12ecd233d9 Fix breaks to publish and get introduced in 2ff8ff3089c4. 2012-01-16 11:43:34 +00:00
Simon MacMullen a5c5b2b134 Merge bug24672 2012-01-12 13:08:11 +00:00
Simon MacMullen 7cd0181c1d Allow specifying node on queue.declare. 2012-01-12 13:06:42 +00:00
Emile Joubert af66b0e5d4 Merged bug24656 into default 2012-01-09 12:41:41 +00:00
Simon MacMullen 3d3fe70f74 Handle array info items somewhat, by attempting to merge them down to a string. We do this by one of two methods: if we have an array of unicode strings then we concatenate with spaces (this makes slave node arrays look nice). For anything else we reserialise back to JSON (not great, but what else are you going to do?) 2012-01-04 15:15:54 +00:00
Simon MacMullen 9079e4f20f Add encoding field. 2012-01-04 14:45:01 +00:00
Simon MacMullen 1c2e9bbe2f They are definitions, not a schema. 2011-10-13 16:32:55 +01:00
Simon MacMullen 504eb4cc90 It's a schema, not a configuration. 2011-10-05 17:58:22 +01:00
Alexandru Scvortov 41157c8e5c update rabbitmqadmin copyright header 2011-08-01 12:17:31 +01:00
Simon MacMullen 862f72e27c Support tags in rabbitmqadmin, such as it is. 2011-06-09 15:12:02 +01:00
Simon MacMullen 84e11d2ef7 Merge in default 2011-05-16 15:31:06 +01:00
Emile Joubert 4165e86742 Merged bug24082 into default 2011-05-13 11:43:16 +01:00
Simon MacMullen c98a80b4d5 bash-complete the short forms of arguments. 2011-05-10 11:22:06 +01:00
Simon MacMullen 216b4befe8 Join column names with ".", "_" makes hardly any sense. 2011-05-09 16:08:55 +01:00
Simon MacMullen 6587647e76 Send requested columns to server 2011-05-09 16:08:24 +01:00
Emile Joubert a168ae5acd Merged bug23373 into default 2011-03-17 09:56:21 +00:00
Simon MacMullen 5baded2e05 die() should do the same as output(). 2011-03-15 10:39:21 +00:00
Simon MacMullen 845fa5b806 When stdout is not a TTY (e.g. redirecting) Python assumes everything must be ASCII. Fix that. 2011-03-15 10:29:34 +00:00
Simon MacMullen e37952e82a Change occurences of str() to unicode() - this is enough to get unicode characters working. 2011-03-14 17:12:09 +00:00
Simon MacMullen 4b6b1b0628 SSL support in rabbitmqadmin 2011-03-14 13:29:56 +00:00
Simon MacMullen 65a4e08c8f A bit of explanation. 2011-03-10 15:12:24 +00:00
Simon MacMullen 9543dab4d3 Allow publishing from stdin. 2011-03-10 15:09:04 +00:00
Simon MacMullen 901d24375e We were using "payload" with two quite different meanings there. Keep the one which AMQP calls payload, rename the other to "upload". 2011-03-10 15:00:45 +00:00
Simon MacMullen 7ed12a3aba Allow saving payload to a file. 2011-03-10 14:58:02 +00:00
Simon MacMullen c2fc45b13e A bit more abstraction. 2011-03-10 13:39:10 +00:00
Simon MacMullen b6bf09471a Allow setting payload_encoding. 2011-03-10 13:22:46 +00:00
Simon MacMullen 5575c9e0a1 Support for get / publish from the command line. 2011-02-25 17:00:13 +00:00
Simon MacMullen 3b0c869620 Fix appearance of mandatory args in usage message. 2011-01-06 11:37:59 +00:00
Simon MacMullen 162dcac223 rabbitmqadmin show overview 2011-01-03 13:20:13 +00:00
Simon MacMullen 7fa8ab790a rabbitmqadmin list <type> [<column> ...] 2010-12-21 16:10:38 +00:00
Jerry Kuch 080e065e28 Merge from default. 2010-12-08 14:19:46 -08:00
Simon MacMullen 535d0adcdd Scope, what scope? 2010-11-26 17:42:13 +00:00
Simon MacMullen 82ef554201 Since I'm here, improve display of common errors. 2010-11-19 17:50:07 +00:00
Simon MacMullen 6fbcf4b2dc Matthias did not like the way mandatory args were handled, so it had to go 2010-11-19 17:37:26 +00:00
Simon MacMullen e9fe19a4b4 Fix rabbitmqadmin, config import, and tests. The first two are trivial, the last is a mess and convinces me to start work on bug 23384. 2010-11-17 10:51:23 +00:00
Simon MacMullen e61d1a2371 Had this sitting around for a while; may as well commit it. Small refactor and bash completion for rabbitmqadmin. 2010-11-17 10:17:39 +00:00
Simon MacMullen 1cf6393929 Add nodes 2010-11-09 11:02:22 +00:00
Simon MacMullen 6d9373a248 It is important that each release look slightly different. 2010-11-09 10:55:04 +00:00
Simon MacMullen ba7093ab5b Fix copy right info in Erlang files. Add copyright info to Python file. Add LICENSE files similar to those in rabbitmq-server. 2010-11-01 15:49:21 +00:00
Simon MacMullen d13fc7b0a3 Don't display a blank line at the end of a TSV table. 2010-10-19 12:17:02 +01:00
Simon MacMullen cd99b8c507 Duh 2010-10-19 11:53:27 +01:00
Simon MacMullen 1187ec41d1 Error messages. 2010-10-19 11:52:38 +01:00