[Kimchi-devel] [PATCH v5 0/7] Support image upload
Crístian Viana
vianac at linux.vnet.ibm.com
Fri Sep 5 16:44:49 UTC 2014
I'm sending a new version of Royce's patchset because she's currently on vacation.
The changelog from the previous patchset (v4) is:
- Use the same file body size in "src/kimchi.config" as in "src/kimchi.conf".
- Make sure the file handler will be closed when reading the upload file content.
- Fix the Task status message describing the upload progress.
- Remove the pool refresh operation from the upload loop.
- Add the package "python-requests" as a project requirement.
- Fix a formatting issue.
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
contrib/DEBIAN/control.in | 3 ++-
contrib/kimchi.spec.fedora.in | 1 +
contrib/kimchi.spec.suse.in | 1 +
docs/API.md | 2 ++
docs/README.md | 7 ++++---
src/kimchi.conf.in | 3 +++
src/kimchi/config.py.in | 1 +
src/kimchi/control/utils.py | 4 +++-
src/kimchi/mockmodel.py | 24 ++++++++++++++++++++++++
src/kimchi/model/storagevolumes.py | 31 +++++++++++++++++++++++++++++++
src/kimchi/server.py | 1 +
src/kimchid.in | 2 ++
tests/test_rest.py | 38 +++++++++++++++++++++++++++++++++++++-
tests/utils.py | 2 +-
14 files changed, 113 insertions(+), 7 deletions(-)
--
1.9.3
More information about the Kimchi-devel
mailing list