Statistics
| Branch: | Tag: | Revision:

root @ fe980c71

# Date Author Comment
fe980c71 01/24/2014 04:41 pm Stavros Sachtouris

Update documentation to reflect changes in network

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

3b6d09dc 01/21/2014 11:08 am Stavros Sachtouris

Fix typo in documentation

86a7f578 01/20/2014 06:11 pm Stavros Sachtouris

Update Changelog for minor typo fixes

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

88f9f22a 01/16/2014 04:21 pm Stavros Sachtouris

Merge branch 'feature-image-property-del' into develop

c83cb9d9 01/16/2014 04:12 pm Stavros Sachtouris

Update documentation for image property-del

Refs: #4940

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

d258b67c 01/09/2014 02:33 pm Stavros Sachtouris

Merge branch 'feature-image-register-bug' into develop

8fa5b527 01/09/2014 02:32 pm Stavros Sachtouris

Update Changelog for image register bugfix

Refs: #4864

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)

22ac5e97 01/08/2014 05:52 pm Stavros Sachtouris

Typos in documentation

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

Update changelog for 0.13

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

5cd1aee1 12/18/2013 02:45 pm Stavros Sachtouris

Fix mode in personality examples

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

6fff5733 12/17/2013 03:06 pm Stavros Sachtouris

Merge branch 'hotfix-0.12.1' into develop

Conflicts:
README.Upgrade
version

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

db78676c 12/17/2013 03:01 pm Stavros Sachtouris

Merge branch 'feature-astakosclient-docs' into develop

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

c8b1d760 12/17/2013 09:44 am Dionysis Grigoropoulos

Typo fix

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

Minor typo fix

58b4a57c 12/16/2013 05:20 pm Stavros Sachtouris

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

40d54a98 12/16/2013 05:20 pm Stavros Sachtouris

Update version tag

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

Fix typo in group create

4193b902 12/16/2013 05:19 pm Stavros Sachtouris

Fix typo in group create

6318da0c 12/16/2013 05:00 pm Dionysis Grigoropoulos

Minor typo fix

46e9da7e 12/16/2013 03:37 pm Stavros Sachtouris

Prepare for new version

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

d3d35ae0 12/13/2013 05:46 pm Stavros Sachtouris

New examples for astakos, sketch up to projects

Refs: #4752

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

d7a3393c 12/12/2013 01:15 pm Stavros Sachtouris

Update REAME.Upgrade for clients.astakos renames

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

083093cf 12/11/2013 05:38 pm Stavros Sachtouris

Update Changelog and version tag

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

05c65cac 12/11/2013 03:53 pm Stavros Sachtouris

astakosclient >= 0.14.10

b93910fc 12/11/2013 03:53 pm Stavros Sachtouris

astakosclient >= 0.14.10

0baa648a 12/11/2013 03:25 pm Stavros Sachtouris

Allow more astakosclient versions

8328144a 12/11/2013 03:04 pm Stavros Sachtouris

Update version tag

39be8a41 12/11/2013 03:04 pm Stavros Sachtouris

Require astakosclient==0.14.8next-10644-2cd636f

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

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

Merge branch 'hotfix-0.11.5'

0d952245 12/11/2013 02:24 pm Stavros Sachtouris

Update version tag

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

d65d838e 12/11/2013 01:00 pm Stavros Sachtouris

Merge branch 'hotfix-0.11.4'

455b406a 12/11/2013 01:00 pm Stavros Sachtouris

Update Changelog

91d443f9 12/11/2013 12:59 pm Stavros Sachtouris

Fix bug w. 0 file syncing

1e92e97d 12/11/2013 12:28 pm Stavros Sachtouris

Update Changelog and version tag

6e4ca4ec 12/11/2013 11:59 am Stavros Sachtouris

Allow unicode filenames in pithos

b16cb292 12/10/2013 06:07 pm Dionysis Grigoropoulos

Typo fix in a DEPRECATED warning

e44f33f7 12/10/2013 05:23 pm Stavros Sachtouris

Update Changelog and version tags

cc5da5a5 12/10/2013 05:21 pm Stavros Sachtouris

Add ip attach/detach

ab154b94 12/10/2013 05:21 pm Stavros Sachtouris

Add ip attach/detach

16a6ffcf 12/10/2013 04:11 pm Stavros Sachtouris

Update Changelog and version tag

909ae594 12/10/2013 04:10 pm Stavros Sachtouris

Don't demand subnet, when ip

2e06a582 12/10/2013 04:09 pm Stavros Sachtouris

Don't demand subnet, when ip

a5b748c2 12/10/2013 03:36 pm Stavros Sachtouris

Fix Pithos calls unicode bug

da19a2ff 12/10/2013 03:35 pm Stavros Sachtouris

Fix Pithos calls unicode bug