- 08 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4058
-
- 05 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4059 Also, adjust corresponding unit and functional tests
-
- 02 Aug, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #4059
-
Stavros Sachtouris authored
Refs: #4203
-
- 01 Aug, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 31 Jul, 2013 3 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #4196
-
Stavros Sachtouris authored
Refs: Bug #4134
-
- 16 Jul, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #4058
-
- 26 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 14 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 13 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
-
- 12 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3934
-
- 07 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs:#3934
-
Stavros Sachtouris authored
Refs: #3954
-
- 06 Jun, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3934
-
- 04 Jun, 2013 2 commits
-
-
Stavros Sachtouris authored
Refs: #3934 Breaks compatibility, implements a remotes-based config file
-
Stavros Sachtouris authored
Compatible with kamaki config files v2 user.url, file.url, compute.url and image.url are now valid and of higher priority to astakos.url, pithos.url, cyclades.url, plankton.url which are also valid All these are ignored iff [global].auth_url is given
-
- 03 Jun, 2013 3 commits
-
-
Stavros Sachtouris authored
Also, fix typos and default values for service configurations
-
Stavros Sachtouris authored
Refs: #3874 Let cross-service initializations to use explicit service endpoint urls if there is no single authentication url. - In Image commands, there are calls that use astakos and pithos clients - In pithos there are calls that use astakos client
-
Stavros Sachtouris authored
Refs: #3874 In current configuration, kamaki checks for auth_url. If that fails, it raises an error. If it is not set, it prints a warning and attempts to read the <service>.url option from the configuration file. Service urls: astakos.url, pithos.url, cyclades.url, plankton.url
-
- 31 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Refs: #3874 Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get user information and, most importantly, endpoints. Allow users to authenticate multiple tokens on the same session. In every session there must be at most one authentication per user/token. Major change: top kamaki.cli.commands class now contains a base_auth field with the cached authenticating client. All urls are drained from this field.
-
- 22 May, 2013 2 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Refs: #3732
-
- 21 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Log of changes: - Properties are stored in a remote file on Pithos+ - File name is <image-file>.meta - Feature can be switched off with --no-property-file-upload - If remote property file exists, registration is aborted - If remote property file exists, force with -f, --fforce-upload-property-file - Location is given as container:path - User id can be aquired internaly with an astakos call Refs: #3769, #3778
-
- 20 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Apply the feature wherever is applicable Generalize the feature by moving the corresponding code to _command_init
-
- 17 May, 2013 4 commits
-
-
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
-
Stavros Sachtouris authored
Also, kamaki.clients.pithos.copy/move_object returns response headers Refs: #3756 #3732
-
Stavros Sachtouris authored
Refs: #3756 #3732 In kamaki.clients ------------------- - storage.create_directory returns response headers - implement pithos.create_container In kamaki.cli.pithos ------------------- - add flag --with_output for optional output - add (-j, --json) flag for optional json-formated output - apply these changes to file_mkdir, file_touch, file_create
-
Stavros Sachtouris authored
- Implement a print_json auxiliary method in kamaki.cli.utils - Add a (-j, --json) flag to file list - When -j or --json flag is on, only json is printed Refs: #3732
-
- 15 May, 2013 4 commits
-
-
Stavros Sachtouris authored
Also disallow moving deleted objects by version The later was implemented by accident, due to the symetry between move and copy Refs: #3737
-
Stavros Sachtouris authored
Refs: 3737
-
Stavros Sachtouris authored
Refs: #3739
-
Stavros Sachtouris authored
Refs: #3735
-
- 14 May, 2013 2 commits
-
-
Stavros Sachtouris authored
If the upload is successfull, if the -l or --details argument is present, kamaki lists all uploaded objects with all details returned by the server (e.g. object version, date of creation, etc) Refs: #3730
-
Stavros Sachtouris authored
kamaki file purge <container> -F will automatically empty a container before purging it Refs: #3662
-
- 09 May, 2013 1 commit
-
-
Stavros Sachtouris authored
Unsolved bug: redudant info in logfile
-
- 30 Apr, 2013 2 commits
-
-
Stavros Sachtouris authored
containerlimit set -h will tell users to use 0 for unlimited containerlimit get will print "unlimited" if received a 0 value
-
Stavros Sachtouris authored
Container limit 0 means "unlimited"
-