Tony Garnock-Jones
7f1137b69a
Infrastructure for supporting piecewise spec extension.
2009-10-07 14:55:02 +01:00
Ben Hood
7ca539bfff
Merged bug21493 into default
2009-08-26 14:19:07 +01:00
Paul Jones
db97179e9b
Added synchronous flag to json for methods that have an associated response
2009-08-26 12:11:47 +01:00
Matthias Radestock
6b5b8ffb82
add a few more default method arg values
...
and changed *.ack.multiple's default from true to false, which is the
more sensible (and less dangerous) default
2009-08-12 23:08:22 +01:00
David Wragg
77bd658abb
Avoid try: ... except: ... finally: to syppoet python 2.4
...
Python 2.4 (as still used by RHEL 5) doesn't have this syntax. You
have to nest a try: ... except: inside a try: ... finally: ...
Tested on Centos 5.
2009-05-08 16:17:07 +01:00
Hubert Plociniczak
5a72c5ebcd
Write autogenerated code to file instead of to stdout.
...
To avoid generating incorrect code, remove the file on exception.
2009-01-09 19:05:59 +01:00
Hubert Plociniczak
23ed51ce65
More strict matching
2008-12-12 15:01:04 +00:00
Hubert Plociniczak
552f37bcc8
Use default regex type in find
2008-12-12 14:44:14 +00:00
Hubert Plociniczak
1052e77bae
Added distclean target
2008-12-12 14:25:19 +00:00
Tony Garnock-Jones
e150fc2e5a
Advice about macports py25-simplejson
2008-12-10 21:18:36 +00:00
Matthias Radestock
6360be7e26
extend copyright year and cosmetic changes
2008-12-10 10:52:40 +00:00
Matthias Radestock
f45c1c442e
merge bug19845 into default
2008-12-10 10:49:00 +00:00
Tony Garnock-Jones
b17673a5c0
Remove dots, for consistency
2008-12-09 15:58:17 +00:00
Tony Garnock-Jones
84ede90b1b
Another tweak.
2008-12-09 15:23:49 +00:00
Tony Garnock-Jones
e0321d0325
Update copyrights.
2008-12-09 14:47:40 +00:00
Tony Garnock-Jones
0026437a39
John has assigned his copyright in the specification JSON file to the
...
RabbitMQ team.
2008-12-08 18:28:50 +00:00
Tony Garnock-Jones
0948ae9bae
Multiline strings are not permitted in JSON
2008-12-02 16:38:53 +00:00
Hubert Plociniczak
e085151d7c
Use simplejson.py API, move copyright info
...
since comments are not valid in json
2008-11-20 13:32:47 +00:00
Tony Garnock-Jones
88e870720b
merge bug19250 into default
2008-10-30 14:10:55 +00:00
Matthias Radestock
acd67e5e3b
merge bug19332 into default
2008-10-12 17:35:36 +01:00
Hubert Plociniczak
04189c2322
Print error message when codegen cannot import json
2008-10-10 16:26:06 +01:00
Ben Hood
e3c4c91087
Added queue.unbind method
2008-10-04 15:32:06 +01:00
Ben Hood
6309e8d93d
Added default field to consume
2008-09-07 14:31:44 +01:00
Hubert Plociniczak
0a03379584
Removed license needed by json.py since it was removed
2008-09-04 18:30:14 +01:00
Hubert Plociniczak
10364dec73
Removed json.py, it will be added as a dependency
2008-09-04 17:09:31 +01:00
Tony Garnock-Jones
28f82ebe55
Merge bug17070 into default
2008-08-28 09:39:33 +01:00
Matthias Radestock
222c1cc208
correct a few defaults, based on Tony's comments
...
- there is no sensible default value for the reply-code in basic.return
- '*.reject' should default requeue to 'true' so we don't throw away
messages by default
2008-08-27 10:54:55 +01:00
Matthias Radestock
c7bf3d841b
fewer defaults - based on Tony's feedback
...
- we consider MRDQ to be a mis-feature, so we shouldn't use defaults
that bring it into play
- it is illegal to bind to the default exchange, so we shouldn't make
that the default
- routing-keys should be specified in most cases, so no point having a
default of ""
- it makes no sense to have an empty queue name in 'deliver', and
'declare-ok'.
2008-08-27 10:22:00 +01:00
Matthias Radestock
c5877ca42e
merge bug17070 into default
2008-08-26 20:48:28 +01:00
Matthias Radestock
4648f344e5
squash tiny bug
2008-08-26 20:47:54 +01:00
Matthias Radestock
876bff2356
add a few empty-table defaults
2008-08-26 20:29:54 +01:00
Matthias Radestock
952435a1ff
more default values
...
also changed a few defaults to more sensible settings
2008-08-26 19:26:08 +01:00
Karol Skocik
196ae05011
added more default values
2008-08-26 15:11:18 +01:00
Karol Skocik
17f516262e
unquote default values, so they became Python objects after JSON parsing
2008-08-08 15:35:11 +01:00
Tony Garnock-Jones
c7ca7d9be7
Migrate .hgignore from umbrella
2008-07-08 12:18:00 +01:00
Tony Garnock-Jones
a41fc5ad04
Migrate branch bug17070
2008-07-03 13:45:32 +01:00
Tony Garnock-Jones
5aa63a26a1
Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)
2008-07-03 13:35:10 +01:00