Activity

From 10/03/2012 to 11/01/2012

11/01/2012

03:20 pm Revision 234954d1: pep8 kamaki.cli.commands
Stavros Sachtouris
01:31 pm Revision f3692d9e: Update debian control file for version 0.6
Nikos Skalkotos
12:42 pm Revision 403b1902: Merge branch 'master' into debian
User

10/31/2012

07:02 pm Revision fd5db045: pep8 part of kamaki (from root to cli)
Stavros Sachtouris
06:06 pm Revision 40425570: Get rid of old file
Stavros Sachtouris
04:35 pm Revision 19f48e75: pep8 setup.py
Stavros Sachtouris
04:19 pm Revision 9ceec15a: 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 no...
Stavros Sachtouris
04:06 pm Revision 5203ec42: Remove forgoten debug print message
Stavros Sachtouris
03:28 pm Revision f8b42e99: Propagate failed connection to server
Stavros Sachtouris
01:16 pm Revision b521efd9: Minor bugs
Stavros Sachtouris
12:04 pm Revision 1037b811: Remove sensitive info from code
Stavros Sachtouris
11:55 am Revision 9c2c1659: Remove some merging trash
Stavros Sachtouris
11:50 am Revision 68da89ac: 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/...
Stavros Sachtouris

10/30/2012

06:51 pm Revision df959ba0: Remove too much progressbar warnings
Stavros Sachtouris
06:48 pm Revision b5d069f0: Move progressbar check to ProgressBarArgument
Stavros Sachtouris
06:42 pm Revision 9791305f: Catch progressbar missing in download
Stavros Sachtouris
06:39 pm Revision 41226a68: Dont create ProgressBar if progress not installed
Stavros Sachtouris
06:36 pm Revision 5bfe1cda: Commit uncommited pithos_cli changes
Stavros Sachtouris
06:17 pm Revision 4e054e38: Make ansicollors and progressbar optional
Actually, setuptools don't support "optional", so they are
just not installed
Stavros Sachtouris
06:11 pm Revision 726fa2a1: Remove request depedancy
Stavros Sachtouris
06:06 pm Revision 3cea140a: Add snf-common dependency
Stavros Sachtouris
05:54 pm Revision b335416e: Almost complete kamaki.client settings
There are some issues:
- in Pithos: big-file handling, binnary file up/download
- in Cyclades: some methods need extr...
Stavros Sachtouris
05:37 pm Revision 8ecbb5e8: unittest image set/list_members
Stavros Sachtouris
04:23 pm Revision adb1dde9: unittest image register (basic functionality)
Stavros Sachtouris
02:21 pm Revision 4c28298d: unittest image get_meta
Stavros Sachtouris
02:15 pm Revision bd1a7012: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
Stavros Sachtouris
02:13 pm Revision f7e38cbb: Fix image list_public syntax bug, gracefull error
Connection module errors are controled and nicer
untitest list_public
Stavros Sachtouris
02:13 pm Revision 4a429246: image test list_public
Stavros Sachtouris
01:25 pm Revision b9d07587: Astakos: minor config bug, introduce unittesting
Stavros Sachtouris
12:09 pm Revision 0e46324c: Some touches in Cyclades unittests
Stavros Sachtouris

10/29/2012

