Clean-up new API interface
Review Request #2845 — Created Feb. 8, 2012 and discarded — Latest diff uploaded
The legacy code is unstructured and it seems that noone has ever run it. Starting from this patch I will clean server interface until it becomes suitable for making HTTP requests. I intend to keep the chunks as small as possible in order to simplify the review process and speed-up acceptances, so some-times the logic may seem uncompleted.
Diff Revision 5 (Latest)
orig
1
2
3
4
5
rbtools/commands/__init__.py |
---|
rbtools/commands/rb.py |
---|
rbtools/commands/rbclose.py |
---|
rbtools/commands/rbconfig.py |
---|
rbtools/commands/rbcreate.py |
---|
rbtools/commands/rbdiff.py |
---|
rbtools/commands/rbinfo.py |
---|
rbtools/commands/rbinfov2.py |
---|
rbtools/commands/rbopen.py |
---|
rbtools/commands/rbpatch.py |
---|
rbtools/commands/rbpublish.py |
---|
rbtools/commands/rbupload.py |
---|
rbtools/commands/resource-browser.py |
---|
rbtools/commands/tests.py |
---|
rbtools/commands/utils.py |
---|
rbtools/utils/files.py |
---|
rbtools/utils/filesystem.py |
---|
rbtools/utils/process.py |
---|
rbtools/utils/testbase.py |
---|
rbtools/utils/tests.py |
---|