Statistics
| Branch: | Tag: | Revision:

root / kamaki @ de4f08ef

# Date Author Comment
de4f08ef 11/06/2012 07:44 pm Stavros Sachtouris

Handle json-formated server error responses

0238c167 11/06/2012 07:08 pm Stavros Sachtouris

Propagate error handling corrections up to CLIs

bcb51856 11/06/2012 04:49 pm Stavros Sachtouris

Restore verbose and debug functionality in clients

7e5415a4 11/06/2012 04:34 pm Stavros Sachtouris

Modernize clients and clients.connection error hdl

d5eeabc0 11/05/2012 07:38 pm Stavros Sachtouris

Error handling reform start from connection

7d91734c 11/05/2012 07:05 pm Stavros Sachtouris

Fix unresolved httplib request url - path issue

minor unitest fixes

f93854ae 11/05/2012 05:46 pm Stavros Sachtouris

Restore color dummys

6ac7f90f 11/05/2012 04:53 pm Stavros Sachtouris

Add object-version arg to store info

e0aac6a6 11/05/2012 04:44 pm Stavros Sachtouris

Remove sensitice info from tests

22beceb3 11/05/2012 04:35 pm Stavros Sachtouris

Minor improvements in pithos unitesting

19699c46 11/05/2012 04:04 pm Stavros Sachtouris

test pithos upload with binary random files

f27ed9a0 11/05/2012 03:55 pm Stavros Sachtouris

Sync progressbar to threads, adjust ctrl-c handler

In pithos download/upload ctrl-c is caught when multithreading,
and wait for active threads to finish before exiting

e02728f9 11/02/2012 07:28 pm Stavros Sachtouris

Use standard threading instead of gevent/greenlets

gevent depedency is not needed after that

3dabe5d2 11/02/2012 01:16 pm Stavros Sachtouris

Make all source pep8 compliant

234954d1 11/01/2012 03:20 pm Stavros Sachtouris

pep8 kamaki.cli.commands

fd5db045 10/31/2012 07:02 pm Stavros Sachtouris

pep8 part of kamaki (from root to cli)

40425570 10/31/2012 06:06 pm Stavros Sachtouris

Get rid of old file

9ceec15a 10/31/2012 04:19 pm Stavros Sachtouris

Intriduce store cat to cli

cat prints a remote file to console
this used to be achieved by calling download with only one
parameter, which is not supported anymore

5203ec42 10/31/2012 04:06 pm Stavros Sachtouris

Remove forgoten debug print message

f8b42e99 10/31/2012 03:28 pm Stavros Sachtouris

Propagate failed connection to server

b521efd9 10/31/2012 01:16 pm Stavros Sachtouris

Minor bugs

1037b811 10/31/2012 12:04 pm Stavros Sachtouris

Remove sensitive info from code

68da89ac 10/31/2012 11:50 am Stavros Sachtouris

Merge branch 'master' of https://code.grnet.gr/git/kamaki

Conflicts:
kamaki/__init__.py
kamaki/cli.py
kamaki/clients/__init__.py
kamaki/clients/astakos.py
kamaki/clients/compute.py
kamaki/clients/cyclades.py
kamaki/clients/image.py
kamaki/clients/pithos.py...

df959ba0 10/30/2012 06:51 pm Stavros Sachtouris

Remove too much progressbar warnings

b5d069f0 10/30/2012 06:48 pm Stavros Sachtouris

Move progressbar check to ProgressBarArgument

9791305f 10/30/2012 06:42 pm Stavros Sachtouris

Catch progressbar missing in download

41226a68 10/30/2012 06:39 pm Stavros Sachtouris

Dont create ProgressBar if progress not installed

5bfe1cda 10/30/2012 06:36 pm Stavros Sachtouris

Commit uncommited pithos_cli changes

726fa2a1 10/30/2012 06:11 pm Stavros Sachtouris

Remove request depedancy

b335416e 10/30/2012 05:54 pm Stavros Sachtouris

Almost complete kamaki.client settings

There are some issues:
- in Pithos: big-file handling, binnary file up/download
- in Cyclades: some methods need extra access to be tested
- in Image: remove_members, list_shared not checked properly

8ecbb5e8 10/30/2012 05:37 pm Stavros Sachtouris

unittest image set/list_members

adb1dde9 10/30/2012 04:23 pm Stavros Sachtouris

unittest image register (basic functionality)

4c28298d 10/30/2012 02:21 pm Stavros Sachtouris

unittest image get_meta

f7e38cbb 10/30/2012 02:13 pm Stavros Sachtouris

Fix image list_public syntax bug, gracefull error

Connection module errors are controled and nicer
untitest list_public

b9d07587 10/30/2012 01:25 pm Stavros Sachtouris

Astakos: minor config bug, introduce unittesting

0e46324c 10/30/2012 12:09 pm Stavros Sachtouris

Some touches in Cyclades unittests

1f1ca342 10/29/2012 07:43 pm Stavros Sachtouris

Complete cyclades testing

9f1d1fcf 10/29/2012 07:09 pm Stavros Sachtouris

History file at root

e8bd81eb 10/29/2012 06:15 pm Stavros Sachtouris

Default values minor fixes

554d18b0 10/29/2012 05:31 pm Stavros Sachtouris

Setup default values for synnefo services

Defult values refer to the okeanos production
services. If the caller has access to okeanos
production site (an account name and a token)
then the minimum config file for kamaki is

[global]
account=...

67cea04c 10/29/2012 04:11 pm Stavros Sachtouris

Set colors off by default

455b362d 10/29/2012 03:52 pm Stavros Sachtouris

Change syntax for KeyValue properties

old syntax: --property "key1=val1 key2=val2 ..."
new syntax: --property key1=val1,key2-val2,...

23803b28 10/29/2012 02:47 pm Stavros Sachtouris

Fix parse error in argument parsing

a34888b4 10/29/2012 01:31 pm Stavros Sachtouris

list/disconnect nics by network at clients lib

e828bac0 10/26/2012 05:10 pm Stavros Sachtouris

Try (and fail) to fix _delete_network in tests.py

436f2ce1 10/26/2012 05:03 pm Stavros Sachtouris

Gracefull filenotfound error in store upload

0fc54992 10/26/2012 04:35 pm Stavros Sachtouris

Clean up forgoten HTTPRequest imports

c270fe96 10/26/2012 04:18 pm Stavros Sachtouris

Remove relative imports from all pkgs, fix astakos

astakos imports an anused (and soon deprecated) module

03fd7ddb 10/26/2012 04:03 pm Stavros Sachtouris

Remove relative imports from commands specs

6ce9fc72 10/25/2012 07:37 pm Stavros Sachtouris

Handle connection.close in repeated requests

f34bfe13 10/25/2012 05:10 pm Stavros Sachtouris

Adjust get_firewall_profile expcted rspns frmt

b4ddae0d 10/25/2012 03:31 pm Stavros Sachtouris

Version 0.6.0

3ad34f11 10/25/2012 03:20 pm Stavros Sachtouris

Fix unicode on httplib bug

Unicode headers or url might apear as httplib request
Although httplib can usually handle the problem, it breaks when
the body has been read from a binary file because
unicode_str + binary produces a UnicodeDecodeError
Thus the url, headers, etc are forced to be simple strings

a62c75d1 10/23/2012 05:54 pm Stavros Sachtouris

Push error raising upload for testing

19f4195f 10/23/2012 05:21 pm Stavros Sachtouris

Raise block upload greenlet failure error

0b9269d8 10/23/2012 03:20 pm Stavros Sachtouris

Try pithos without relative imports

bb877241 10/22/2012 07:24 pm Stavros Sachtouris

Finish testing cyclades already!

OK, there are a couple of issues unresolved:
- disconnect_server
- network_profiles

Both of them are probably OK, but should be tested against proper
cyclades versions

88837c0c 10/22/2012 06:55 pm Stavros Sachtouris

test get_network_details

8ae8313c 10/22/2012 06:45 pm Stavros Sachtouris

Unittest bugfixes

a58ff64d 10/22/2012 06:19 pm Stavros Sachtouris

test connect/list_server_necs now works

ec786e22 10/22/2012 05:18 pm Stavros Sachtouris

Remove useless import

8dc7a093 10/22/2012 04:55 pm Stavros Sachtouris

Fix import line in clients/connection

83a61efa 10/22/2012 04:23 pm Stavros Sachtouris

Test get_server_stats, list_networks

388197fe 10/22/2012 03:53 pm Stavros Sachtouris

test connect_server (to nic) list_server_nics

8304a13d 10/19/2012 07:04 pm Stavros Sachtouris

Start testing network methods (nothing ready yet)

b542f95c 10/19/2012 06:27 pm Stavros Sachtouris

Improve cyclades test msgs

2d67ecbb 10/19/2012 05:32 pm Stavros Sachtouris

Test cyclades.py upto get/set_firewall_profile

71286858 10/19/2012 03:53 pm Stavros Sachtouris

Test get_image-metadata, server_console

e17ee645 10/18/2012 06:33 pm Stavros Sachtouris

Full flavor testing

27415de2 10/18/2012 06:17 pm Stavros Sachtouris

Test delete_server_metadata and list_flavors

ca1eb93f 10/18/2012 03:37 pm Stavros Sachtouris

Minor fix

2340a44a 10/18/2012 03:36 pm Stavros Sachtouris

Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop

5af9a6df 10/18/2012 03:35 pm Stavros Sachtouris

Improve interactive shell help

affb6442 10/18/2012 03:25 pm Stavros Sachtouris

Improve interactive shell help msg

d813b8a6 10/17/2012 06:27 pm Stavros Sachtouris

Bugfixes

de0619d8 10/17/2012 06:20 pm Stavros Sachtouris

Test create/get_server_metadata, reboot_server etc

c92d159d 10/17/2012 04:45 pm Stavros Sachtouris

Test update_server_name + minor bugfixes

e9d42f72 10/16/2012 06:38 pm Stavros Sachtouris

Fix arguments in context switching

489a1047 10/16/2012 05:47 pm Stavros Sachtouris

Minor fixes

ef5f9c89 10/16/2012 05:07 pm Stavros Sachtouris

Tide up a little

ce48608f 10/16/2012 04:22 pm Stavros Sachtouris

Kamaki now has interactive shell + minor fixes

b9331a9f 10/15/2012 04:32 pm Stavros Sachtouris

Seperate shell from one-command cli

33e3437a 10/15/2012 12:44 pm Stavros Sachtouris

Quota Holder init (no functionality)

5eae854d 10/15/2012 12:00 pm Stavros Sachtouris

Rearange commands class hierarchy

629adab4 10/12/2012 06:13 pm Stavros Sachtouris

Various behavioral fixes

05f5f380 10/12/2012 03:06 pm Stavros Sachtouris

Error details in default error message

e5fb02b4 10/12/2012 03:01 pm Stavros Sachtouris

Remove some debug msgs

ffaf6783 10/12/2012 02:57 pm Stavros Sachtouris

Shell can run cmds with args ony from context

1002315e 10/11/2012 06:38 pm Stavros Sachtouris

Multilevel command names and one-level api calls

486e55f4 10/11/2012 06:12 pm Stavros Sachtouris

Minor fixes

73e0914d 10/11/2012 05:18 pm Stavros Sachtouris

Initial shell functionality with 1st lvl cmds

0f653327 10/11/2012 12:47 pm Stavros Sachtouris

Minor improvements

1c1fd2fa 10/10/2012 04:58 pm Stavros Sachtouris

Interactive shell (without functionality ftm)

f317a0b8 10/10/2012 04:19 pm Stavros Sachtouris

History clean and params

b46307af 10/08/2012 07:15 pm Stavros Sachtouris

History as command

bd04712a 10/08/2012 06:14 pm Stavros Sachtouris

Remove History Argument

f3e94e06 10/08/2012 05:55 pm Stavros Sachtouris

Adjust cyclades clis, rearange command locations

f247bcb4 10/08/2012 01:20 pm Stavros Sachtouris

Add history handling - no history storage yet

26cd03ca 10/05/2012 06:58 pm Stavros Sachtouris

Adjust config

a7c7afc7 10/05/2012 06:33 pm Stavros Sachtouris

Adjust astakos