
From: Royce Lv <lvroyce@linux.vnet.ibm.com> v2>v3, Add mockmodel and tests v3>v4, Update progress presentation, update max_body_size control Royce Lv (7): Storage volume upload: Update API.md Fix mockmodel reset for objectstore Storage volume upload: Parse params for upload formdata Storage volume upload: Control request body size of kimchi Storage volume upload: Support file based upload Storage volume upload: Adding progress to task message Storage volume upload: Change mockmodel and test docs/API.md | 2 ++ src/kimchi.conf.in | 3 +++ src/kimchi/config.py.in | 1 + src/kimchi/control/utils.py | 4 +++- src/kimchi/mockmodel.py | 26 +++++++++++++++++++++-- src/kimchi/model/storagevolumes.py | 32 ++++++++++++++++++++++++++++ src/kimchi/server.py | 1 + src/kimchid.in | 1 + tests/test_rest.py | 43 +++++++++++++++++++++++++++++++++++++- tests/utils.py | 2 +- 10 files changed, 110 insertions(+), 5 deletions(-) -- 1.8.3.2