[Kimchi-devel] [PATCH 0/3 V6] Storage volume upload

Aline Manera alinefm at linux.vnet.ibm.com
Fri May 15 20:31:38 UTC 2015


V5 - V6:
- Enclose offset information by the lock
- Update test case to store file content in a variable to avoid IO

v4 -> v5:
- Reduce number of locks
- Update MockModel and test cases accordingly

Aline Manera (2):
  Upload storage volume
  Remove storage volume creation from file

Royce Lv (1):
  Update controller to make update accept formdata params

 docs/API.md                        |  8 +++-
 src/kimchi/API.json                | 22 ++++++++++
 src/kimchi/control/base.py         |  6 +--
 src/kimchi/i18n.py                 |  6 +++
 src/kimchi/mockmodel.py            | 34 +++++++++------
 src/kimchi/model/storagevolumes.py | 86 ++++++++++++++++++++-----------------
 tests/test_model_storagevolume.py  | 88 +++++++++++++++++++++++++++++++-------
 tests/test_rest.py                 | 45 +------------------
 8 files changed, 180 insertions(+), 115 deletions(-)

-- 
2.1.0




More information about the Kimchi-devel mailing list