Statistics
| Branch: | Tag: | Revision:

root / kamaki @ df55e7aa

# Date Author Comment
df55e7aa 02/27/2014 01:06 pm Stavros Sachtouris

Remove redudant en/de-coding from CLI outputs

Refs: #5150

8df239df 02/26/2014 06:34 pm Stavros Sachtouris

Encode list/item prints in user-defined encoding

Refs: #5150

43ab1e5b 02/26/2014 05:34 pm Stavros Sachtouris

Merge branch 'feature-unicode-http' into develop

27d3b17d 02/26/2014 05:10 pm Stavros Sachtouris

Fix copyright (recent file changes)

a313f923 02/26/2014 04:31 pm Stavros Sachtouris

Do not record config set commands in history

Refs: #4479

f5ea3023 02/26/2014 04:11 pm Stavros Sachtouris

Add source version in file overwrite

2f302751 02/26/2014 01:30 pm Stavros Sachtouris

Decode headers to utf-8, print in user-chosen enc.

Refs: #5150

c2332605 02/25/2014 06:47 pm Stavros Sachtouris

Implement _encode_nicely method to supress errors

Refs: #5150

Loop over a string and attempt to encode it in a given encoding
If a char fails, replace it with a replacement character

fd9457bd 02/24/2014 06:13 pm Stavros Sachtouris

Apply UTF-8 encoding while in/output with console

Refs: #5150

6c6abf6e 02/24/2014 04:10 pm Stavros Sachtouris

URL-encode http headers

Refs: #5150

e589d3da 02/24/2014 03:18 pm Stavros Sachtouris

Suppress logs of best-match failures

50a32c37 02/24/2014 01:16 pm Stavros Sachtouris

Only two cmds in history, use history_limit

Refs: #4479

5e383dd4 02/21/2014 03:42 pm Stavros Sachtouris

Add a limit in number of history lines

Refs: #4479

bbd7762c 02/20/2014 05:35 pm Stavros Sachtouris

Remove history run

Refs: #4479

ddc97a10 02/20/2014 05:13 pm Stavros Sachtouris

Use slice notation in history show

Refs: #4479

a44a9d97 02/20/2014 03:48 pm Stavros Sachtouris

Simplify history _match and get

Refs: #4479

edaf3ba6 02/20/2014 02:34 pm Stavros Sachtouris

Rename method in kamaki.cli.history

Refs: #4479

retrieve --> getitem
clean --> empty

67377ec3 02/20/2014 11:36 am Stavros Sachtouris

Allow ip allocation without specifing net id

Refs: #5104

f9265633 02/19/2014 02:49 pm Stavros Sachtouris

Fix HTTP headers in image member add

Refs: #5115

f5ffc398 02/17/2014 03:25 pm Stavros Sachtouris

Fix typo

bbd98565 02/17/2014 03:10 pm Stavros Sachtouris

Undo server restructs, keep the big fixes

4c33b869 02/12/2014 11:43 am Stavros Sachtouris

Remove obsolete arguyments from server_info

Refs: #5051

7cddd0e7 02/11/2014 06:24 pm Stavros Sachtouris

Fix typo in set firewall profile

c75be81a 02/11/2014 06:08 pm Stavros Sachtouris

Pretty server info, better errors in set firewall

Refs: #5051

d1130026 02/10/2014 10:49 am Stavros Sachtouris

Fix type in server modify argument help

cf862450 02/07/2014 06:44 pm Stavros Sachtouris

Enrich documentation with network-related examples

Refs: #5031

2dfedc44 02/06/2014 05:36 pm Stavros Sachtouris

Update network commands in documentaion

Refs: #5031

04c039c8 02/06/2014 03:38 pm Stavros Sachtouris

Remove deprecated methods

023d5ada 02/05/2014 03:16 pm Stavros Sachtouris

Recognise usernames in --account args (or similar)

Refs: #4810

Arguments --account and --to-account can now accept usernames along with uuids
Kamaki attempts to recognise the argument as a uuid. In case of failure, it
attempts to recognise it as a username. If it fails again, it produces and...

d075d6ca 01/31/2014 06:10 pm Stavros Sachtouris

Merge branch 'feature-clients-docs' into develop

f28beccb 01/31/2014 02:40 pm Stavros Sachtouris

Remove livetest from kamaki

Refs: #4873

b33d9050 01/30/2014 05:56 pm Stavros Sachtouris

Disable argument abbreviation

Refs: #4865

Implementaton details: subclass ArgumentParser and override the
_get_option_tuples method. Replace option_string comparison
operator: == instead of .startswith
The rest of the method code is copy-pasted from python 2.7.3 argparse

