Statistics
| Branch: | Tag: | Revision:

root / kamaki @ d9e46d62

# Date Author Comment
d9e46d62 04/19/2012 06:17 pm Giorgos Verigakis

Add missing headers in PUT

16d445fe 04/19/2012 02:37 pm Giorgos Verigakis

Add status_code in Container already exists exception

d83a2834 04/11/2012 01:58 pm Giorgos Verigakis

Move default config paths inside config module

6c62a96d 04/04/2012 12:55 pm Giorgos Verigakis

Add Content-Length header when sending data

466c1ef7 04/04/2012 12:54 pm Giorgos Verigakis

Send application/octet-stream Content-Type on create_object

0c6d7489 04/04/2012 12:29 pm Giorgos Verigakis

Data corruption fix

Duplicate blocks were added once to the hash map.

a91e0293 03/23/2012 03:50 pm Giorgos Verigakis

Add a purge command

986b53f8 03/23/2012 03:24 pm Giorgos Verigakis

pyflakes reported fixes

b545e140 03/23/2012 03:08 pm Giorgos Verigakis

Use prints, log was never defined

188f23b9 03/19/2012 06:33 pm Giorgos Verigakis

Add an optional size argument in create_object

be4f79ea 03/19/2012 06:33 pm Giorgos Verigakis

Disable certificate verification

Was failing with the production server

c4922a05 03/13/2012 04:26 pm Giorgos Verigakis

Fix personality in server create

3a074de0 03/13/2012 04:25 pm Giorgos Verigakis

Improve error reporting in astakos

cb813272 03/05/2012 05:08 pm Giorgos Verigakis

Integrate glance into image

Remove glance command group.

43ca98ee 03/05/2012 04:23 pm Giorgos Verigakis

Add support for Astakos API

Add "astakos authenticate" command

2bcb595a 02/28/2012 07:53 pm Giorgos Verigakis

Add a store list command

77eaa0be 02/28/2012 07:51 pm Giorgos Verigakis

Use self instead of cls in update_parser

update_parser is no longer a class method.

b80abb0c 02/23/2012 03:35 pm Giorgos Verigakis

Use 0600 permissions for the config file

Refs #1961

cd75ff39 02/23/2012 02:51 pm Giorgos Verigakis

Update image client to the new infrastructure

Delete obsolete HTTPClient.

6a0b1658 02/21/2012 07:51 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

486f00d3 02/15/2012 01:28 pm Giorgos Verigakis

Use built-in OrderedDict if available

f3ddb705 02/15/2012 01:28 pm Giorgos Verigakis

Configuration and CLI updates

  • New configuration mechanism
  • Refactored CLI
  • Added clint dependency
c4ab2af9 02/14/2012 04:29 pm Giorgos Verigakis

Send the correct order of hashes

21cf6792 02/02/2012 04:15 pm Giorgos Verigakis

Add a -o option to override the configuration

60560d7c 02/02/2012 04:15 pm Giorgos Verigakis

Add a store create command to create a container

53129af9 01/31/2012 05:16 pm Giorgos Verigakis

Pithos client improvements

  • Fix a bug in hash calculation
  • Verify the hashes of uploaded blocks
  • Keep missing block offsets to read them directly
    on the second pass.
b3b32add 01/30/2012 04:39 pm Giorgos Verigakis

Bugfixes

  • Rename asterias to cyclades
  • Remove create image from compute
  • Fix missing imports

Refs #1956

176894c1 01/20/2012 03:58 pm Giorgos Verigakis

Add a store download command

d2cea1e2 01/19/2012 06:41 pm Giorgos Verigakis

Add Pithos support

  • Use Pithos' smart upload if available
  • Add store container command
  • Add store delete command
a1c50326 01/19/2012 01:08 pm Giorgos Verigakis

Modularize clients

8ab2c986 01/13/2012 03:20 pm Giorgos Verigakis

Add missing glance functions

a6757cbc 01/12/2012 05:51 pm Giorgos Verigakis

Add full support for list and register in glance

614b80ce 01/05/2012 04:27 pm Giorgos Verigakis

Rename kamaki.py to cli.py

Use absolute imports
Update build script

eb3ca8ca 01/05/2012 04:04 pm Giorgos Verigakis

Major refactoring

Groundwork to support different APIs (synnefo and
plankton).

New configuration mechanism (kamaki config)

57b8dd5a 11/15/2011 01:04 pm Giorgos Verigakis

Support extended personality attributes

All attributes except path are now optional and
will be filled based on the file of path.

Refs #1645

ec52784d 10/03/2011 05:19 pm Giorgos Verigakis

Allow more than one metadata updates at the time

Refs #1399

054e60c0 10/03/2011 05:15 pm Giorgos Verigakis

Improve logging output

9a3f4ffc 10/03/2011 05:14 pm Giorgos Verigakis

Use _post instead of _cmd

f108622a 09/30/2011 12:55 pm Vangelis Koukis

Add docstrings to a number of client methods

653b0597 09/29/2011 04:25 pm Giorgos Verigakis

Improve logging

Do not use the root logger.

Refs #1337

6d604f07 09/29/2011 12:34 pm Vangelis Koukis

Fix bug introduced by previous commit

443c1f01 09/28/2011 04:22 pm Vangelis Koukis

Include HTTP status in ClientError exceptions

d3a67ae8 09/28/2011 03:00 pm Vangelis Koukis

Add init.py to make kamaki a python package

76f01c50 09/22/2011 06:08 pm Giorgos Verigakis

Add personality support for server create

5d1d131b 09/19/2011 05:38 pm Giorgos Verigakis

Initial import of kamaki

  • No authentication method yet, you need to provide a valid token.
  • Not fully compatible with Cactus yet.
  • Split into client and CLI.
  • build script will create a standalone binary with no dependencies.