07:43 pm Revision 1f1ca342: Complete cyclades testing
Stavros Sachtouris
07:09 pm Revision 9f1d1fcf: History file at root
Stavros Sachtouris
06:15 pm Revision e8bd81eb: Default values minor fixes
Stavros Sachtouris
05:31 pm Revision 554d18b0: Setup default values for synnefo services
Defult values refer to the okeanos production
services. If the caller has access to okeanos
production site (an accou...
Stavros Sachtouris
04:11 pm Revision 67cea04c: Set colors off by default
Stavros Sachtouris
03:52 pm Revision 455b362d: Change syntax for KeyValue properties
old syntax: --property "key1=val1 key2=val2 ..."
new syntax: --property key1=val1,key2-val2,...
Stavros Sachtouris
02:47 pm Revision 23803b28: Fix parse error in argument parsing
Stavros Sachtouris
01:31 pm Revision a34888b4: list/disconnect nics by network at clients lib
Stavros Sachtouris

10/26/2012

05:10 pm Revision e828bac0: Try (and fail) to fix _delete_network in tests.py
Stavros Sachtouris
05:03 pm Revision 436f2ce1: Gracefull filenotfound error in store upload
Stavros Sachtouris
04:35 pm Revision 0fc54992: Clean up forgoten HTTPRequest imports
Stavros Sachtouris
04:18 pm Revision c270fe96: Remove relative imports from all pkgs, fix astakos
astakos imports an anused (and soon deprecated) module Stavros Sachtouris
04:03 pm Revision 03fd7ddb: Remove relative imports from commands specs
Stavros Sachtouris

10/25/2012

07:37 pm Revision 6ce9fc72: Handle connection.close in repeated requests
Stavros Sachtouris
05:10 pm Revision f34bfe13: Adjust get_firewall_profile expcted rspns frmt
Stavros Sachtouris
03:31 pm Revision b4ddae0d: Version 0.6.0
Stavros Sachtouris
03:20 pm Revision 3ad34f11: Fix unicode on httplib bug
Unicode headers or url might apear as httplib request
Although httplib can usually handle the problem, it breaks when...
Stavros Sachtouris

10/24/2012

10:06 pm Bug #1961 (Closed): .kamakirc created with insecure permissions
Vangelis Koukis

10/23/2012

05:54 pm Revision a62c75d1: Push error raising upload for testing
Stavros Sachtouris
05:21 pm Revision 19f4195f: Raise block upload greenlet failure error
Stavros Sachtouris
03:20 pm Revision 0b9269d8: Try pithos without relative imports
Stavros Sachtouris

10/22/2012

07:24 pm Revision bb877241: Finish testing cyclades already!
OK, there are a couple of issues unresolved:
- disconnect_server
- network_profiles
Both of them are probably OK, bu...
Stavros Sachtouris
06:55 pm Revision 88837c0c: test get_network_details
Stavros Sachtouris
06:45 pm Revision 8ae8313c: Unittest bugfixes
Stavros Sachtouris
06:19 pm Revision a58ff64d: test connect/list_server_necs now works
Stavros Sachtouris
05:18 pm Revision ec786e22: Remove useless import
Stavros Sachtouris
04:55 pm Revision 8dc7a093: Fix import line in clients/connection
Stavros Sachtouris
04:23 pm Revision 83a61efa: Test get_server_stats, list_networks
Stavros Sachtouris
03:53 pm Revision 388197fe: test connect_server (to nic) list_server_nics
Stavros Sachtouris

10/19/2012

07:04 pm Revision 8304a13d: Start testing network methods (nothing ready yet)
Stavros Sachtouris
06:27 pm Revision b542f95c: Improve cyclades test msgs
Stavros Sachtouris
05:32 pm Revision 2d67ecbb: Test cyclades.py upto get/set_firewall_profile
Stavros Sachtouris
03:53 pm Revision 71286858: Test get_image-metadata, server_console
Stavros Sachtouris

10/18/2012

06:33 pm Revision e17ee645: Full flavor testing
Stavros Sachtouris
06:17 pm Revision 27415de2: Test delete_server_metadata and list_flavors
Stavros Sachtouris
03:37 pm Revision ca1eb93f: Minor fix
Stavros Sachtouris
03:36 pm Revision 2340a44a: Merge branch 'develop' of https://code.grnet.gr/git/kamaki into develop
Stavros Sachtouris
03:35 pm Revision 5af9a6df: Improve interactive shell help
Stavros Sachtouris
03:25 pm Revision affb6442: Improve interactive shell help msg
Stavros Sachtouris

10/17/2012

06:27 pm Revision d813b8a6: Bugfixes
Stavros Sachtouris
06:20 pm Revision de0619d8: Test create/get_server_metadata, reboot_server etc
Stavros Sachtouris
04:45 pm Revision c92d159d: Test update_server_name + minor bugfixes
Stavros Sachtouris

10/16/2012

06:38 pm Revision e9d42f72: Fix arguments in context switching
Stavros Sachtouris
05:47 pm Revision 489a1047: Minor fixes
Stavros Sachtouris
05:07 pm Revision ef5f9c89: Tide up a little
Stavros Sachtouris
04:22 pm Revision ce48608f: Kamaki now has interactive shell + minor fixes
Stavros Sachtouris

10/15/2012

04:32 pm Revision b9331a9f: Seperate shell from one-command cli
Stavros Sachtouris
12:44 pm Revision 33e3437a: Quota Holder init (no functionality)
Stavros Sachtouris
12:00 pm Revision 5eae854d: Rearange commands class hierarchy
Stavros Sachtouris

10/12/2012

06:13 pm Revision 629adab4: Various behavioral fixes
Stavros Sachtouris
03:06 pm Revision 05f5f380: Error details in default error message
Stavros Sachtouris
03:01 pm Revision e5fb02b4: Remove some debug msgs
Stavros Sachtouris
02:57 pm Revision ffaf6783: Shell can run cmds with args ony from context
Stavros Sachtouris

10/11/2012

06:38 pm Revision 1002315e: Multilevel command names and one-level api calls
Stavros Sachtouris
06:12 pm Revision 486e55f4: Minor fixes
Stavros Sachtouris
05:18 pm Revision 73e0914d: Initial shell functionality with 1st lvl cmds
Stavros Sachtouris
12:47 pm Revision 0f653327: Minor improvements
Stavros Sachtouris

10/10/2012

04:58 pm Revision 1c1fd2fa: Interactive shell (without functionality ftm)
Stavros Sachtouris
04:19 pm Revision f317a0b8: History clean and params
Stavros Sachtouris

10/08/2012

07:15 pm Revision b46307af: History as command
Stavros Sachtouris
06:14 pm Revision bd04712a: Remove History Argument
Stavros Sachtouris
05:55 pm Revision f3e94e06: Adjust cyclades clis, rearange command locations
Stavros Sachtouris
01:20 pm Revision f247bcb4: Add history handling - no history storage yet
Stavros Sachtouris

10/05/2012

06:58 pm Revision 26cd03ca: Adjust config
Stavros Sachtouris
06:33 pm Revision a7c7afc7: Adjust astakos
Stavros Sachtouris
06:17 pm Revision d88351f3: Rename command (mixed with method "command")
Stavros Sachtouris
06:12 pm Revision e3e8fdc3: Fix command args bug
Stavros Sachtouris
06:03 pm Revision d9325478: Refactor command-tree. Better code, still buggy
Stavros Sachtouris

10/03/2012

05:20 pm Revision 00af4193: Re-write Command-Tree (cleaner and faster)
Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom