- 04 May, 2015 1 commit
-
-
Stavros Sachtouris authored
Closes grnet/kamaki#96
-
- 07 Nov, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 05 Jun, 2014 1 commit
-
-
Stavros Sachtouris authored
Fixes #24
-
- 23 May, 2014 1 commit
-
-
Stavros Sachtouris authored
-
- 10 Dec, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 05 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4059 Also, adjust corresponding unit and functional tests
-
- 01 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 20 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3964 (cherry picked from commit c088076b)
-
Stavros Sachtouris authored
Refs: #3964
-
- 23 May, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 21 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3780
-
- 17 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3756 #3732 - Add optional output for file methods: mkdir, touch, create, move, create, copy, move, append, delete, purge, info, meta, upload - Transliterate permissions and metadata methods to apear as get/set/delete command subgroups e.g. kamaki file metadata set ... instead of kamaki file setmeta - Add method create_container to pithos client, add unit and functional tests
-
- 16 May, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3608
-
Stavros Sachtouris authored
The download_to_string method downloads a remote object from pithos into a string, which is then returned. Also, implemented unit and functional tests. Changelog is updated Refs: #3608
-
- 15 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: 3707
-
- 14 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Methods affected: upload_object upload_object_unchunked upload_object_by_manifestation unittests modified accordingly Refs: #3656
-
- 15 Apr, 2013 3 commits
-
-
Stavros Sachtouris authored
kamaki file quota --> only for account kamaki file quota <container> --> kamaki file containerlimit get [container] Support #3541
-
Stavros Sachtouris authored
Also, do not allow user to set account quota
-
Stavros Sachtouris authored
This affects the cli: - remove the quotaholder commands set - remove the commissioning system (automatic command retrieval) This affevts the clients: - remove the quotaholder client - remove the clients commissioning system Save the ordereddict backport to clients.utils (still useful) Update documentation and setup
-
- 12 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
The if-none-match header option with '*' is used in that case. This is exposed as 'if_not_exist' in PithosClient.upload_object Feature #3574
-
- 08 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
A boring file is a file with at least two same blocks Kamaki fails to download more than 1 same blocks, therefore the downloaded file is corrupted This test fixes the bug
-
- 04 Apr, 2013 1 commit
-
-
Stavros Sachtouris authored
Merge everything to kamaki.clients Remove multiple hierarchies of connection classes (== abandon support for alternative connection methods, e.g. for requests from pypi) New connection classes are - RequestManager - ResponseManager Semantics: RequestManager constructor commits a request without performing it but it performs all sanity checks for url, path, method and params RequestManager.perform will perform the commited request, if called ResponseManager constructor needs a RequestManager instance ResponseManager.(various properties) request is pooled from a ContextManagerPool (objpool) when needed. Results are cached and used as long as the ResponseManager instance is alive Remove KamakiConnection/ResponseErrors, use ClientError wrapers for everything Remove the connection livetest TODO: Adjust unittests
-
- 22 Mar, 2013 1 commit
-
-
Stavros Sachtouris authored
Naming convention: Actual functionality: In package kamaki.clients.pkg there is class C containing a method M Test it in a package kamaki.clients.pkg.test, with a class C + a method test_M Command line run: python ${kamaki}/kamaki/clients/pkg/test.py C M or python ${kamaki}/kamaki/clients/test.py C M In package kamaki.clients there is a module mod containing a method M Test it in a package kamaki.clients.mod, with a class Mod + a method test_M Command line run: python ${kamaki}/kamaki/clients/mod/test.py Mod M or python ${kamaki}/kamaki/clients/test.py Mod M
-
- 19 Mar, 2013 12 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 15 Mar, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-