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
AUTHORS |
---|
setup.py |
---|
contrib/internal/release.py |
---|
rbtools/__init__.py |
---|
rbtools/knownissues.txt |
---|
rbtools/postreview.py |
---|
rbtools/tests.py |
---|
rbtools/api/errors.py |
---|
rbtools/api/resource.py |
---|
rbtools/api/serverinterface.py |
---|
rbtools/api/settings.py |
---|
rbtools/api/utils.py |
---|
rbtools/clients/__init__.py |
---|
rbtools/clients/clearcase.py |
---|
rbtools/clients/git.py |
---|
rbtools/clients/mercurial.py |
---|
rbtools/clients/perforce.py |
---|
rbtools/clients/plastic.py |
---|
rbtools/clients/svn.py |
---|
rbtools/clients/tests.py |
---|