Fix all minor typos and modifications in tests
[kamaki] / kamaki / clients / pithos / __init__.py
2013-06-13 Stavros SachtourisFix all minor typos and modifications in tests
2013-06-12 Stavros SachtourisFix typo in method docs
2013-06-10 Stavros SachtourisDocument the Upgrade notes for v0.9
2013-05-22 Stavros SachtourisRestore thread-wait for append
2013-05-22 Stavros SachtourisMerge branch 'feature-json-output' into develop
2013-05-22 Stavros SachtourisWait threads to finish in pithos append_object
2013-05-22 Stavros SachtourisImplement an optional json output 4 outputing cmds
2013-05-21 Stavros SachtourisDo not recalculate #blocks in upload_from_string
2013-05-21 Stavros SachtourisDo not recalculate #blocks in upload_from_string
2013-05-21 Stavros SachtourisStore image properties after image registration
2013-05-20 Stavros SachtourisApply optional output to kamaki file commands
2013-05-17 Stavros SachtourisUpdate file operations and their output
2013-05-17 Stavros SachtourisAdd output to file copy/move
2013-05-17 Stavros SachtourisAdd output support to create methods
2013-05-16 Stavros SachtourisFunctional test and debug for upload_from_string
2013-05-16 Stavros SachtourisImplement upload_from_string
2013-05-16 Stavros SachtourisOptimize download_to_string by using threads
2013-05-16 Stavros SachtourisImplement download_to_string in pithos client
2013-05-15 Stavros SachtourisAdjust pithos livetest to use container_info_cache
2013-05-15 Stavros SachtourisAdd a container_infor_cache param to upload_object
2013-05-14 Stavros SachtourisModify upload methods to return created obj info
2013-05-09 Stavros SachtourisFix typo in _create_or_get_missing_hashes call
2013-05-09 Stavros SachtourisHonour if_(none_)match even if all blocks are up
2013-04-15 Stavros SachtourisUpdate docs to use the term Synnefo where needed
2013-04-15 Stavros SachtourisSplit file-quota semantics for account and contner
2013-04-15 Stavros SachtourisRename file setquota to file containerlimit set
2013-04-12 Stavros SachtourisAdd if-etag-match to pithos client upload
2013-04-12 Stavros SachtourisMerge branch 'feature-store' into develop
2013-04-12 Stavros SachtourisAdd option to fail upload if remote file exists
2013-04-11 Stavros SachtourisMake --public and --sharing to work in upload
2013-04-08 Stavros SachtourisFix typo in using download progress bar
2013-04-08 Stavros SachtourisMinimize requeests whn dnlding same block
2013-04-08 Stavros Sachtourisfixbug 3555: blcks missing if same to other blcks
2013-04-04 Stavros SachtourisRedesign http connection module
2013-03-15 Stavros SachtourisPrepare PithorRest testcase for implementation
2013-03-15 Stavros SachtourisRephrase astakos client and wip clients code
2013-03-12 Stavros SachtourisRearange client packages 4 uniformity in testing