Statistics
| Branch: | Tag: | Revision:

root @ b04a1abf

# Date Author Comment
b04a1abf 03/11/2013 12:19 pm Stavros Sachtouris

Explicetely set http connection poolsize

Conflicts:

version
a1822585 03/04/2013 08:12 pm Stavros Sachtouris

Declare recvlog before using it

Conflicts:

kamaki/clients/connection/kamakicon.py
58ddc630 03/04/2013 08:10 pm Stavros Sachtouris

Release http conn. if error while getting response

Fixes Bug #3370

Conflicts:

kamaki/clients/connection/kamakicon.py
version
23cd71ae 03/04/2013 06:57 pm Stavros Sachtouris

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

b716a16f 03/04/2013 06:57 pm Stavros Sachtouris

Merge branch 'feature-output' into develop

6fb4af77 03/04/2013 06:55 pm Stavros Sachtouris

Suggest ansicolors, progress when missing (#3367)

fc84235d 03/04/2013 05:51 pm Stavros Sachtouris

Merge branch 'develop' into feature-output

Conflicts:
kamaki/cli/commands/pithos_cli.py

89ecfa57 03/01/2013 07:09 pm Stratos Psomadakis

Fix typo in list images help output

ef1b7898 02/28/2013 06:10 pm Stavros Sachtouris

Merge branch 'feature-tests' into develop

785b478b 02/28/2013 06:10 pm Stavros Sachtouris

Complete unittests for clients.image

e09db3c4 02/28/2013 05:59 pm Stavros Sachtouris

unittest clients.image remove member

04f0c625 02/28/2013 05:54 pm Stavros Sachtouris

unittest clients.image add member

d01f7d92 02/28/2013 05:37 pm Stavros Sachtouris

unittest clients.image list_members

03314970 02/28/2013 05:30 pm Stavros Sachtouris

unittest clients.image set members

fe5173b9 02/28/2013 05:07 pm Stavros Sachtouris

unittest clients.image register, remove reregister

method reregister is obsolete and was removed from all kamaki hierarchy

e2c53122 02/28/2013 02:39 pm Stavros Sachtouris

unittests for clients.image get_meta

d86c3c7d 02/28/2013 01:53 pm Stavros Sachtouris

Initialize unittests for clients.image

274bcf7a 02/27/2013 06:52 pm Stavros Sachtouris

Complete Astakos client unittests

c1004a00 02/27/2013 06:06 pm Stavros Sachtouris

Start creating a kamaki.clients unittest set

Tests are packaged as kamaki.clients.test
As an example, the astakos authenticate method test has been implemented

bc702743 02/27/2013 04:04 pm Stavros Sachtouris

Merge branch 'feature-docs' into develop

95a11486 02/27/2013 04:04 pm Stavros Sachtouris

Remove deprecated debian repo apt.dev.grnet.gr

33daf181 02/27/2013 03:45 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

Conflicts:
kamaki/clients/connection/kamakicon.py

69663c69 02/27/2013 03:43 pm Stavros Sachtouris

Merge branch 'feature-store' into develop

1d389648 02/27/2013 03:43 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

dd7461ac 02/27/2013 03:13 pm Stavros Sachtouris

Add / at the end of images path (plankton)

This bug was produced after changes in path4url, where a trailing / is now
always removed

58a7ac27 02/27/2013 03:07 pm Stavros Sachtouris

Add / at the end of images path (plankton)

This bug was produced after changes in path4url, where a trailing / is now
always removed

4f266635 02/27/2013 01:22 pm Stavros Sachtouris

Support interaccount store operations (ftr. #3230)

Operations affected: copy and move

300da0fb 02/27/2013 01:12 pm Stavros Sachtouris

Seperate source client from destination client

Concerns store_copy operation and aims to clean up the code that
implements the account-to-account copy

3a066af4 02/26/2013 07:08 pm Stavros Sachtouris

Allow Custom From-Account to pithos copy

9a8892d8 02/26/2013 06:32 pm Stavros Sachtouris

Encode non-ascii http headers

Use urllib quote + str.encode('utf-8')

46a2e46d 02/26/2013 05:42 pm Stavros Sachtouris

Merge branch 'develop' into feature-store

ae25fa80 02/26/2013 05:39 pm Stavros Sachtouris

Merge branch 'hotfix-0.7.2' into develop

Conflicts:
kamaki/clients/utils.py
version

272fe3ea 02/26/2013 05:12 pm Stavros Sachtouris

New hotfix version with complete fixes on utf8 bug

a9e3df67 02/26/2013 04:50 pm Stavros Sachtouris

Remove trailing / for url paths

3f931d41 02/26/2013 04:47 pm Stavros Sachtouris

Fix double // in urls

142730a2 02/26/2013 03:26 pm Stavros Sachtouris

Fix url quoting with non-ascii (closes bug #3256)

Conflicts:

kamaki/clients/utils.py
version
4de960c7 02/26/2013 03:22 pm Stavros Sachtouris

Fix url quoting with non-ascii (closes bug #3256)

3fadf99d 02/26/2013 01:17 pm Stavros Sachtouris

Merge branch 'hotfix-0.7.1' into develop

Conflicts:
version

6ee7c3b0 02/26/2013 01:15 pm Stavros Sachtouris

Adjust all utils.py methods to handle non-ascii

97bda6cc 02/26/2013 12:56 pm Stavros Sachtouris

Return to correct version tag 0.7 instead of 0.7.1

0ee353ce 02/26/2013 12:50 pm Stavros Sachtouris

Merge branch 'hotfix-0.7.1'

c2013f76 02/26/2013 12:43 pm Stavros Sachtouris

Fix bug #3256

Bug description: Pithos client interfave fails to create unicode containers
Actual Problem: kamaki.clients.utils path2url method failed to proccess
non-ascii strings --> many commands could not handle non-ascii arguments

d160ada1 02/26/2013 12:42 pm Stavros Sachtouris

Allow non-ascii paramters on path2url

Replace calls of the form unicode(v) to the equivalent" '%s' % v

4ff9d6e2 02/26/2013 12:40 pm Stavros Sachtouris

Fix typo in cli.commands.astakos_cli.py

Was _main, changed to main

622a12fe 02/26/2013 12:24 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

Conflicts:
kamaki/clients/connection/__init__.py
kamaki/clients/connection/kamakicon.py

feadbf28 02/26/2013 12:20 pm Stavros Sachtouris

Merge branch 'develop' into feature-store

a517ff50 02/26/2013 12:19 pm Stavros Sachtouris

Allow non-ascii paramters on path2url

Replace calls of the form unicode(v) to the equivalent" '%s' % v

45b70023 02/25/2013 06:45 pm Stavros Sachtouris

Uniform var names in store_copy/move

761e0cbf 02/25/2013 06:44 pm Stavros Sachtouris

Adjust move to function like copy

6736f171 02/25/2013 06:05 pm Stavros Sachtouris

Re-implement store-copy semantics (feature #3310)

ff7754bd 02/25/2013 12:09 pm Stavros Sachtouris

Adjust version names to synnefo versionning stds

ece4ae4b 02/22/2013 06:28 pm Stavros Sachtouris

Started some changes in pithos_cli copy

Not ready yet, just for buck up

37840119 02/22/2013 02:12 pm Stavros Sachtouris

Merge branch 'develop' into feature-store

d78a9983 02/22/2013 02:09 pm Stavros Sachtouris

Add async tests to test_request

a037fd61 02/22/2013 02:00 pm Stavros Sachtouris

Implement a basic test_request for clients.Client

09a1a6e4 02/21/2013 06:03 pm Stavros Sachtouris

Initialize a unittest suite for kamaki.clients

660c0eff 02/21/2013 05:53 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

Conflicts:
kamaki/cli/commands/livetest_cli.py
version

f9f6364f 02/21/2013 05:51 pm Stavros Sachtouris

Set new develop version 0.8

57330fbf 02/21/2013 05:20 pm Stavros Sachtouris

Set rc version 4

4098d3fe 02/21/2013 05:19 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

Conflicts:
version

072ec67c 02/21/2013 04:48 pm Stavros Sachtouris

Merge branch 'develop'

5b879b16 02/21/2013 04:48 pm Stavros Sachtouris

update tests

3c83d5d8 02/21/2013 04:15 pm Stavros Sachtouris

pep8 fix

0891b0c0 02/21/2013 03:48 pm Stavros Sachtouris

Resolve forgoten conflict from previour merge

4e59b158 02/21/2013 03:41 pm Stavros Sachtouris

Merge branch 'develop'

Conflicts:
Changelog
kamaki/__init__.py
setup.py

928c2be3 02/21/2013 03:00 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

79b4f177 02/21/2013 02:26 pm Stavros Sachtouris

Documentation updates

f5f2dc53 02/21/2013 12:50 pm Stavros Sachtouris

Rename tests to livetest in kamaki.clients

Update documentation to reflect these changes

75f0c368 02/21/2013 10:37 am Stavros Sachtouris

Change version from 0.8 to 0.7.2

c501d3df 02/20/2013 08:11 pm Stavros Sachtouris

Test create_network params

ef3d785d 02/20/2013 07:00 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

9d1db11e 02/20/2013 06:58 pm Stavros Sachtouris

Make network-create --with-dhcp option a flag

8419a4c9 02/20/2013 06:32 pm Stavros Sachtouris

Complete KamakiHTTPResponse testing

e5a9a9f2 02/19/2013 06:21 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

dc268eaa 02/19/2013 06:10 pm Stavros Sachtouris

Change version target to 0.8

d38fb2ab 02/19/2013 04:18 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

db36a6a7 02/19/2013 04:17 pm Stavros Sachtouris

Fix pep8 error

9bc8317f 02/19/2013 04:16 pm Stavros Sachtouris

Fix bug in error reporting if service anavailable

81e72ab5 02/19/2013 04:14 pm Stavros Sachtouris

Fix bug in error reporting if service anavailable

c81fecfc 02/19/2013 04:03 pm Stavros Sachtouris

Update version tag to 0.7rc3

c09b4575 02/19/2013 03:49 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

e9e6be37 02/19/2013 03:47 pm Stavros Sachtouris

Merge branch 'feature-store' into develop

d00fd070 02/19/2013 03:46 pm Stavros Sachtouris

Recover default value of non-None default args

a3ba3bce 02/19/2013 02:20 pm Stavros Sachtouris

Make store download more intuitive + debug

Use cases:
- download <container>
Illegal
- download <container> --resume
Download contests to .
- download <container>:<directory>
Illegal
- download <container>:<directory> --recursive
Download remote dir and contents to ....

833ebde0 02/19/2013 10:47 am Stavros Sachtouris

Merge branch 'develop' into feature-store

feae5557 02/18/2013 05:54 pm Stavros Sachtouris

Fix pep8 error

5d16ef46 02/18/2013 04:21 pm Stavros Sachtouris

Implement KamakiHTTPConnection unittests

e0214780 02/18/2013 01:13 pm Stavros Sachtouris

Automatic test discovery for clients.connection

b2c5b650 02/18/2013 11:49 am Stavros Sachtouris

Rename HTTPConnection/Response classes

kamaki.clients.connection.HTTPConnection/Response abstract class are renamed
to kamaki.clients.connection.KamakiConnection/Response to avoid confusion w.
httplib.HTTPConnection/Response classes

05b9e4e6 02/15/2013 07:31 pm Stavros Sachtouris

Implement unittests for HTTPConnection object

Class Location: kamaki.clients.connection.HTTPConnection
Test Location: kamaki.clients.connection.test.HTTPConnection

e7e7dbbd 02/15/2013 05:44 pm Stavros Sachtouris

Implement unittests for HTTPResponse kamaki class

Class Location: kamaki.clients.connection.HTTPResponse
Test Location: kamaki.clients.connection.test.HTTPResponse

ba140a75 02/15/2013 04:21 pm Stavros Sachtouris

Merge branch 'develop' into feature-tests

8dd20bc7 02/15/2013 02:31 pm Stavros Sachtouris

Fix typo in KamakiHTTPResponse method

b4763c8a 02/15/2013 01:29 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

3e492898 02/15/2013 01:27 pm Stavros Sachtouris

Better error message when downld destin. exists

3d568c09 02/15/2013 01:14 pm Stavros Sachtouris

Fix pithos download_object typo range->range_str

80cfddd2 02/13/2013 01:25 pm Stavros Sachtouris

Set this feature as part of version 0.7.1

b56d23e8 02/13/2013 01:15 pm Stavros Sachtouris

Merge branch 'develop' into release-0.7

b58c1078 02/13/2013 01:14 pm Stavros Sachtouris

Make pithos_rest_api method vars safe from None

Some vars that have not None as default value where vulnerable to None assignments

06eccea2 02/13/2013 12:32 pm Stavros Sachtouris

Remove list2str() (clients.utils) 4 simplicity