Statistics
| Branch: | Tag: | Revision:

root / setup.py @ 6af47576

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
304a92dc 03/13/2013 04:58 pm Stavros Sachtouris

Create package kamaki.clients.compute with tests

c608d6e9 03/12/2013 06:35 pm Stavros Sachtouris

Finetest Storage.get_acount_info

85898ca4 03/12/2013 05:59 pm Stavros Sachtouris

Rearange client packages 4 uniformity in testing

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

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

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

Rename tests to livetest in kamaki.clients

Update documentation to reflect these changes

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

7e269d16 02/12/2013 03:49 pm Stavros Sachtouris

Remove redudant line in setup

21d2194d 02/12/2013 02:10 pm Vangelis Koukis

Update author and maintainer info in setup.py

7f887e03 02/11/2013 07:56 pm Stavros Sachtouris

Depend on argparse iff python < 2.7

2e44e2ba 02/08/2013 01:04 pm Stavros Sachtouris

Remove ordereddict dependency

4b6c06ed 02/06/2013 07:06 pm Stavros Sachtouris

Add tests package to setup

6d192774 02/01/2013 05:12 pm Stavros Sachtouris

Prototype kamaki.clients untitest suite

Prototype implementation on kamaki.clients.astakos client
In prototype status, does not function yet
Old unittests in _tests.py, for reference

89e4c1c4 01/30/2013 05:00 pm Stavros Sachtouris

Get rid of OrderedDict dependency for python<=2.6

a9fca388 01/30/2013 04:38 pm Stavros Sachtouris

CHANGELOG for version 0.6.3

1. Get rid of OrderedDict dependency (for python <= 2.6)
2. Minor fixes

ca092af4 01/25/2013 05:58 pm Stavros Sachtouris

Adjust up to store-overwrite

e3a1d743 01/16/2013 04:47 pm Stavros Sachtouris

Documentation updates

6c2a6f0d 01/15/2013 03:07 pm Stavros Sachtouris

Re-fix setup

1ada4c87 01/15/2013 02:09 pm Stavros Sachtouris

Forgoten save

d6542452 01/15/2013 01:59 pm Stavros Sachtouris

Setup QH-related package setup

766eb677 01/09/2013 05:39 pm Stavros Sachtouris

Collection.ordereddict bckwrds compatibility

setup

b98fe305 12/04/2012 12:36 pm Dionysis Zindros

Rename object pool library from pool to objpool

b07589af 12/03/2012 04:04 pm Dionysis Zindros

Split pool into separate lib; remove snf-common deps

013ae040 12/03/2012 02:22 pm Dionysis Zindros

Add ordereddict and argparse dependencies

329753ae 11/21/2012 12:39 pm Stavros Sachtouris

Update docs, fix bug when progress not installed

d486baec 11/14/2012 01:38 pm Stavros Sachtouris

Complete UI/cli interface refactoring, minor bugs

af6de846 11/09/2012 03:45 pm Stavros Sachtouris

Start refactoring main CLI

Aims:
- cleaner cli load-point code
- move more argument logic to argument module
- move command loading to the seperate service cli modules:
each command spec module will provide a mechanism for loading
command interfaces (all of them or specific cmds)

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

Use standard threading instead of gevent/greenlets

gevent depedency is not needed after that

19f48e75 10/31/2012 04:35 pm Stavros Sachtouris

pep8 setup.py

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

Minor bugs

9c2c1659 10/31/2012 11:55 am Stavros Sachtouris

Remove some merging trash

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...

4e054e38 10/30/2012 06:17 pm Stavros Sachtouris

Make ansicollors and progressbar optional

Actually, setuptools don't support "optional", so they are
just not installed

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

Remove request depedancy

3cea140a 10/30/2012 06:06 pm Stavros Sachtouris

Add snf-common dependency

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

Version 0.6.0

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

Raise block upload greenlet failure error

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

Interactive shell (without functionality ftm)

dfee2caf 09/25/2012 05:48 pm Stavros Sachtouris

Fix CLI top level error handling

9bdc89da 09/25/2012 04:50 pm Stavros Sachtouris

Argument object handles part of the functionality

+minor fixes

14af08c0 09/04/2012 06:43 pm Stavros Sachtouris

New package CLI (repackaging), minor bugfixes

kamaki now has two packages: cli and clients
cli contains all command line interface code
clients is an indepentand lib that can also used by 3rd parties
minor bugs in comput lib

25914947 08/29/2012 06:44 pm Stavros Sachtouris

Minor arangements for error handling

2f749e6e 08/29/2012 05:26 pm Stavros Sachtouris

Major changes in client, fixed setup

Seperate Client to Client and HTTPConnection
The later is put in a separate package kamaki.client.connection
It manages headers, params, method, url and data of a connection
but the actuall http connection is not implemented at this...

72462fc2 07/10/2012 05:09 pm Giorgos Verigakis

Move to requests 0.12.1

bb2e6a2c 05/14/2012 04:43 pm Giorgos Verigakis

Move to requests 0.12.1

56ccdbee 05/09/2012 01:18 pm Giorgos Verigakis

Remove clint dependency

Add argparse and ordereddict dependency if Python < 2.7

6422f717 05/09/2012 01:18 pm Giorgos Verigakis

Use ansicolors for colors

4ef14fb3 05/09/2012 01:18 pm Giorgos Verigakis

Switch to progress for progress bars

a591a7b4 05/09/2012 01:18 pm Giorgos Verigakis

Add a store list command

df79206f 05/09/2012 01:18 pm Giorgos Verigakis

Refactored networking

Adds requests dependency.

cae67d7b 05/09/2012 01:18 pm Giorgos Verigakis

Configuration and CLI updates

  • New configuration mechanism
  • Refactored CLI
  • Added clint dependency
8378faf2 04/24/2012 06:10 pm Giorgos Verigakis

Remove clint dependency

Add argparse and ordereddict dependency if Python < 2.7

863dd770 04/23/2012 03:21 pm Giorgos Verigakis

Switch to progress for progress bars

7879b932 04/20/2012 04:33 pm Giorgos Verigakis

Use ansicolors for colors

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

Add a store list command

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

Refactored networking

Adds requests dependency.

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

Configuration and CLI updates

  • New configuration mechanism
  • Refactored CLI
  • Added clint dependency
1e45c7f8 01/30/2012 04:37 pm Giorgos Verigakis

Fix setup.py

Include kamaki.clients in packages

Refs #1955

6c35c63c 01/19/2012 01:04 pm Giorgos Verigakis

Add setup tools support