Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1957)

Issue 181142: Add JSON-RPC (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by ced
Modified:
14 years, 2 months ago
Reviewers:
h.goebel, yangoon1
Visibility:
Public.

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add simplejson for python < 2.6 #

Patch Set 3 : Add encoder for Decimal #

Patch Set 4 : Add doc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -1 line) Patch
M CHANGELOG View 1 chunk +1 line, -0 lines 0 comments Download
M doc/protocols.rst View 1 chunk +3 lines, -0 lines 0 comments Download
M etc/trytond.conf View 2 chunks +8 lines, -0 lines 0 comments Download
M setup.py View 1 chunk +1 line, -0 lines 0 comments Download
M trytond/config.py View 3 chunks +5 lines, -1 line 0 comments Download
A trytond/protocols/jsonrpc.py View 1 2 1 chunk +340 lines, -0 lines 0 comments Download
M trytond/server.py View 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 10
ced
14 years, 2 months ago (2010-01-06 12:01:12 UTC) #1
yangoon1
14 years, 2 months ago (2010-01-06 12:27:05 UTC) #2
yangoon1
http://codereview.appspot.com/181142/diff/1/5 File trytond/protocols/jsonrpc.py (right): http://codereview.appspot.com/181142/diff/1/5#newcode9 trytond/protocols/jsonrpc.py:9: import json entry in setup.py and INSTALL missing
14 years, 2 months ago (2010-01-06 13:20:32 UTC) #3
ced
http://codereview.appspot.com/181142/diff/1/5 File trytond/protocols/jsonrpc.py (right): http://codereview.appspot.com/181142/diff/1/5#newcode9 trytond/protocols/jsonrpc.py:9: import json On 2010/01/06 13:20:32, yangoon wrote: > entry ...
14 years, 2 months ago (2010-01-06 13:43:26 UTC) #4
h.goebel
http://codereview.appspot.com/181142/diff/1/5 File trytond/protocols/jsonrpc.py (right): http://codereview.appspot.com/181142/diff/1/5#newcode136 trytond/protocols/jsonrpc.py:136: def do_POST(self): Isn't this a plain copy of from ...
14 years, 2 months ago (2010-01-06 14:02:56 UTC) #5
h.goebel
http://codereview.appspot.com/181142/diff/1/5 File trytond/protocols/jsonrpc.py (right): http://codereview.appspot.com/181142/diff/1/5#newcode9 trytond/protocols/jsonrpc.py:9: import json On 2010/01/06 13:43:26, ced wrote: > On ...
14 years, 2 months ago (2010-01-06 14:05:41 UTC) #6
ced
http://codereview.appspot.com/181142/diff/1/5 File trytond/protocols/jsonrpc.py (right): http://codereview.appspot.com/181142/diff/1/5#newcode136 trytond/protocols/jsonrpc.py:136: def do_POST(self): On 2010/01/06 14:02:56, h.goebel wrote: > Isn't ...
14 years, 2 months ago (2010-01-06 14:15:02 UTC) #7
ced
14 years, 2 months ago (2010-01-06 14:15:58 UTC) #8
yangoon1
On 2010/01/06 13:43:26, ced wrote: > http://codereview.appspot.com/181142/diff/1/5 > File trytond/protocols/jsonrpc.py (right): > > http://codereview.appspot.com/181142/diff/1/5#newcode9 > ...
14 years, 2 months ago (2010-01-06 14:16:12 UTC) #9
ced
14 years, 2 months ago (2010-01-06 14:40:19 UTC) #10

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b