f0bddbda 01/29/2014 06:16 pm Stavros Sachtouris

Fix problems with unicode HTTP headers

493f5877 01/28/2014 05:26 pm Stavros Sachtouris

Apply uniformity in kamaki.clients.astakos errors

Refs: #5002

All errors are now AstakosClientError errors

8b4ba753 01/28/2014 05:20 pm Stavros Sachtouris

Merge astakos error classes --> AstakosClientError

Refs: #5002

Also, decorate kamaki.clients.astakos.AstakosClient to raise this new class
when an error occurs

4ddeb850 01/28/2014 01:58 pm Stavros Sachtouris

Do not let file-* cmds to create containers

Refs: #4992

44443c24 01/28/2014 12:36 pm Stavros Sachtouris

Allow image register from local file to container

Refs: #4991

Image register can now accept these options as correct:
--location [pithos://UUID]/CONTAINER --upload-local-file LOCAL_PATH
which is equivalent to this:
--location [pithos://UUID]/CONTAINER/basename(LOCAL_PATH) --upload-local-file LOCAL_PATH

a879970b 01/27/2014 06:15 pm Stavros Sachtouris

Rename --(un)publish to --public/--private

Refs: 4990

2dd4538b 01/27/2014 05:58 pm Stavros Sachtouris

In image register, meta gets same sharing as image

Refs: #4960

c370ec9b 01/27/2014 03:02 pm Stavros Sachtouris

Always recognise a directory in pithos

Refs: #4987

0d3785a1 01/27/2014 01:07 pm Stavros Sachtouris

All URL-space params are now URL-encoded

Refs: #4986

22663c4a 01/24/2014 04:58 pm Stavros Sachtouris

Fix typos in documentation

4a5192d0 01/24/2014 01:04 pm Stavros Sachtouris

Remove conte-type from object_overwrite call

38a79780 01/24/2014 12:37 pm Stavros Sachtouris

Document content-type in object_overwrite

b5b4441e 01/23/2014 06:44 pm Stavros Sachtouris

Keep objects content type by default

614a20dc 01/23/2014 11:56 am Stavros Sachtouris

Allow content-type in file overwrite

109fc65a 01/22/2014 03:09 pm Stavros Sachtouris

Allow empty server names in modify

8e3cbcfe 01/20/2014 03:59 pm Stavros Sachtouris

Remove "None" from end of file cat responses

034fcba3 01/20/2014 03:31 pm Stavros Sachtouris

Update help messag in image commands

482bc0c4 01/17/2014 03:51 pm Stavros Sachtouris

Bugfix: container delete for numerical containers

f59635ab 01/17/2014 01:01 pm Stavros Sachtouris

Fix typo in membership_enroll

0e32e717 01/16/2014 06:36 pm Stavros Sachtouris

Fix bug with --unpublish for update_image

e9c8f12e 01/16/2014 04:04 pm Stavros Sachtouris

In image modify, make property-del a required arg

Refs: #4940

736072e2 01/14/2014 11:38 am Stavros Sachtouris

Add user_info and user_term for bw compatibility

Refs: #4880

0897ff84 01/13/2014 03:09 pm Stavros Sachtouris

Backwards compatibility for get_service_endpoints

Refs: #4880

d58df7c0 01/10/2014 02:48 pm Stavros Sachtouris

Remove fstat from clients.utils.readall

Refs: #4871

Fstat was used to compute the actual file size in order to
distinguish if an empty read was because the file ended.
It now considers an empty read to be an end of file.

This allows reading non-regular files.

f4589233 01/10/2014 02:48 pm Stavros Sachtouris

Fix typo in create_server -w

94370709 01/09/2014 05:30 pm Stavros Sachtouris

Remove debug printer

05ecf3a3 01/09/2014 04:15 pm Stavros Sachtouris

Minor typo

2973f6b0 01/09/2014 02:29 pm Stavros Sachtouris

Fix big: Register image w. upload but no metafile

Refs: #4864

Also, -f/--force now refers to every file to be uploaded during
registration (was only for metafiles)

ad696342 01/08/2014 04:03 pm Stavros Sachtouris

Add type and name filters in endpoint list

7fbda4e5 01/08/2014 01:22 pm Dionysis Grigoropoulos

Better handling of a string printing

Better handling of the way we print a string in network list

2f386293 01/08/2014 01:12 pm Dionysis Grigoropoulos

Typo fix in network list

6e6b6117 01/07/2014 05:10 pm Stavros Sachtouris

Minor typos

cd42f8d8 01/07/2014 02:04 pm Stavros Sachtouris

Wrap AstakosClient for backward compatiblity

609471e9 01/07/2014 12:02 pm Stavros Sachtouris

Typo fixes

a22d311c 01/07/2014 11:55 am Stavros Sachtouris

Import the whole astakosclient package

This will allow users to import everything from astakosclient

fac7d59d 12/23/2013 04:38 pm Dionysis Grigoropoulos

Verbal typo fix

24903c7d 12/20/2013 03:36 pm Stavros Sachtouris

Fix history typo

c3d42104 12/20/2013 02:58 pm Stavros Sachtouris

Update wait to use --status

58f4caba 12/20/2013 01:34 pm Stavros Sachtouris

Reverse server create --no-network/None http req

From now on, --no-network produces a "networks=[]" part,
while the absense of network-related arguments makes produces a
request without "networks" attributes.

3e79d925 12/20/2013 12:15 pm Stavros Sachtouris

Remove --vnc option from server info

edd4eacc 12/20/2013 11:58 am Stavros Sachtouris

Restore server console

c77131f4 12/19/2013 06:30 pm Stavros Sachtouris

Always use "details" call in neworks/subnets list

b45834eb 12/19/2013 03:14 pm Stavros Sachtouris

Add --diagnostics to server info

0bf38f8c 12/18/2013 05:00 pm Stavros Sachtouris

Simplify/correct network args in server create

Refs: #4563

In server create, replace network arguments with only two:

--network=[id=]NETWORK_ID[,[ip=]IP]
--no-network (flag)

There arguments are mutually exclussive

2da652e2 12/18/2013 01:32 pm Stavros Sachtouris

Adjust subnet_update method parameters to API

1df445fe 12/17/2013 06:26 pm Stavros Sachtouris

Adjust to progress 1.2

60bcb377 12/17/2013 05:45 pm Stavros Sachtouris

Make download overwrite more intuitive

dbf65aaf 12/17/2013 03:58 pm Stavros Sachtouris

Add --status to port wait

11bdd05d 12/17/2013 03:22 pm Stavros Sachtouris

Fix typo in download overwrite

7f8136c4 12/17/2013 03:04 pm Stavros Sachtouris

Merge branch 'feature-astakosclient-docs' into hotfix-0.12.1

Conflicts:
README.Upgrade
kamaki/clients/compute/__init__.py

9d84caa4 12/17/2013 02:59 pm Stavros Sachtouris

Astakos membership cmds and documentation

Refs: #4752

f2051b93 12/17/2013 12:15 pm Dionysis Grigoropoulos

Typo fix

d443f3ff 12/16/2013 05:22 pm Dionysis Grigoropoulos

Minor typo fix

cfa7859d 12/16/2013 05:19 pm Stavros Sachtouris

Fix typo in group create

81cf516b 12/16/2013 01:13 pm Stavros Sachtouris

Merge branch 'release-0.12'

Conflicts:
Changelog
docs/conf.py
kamaki/cli/commands/cyclades.py
kamaki/cli/commands/image.py
kamaki/cli/commands/pithos.py
setup.py
version

0db8331f 12/13/2013 03:12 pm Stavros Sachtouris

Fix sphinx commend-related warnings

Conflicts:

kamaki/clients/cyclades/__init__.py
de329b4c 12/13/2013 03:10 pm Stavros Sachtouris

Fix sphinx commend-related warnings

392d902d 12/12/2013 02:56 pm Stavros Sachtouris

Rename foo --> func everywhere

36cb577e 12/12/2013 01:12 pm Stavros Sachtouris

Rename astakosclients to give astakosclient 2 divs

Refs: #4752

Renames in kamaki.clients.astakos:
AstakosClient --> CachedAstakosClient
SynefoAstakosClientOrig --> AstakosClient

61d579fb 12/11/2013 05:39 pm Stavros Sachtouris

Add self.poolsize in kamaki.clients.Client

b7fcd0f5 12/11/2013 05:37 pm Stavros Sachtouris

Add self.poolsize in kamaki.clients.Client

c0b795f8 12/11/2013 04:25 pm Stavros Sachtouris

GET subnets status code 201 --> 200

5fcc3f7c 12/11/2013 04:25 pm Stavros Sachtouris

GET subnets status code 201 --> 200

438efab2 12/11/2013 02:25 pm Stavros Sachtouris

Fix typo in file upload

da17a63d 12/11/2013 02:25 pm Stavros Sachtouris

Fix typo in file upload

7474c948 12/11/2013 02:24 pm Stavros Sachtouris

Fix typo in file upload

43f798ab 12/11/2013 01:03 pm Stavros Sachtouris

Fix bug w. 0 file syncing

bd02c3ea 12/11/2013 01:02 pm Stavros Sachtouris

Fix bug w. 0 file syncing