Activity

From 11/29/2012 to 12/28/2012

12/23/2012

06:18 pm Revision 2fe2672e: Adjust pithos_cli
Stavros Sachtouris
03:36 am Revision 47ae7577: Adjust store_list
Stavros Sachtouris

12/22/2012

09:25 pm Revision 1ae79e60: Adjust image_cli
Stavros Sachtouris
08:52 pm Revision 746bd77f: Adjust history_cli
Stavros Sachtouris
08:46 pm Revision 93914390: Adjust cyclades_cli to new Arguments handling
Stavros Sachtouris
08:14 pm Revision e15d78e2: Apply new argument strategy on server list
Suggested use:
- declare:
(self.)arguments = dict(argname=Argument())
- set/update:
self['argname'] = Argumen...
Stavros Sachtouris
08:01 pm Revision b113e74b: Modify __getitem__ semantics
Not __getitem__ of cli.commands does return arg.value
- to set:
mycmd['argname'] = Argument(…)
or
mycmd.argument['a...
Stavros Sachtouris
07:38 pm Revision 5a37a189: Make arguments an internal feature of cli.commands
Now any cli.commands subclass instance:
- sets args like this:
mycmd['myargname'] = Argument()
instead of
mycmd.arg...
Stavros Sachtouris

12/21/2012

12:39 pm Revision f4016ab2: Add the Changelog for 0.6.2
Stavros Sachtouris

12/20/2012

06:22 pm Revision c3cbefb5: Merge branch 'develop'
Conflicts:
docs/setup.rst
Stavros Sachtouris
06:13 pm Revision 36d4b607: Documentation uniformity
Stavros Sachtouris
06:12 pm Revision c52d1b08: Make setup easier
Stavros Sachtouris
05:52 pm Revision c5bcc3e3: Improve help for history run
Stavros Sachtouris
05:20 pm Revision 0663d8d6: Nice instructions for astakos_cli
Stavros Sachtouris
05:06 pm Revision 2703cceb: Formated output in long command description
Stavros Sachtouris
02:51 pm Revision ec51b97c: Fix network disconnect detail show
Stavros Sachtouris
02:24 pm Revision 93542587: Correct publish output, more details in storelist
Stavros Sachtouris
01:45 pm Revision 42cb53d0: Merge branch 'develop' into feature-output
Stavros Sachtouris
01:14 pm Revision a494a741: Improve print_items, use it in flavor_list
flavor_list now prints id name instead of order. name Stavros Sachtouris

12/19/2012

06:38 pm Revision 4e01956e: In shell, ignore unknown - args
Stavros Sachtouris
06:14 pm Revision 02e7658e: Merge branches 'feature-output' and 'develop' into develop
Stavros Sachtouris
06:06 pm Revision c8e17a67: Deal with with argparse stupid error handling
argparse people must be sadists or they just hate other programers Stavros Sachtouris
04:33 pm Revision 2d7ce81e: Extent store_list to use path as prefix
kamaki store list mycontainer:phot
will list all objects in mycontainer prefixed with phot
Stavros Sachtouris
04:14 pm Revision c1558584: Full pretty errors in container-path storage check
Stavros Sachtouris
02:22 pm Revision 66f1ff99: Test pretty error details with container-not-found
Stavros Sachtouris
12:38 pm Revision 34e4cf61: Run ignores self in command listing
Stavros Sachtouris
12:29 pm Revision 2fbca093: Show long description in all places it could be
Stavros Sachtouris

12/18/2012

06:12 pm Revision a71bb904: Show long description if available
Stavros Sachtouris
05:44 pm Revision b6a99832: Restructure interface code
Stavros Sachtouris
04:00 pm Revision 5c801047: Windows installation guide
Stavros Sachtouris
02:31 pm Revision 84b79bf0: Merge branch 'develop' into feature-windows
Stavros Sachtouris
02:30 pm Revision ec3b8f78: Prepent installation from package to source
Stavros Sachtouris
12:56 pm Revision 68ab0942: Update history docs
Stavros Sachtouris
12:32 pm Revision 519d8639: Debug history run
Stavros Sachtouris
11:26 am Revision 7942dd0c: Resolve conflict
Stavros Sachtouris
11:23 am Revision fba9be97: Merge remote-tracking branch 'origin/develop' into feature-windows
Conflicts:
kamaki/cli/__init__.py
kamaki/cli/argument.py
kamaki/cli/command_shell.py
kamaki/cli/command_tree.py
...
Stavros Sachtouris

12/17/2012

08:07 pm Revision d6737e18: Help user initial kamaki setup (docs and defaults)
Stavros Sachtouris
07:52 pm Revision 1f383ea0: Clean up code
Stavros Sachtouris
07:33 pm Revision 451a7992: Allow general options to run a@ initial kamaki
kamaki -v runs a kamaki shell with verbose on! Stavros Sachtouris
07:11 pm Revision aa5c0458: Propagate warning-logging
Stavros Sachtouris
06:44 pm Revision db8d1766: Introduce warning logger
Stavros Sachtouris
05:53 pm Revision 365280ca: Use a non-unicode progress-bar instead
Stavros Sachtouris

12/14/2012

06:04 pm Revision e876ac62: Forgotten Typos
Stavros Sachtouris
04:45 pm Revision 010e8c7c: Update pgp info in docs
Stavros Sachtouris
04:43 pm Revision a6417246: Update pgp info in docs
Stavros Sachtouris
04:31 pm Revision 54069d1b: Commisioning and quotaholder clients in kamaki
Quotaholder is not just another client. It comes with code for authomatic
generation of client lib and cli interface....
Stavros Sachtouris
03:03 pm Revision 65b8765b: Merge branch 'features/output' into develop
Stavros Sachtouris
03:03 pm Revision 53254b46: Make shell prompt sustainable to modifications
and add a space after : Stavros Sachtouris
02:52 pm Revision 93c22870: line warning in docs
Stavros Sachtouris
12:35 pm Revision 67fc6c83: Merge branch 'features/history' into develop
Stavros Sachtouris
12:31 pm Revision 00ef4ab6: History show and load with more features
show without args: show all
show/load can accept:
* list of integers
* negative numbers, meaning we count fro...
Stavros Sachtouris

12/13/2012

08:37 pm Revision 449c475d: Correct email addr
root
08:33 pm Revision 7dc92756: Correct email
root
08:14 pm Revision 18c5b0a3: Documentation update
root
07:55 pm Revision 83912f2a: Typo
root
06:34 pm Revision 8ff8498f: Adjust for release 0.6.1.1 (stable), doc updates
root

12/12/2012

09:01 pm Revision 185cf11b: Merge with develop
Dionysis Zindros
09:00 pm Revision d56d6f9f: Merge branch 'develop' into feature-windows
Dionysis Zindros
08:59 pm Revision 7bc8c011: Merge into develop
Dionysis Zindros
08:58 pm Revision 277ca4ed: Prepare to merge into develop
Dionysis Zindros
08:48 pm Revision e5769dae: Rename the pool library to 'objpool'.
Dionysis Zindros
08:47 pm Revision 4fdbb165: Windows port: Unit tests now avoid /dev/urandom.
Instead of using /dev/urandom which is specific to UNIX systems, switch to the
Python os.urandom() which is a cross-s...
Dionysis Zindros
08:47 pm Revision c4993bcf: Rephrase comment to avoid profanity.
Dionysis Zindros
08:46 pm Revision 88382773: Fix bug where unit tests read the wrong file.
Dionysis Zindros
08:44 pm Revision ffada4ea: Windows port: Avoid /tmp for temp files.
Switch from hard-coded /tmp usage to a cross-compatible solution that utilizes
Python's tempfile module.
This adds su...
Dionysis Zindros
08:38 pm Revision 9730e234: Explicit error message for offset/size mismatch.
To assist porting to Windows, offset/size mismatch when reading files is now
being clearly reported with detailed err...
Dionysis Zindros
08:35 pm Revision 746f8419: Windows port: All binary files now opened using the 'b' flag
Dionysis Zindros
07:26 pm Revision cb123f78: Merge branch 'features/history' into develop
Stavros Sachtouris
07:26 pm Revision 660a0dad: history show specific command id or range
Stavros Sachtouris
07:06 pm Revision 59cadffb: Suit up for release
Stavros Sachtouris
06:19 pm Revision be4eb3fa: Re-activate get/set_profile unittests
Stavros Sachtouris
05:33 pm Revision 7341c226: Merge branch 'features/history' into develop
Stavros Sachtouris
05:32 pm Revision ee9f8245: Document History changes
Stavros Sachtouris
04:30 pm Revision f2e2663e: Rename history.recall to load, allow multiple ids
load 1 3 5-7 8 ...
also can repeat commands:
load 1 4 1 3-5 (repeats 1 and 4)
Stavros Sachtouris
04:01 pm Revision c5a9cfae: Remove condig rehash warning
The bug with config in shell (changes were not effective immidiately) was
corrected with features/output merge
Stavros Sachtouris
02:36 pm Revision ac5afc12: Proofreading documentation fixes
Stavros Sachtouris
01:56 pm Revision fce93ff6: History in shell can execute commands ('recall')
Stavros Sachtouris

12/11/2012

07:29 pm Revision 33b3595a: Plant a _cmd_tree idea in cli.history_recall
If an interface needs a recall, it should provide a full cmd_tree Stavros Sachtouris
07:14 pm Revision 304c90b5: Check clients.retrieve works
Stavros Sachtouris
07:03 pm Revision 75a0ea7d: Add a retrieve method
Stavros Sachtouris
05:56 pm Revision e9e547ed: Update docs with changes
Stavros Sachtouris
05:21 pm Revision 0f3b4b1a: Add unittesting for astakos
Most astakos services need admin auth to test Stavros Sachtouris
05:10 pm Revision c79f61ed: Astakos cli.listservices, clients.get_services
Stavros Sachtouris
04:16 pm Revision 33c52ea6: Add service userinfo, rearange admin userinfo
Two modes: astakos service and astakos admin
They both have a userinfo command
Stavros Sachtouris
02:00 pm Revision ebf77c23: Merge branch 'develop' into features/astakos
Stavros Sachtouris
01:59 pm Revision 6df4aa6e: Bugfix shell with custom config file
Stavros Sachtouris
01:35 pm Revision 76d3b2d7: Add get_user_by_email/username
Stavros Sachtouris

12/10/2012

08:55 pm Revision 54d800e8: shell help messages are full
Stavros Sachtouris
06:18 pm Revision a39163c8: Remove config from shell arguments (careful!)
config module is needed for initializing stuff, but should not be
allowd *after* shell is up and running
Stavros Sachtouris
05:55 pm Revision c17b8bc0: cyclades_cli take advntg of updated utils
Stavros Sachtouris
05:18 pm Revision f8681ec8: Introduce enumrated list/dict print
Stavros Sachtouris
05:01 pm Revision d4abd11c: Remove brackets from print_list
Stavros Sachtouris
04:45 pm Revision e7b43695: Ommit print_list from cli.commands plugins
Stavros Sachtouris
04:40 pm Revision 08c63ef5: Pretty print_list
Stavros Sachtouris
04:14 pm Revision 4f989909: Fix unwanted error-detail inheritance bug
Stavros Sachtouris
04:08 pm Revision f91bc6b1: Add info in container-not-found error
Stavros Sachtouris
03:31 pm Revision b9b7bd83: Create dict/list prints test
Stavros Sachtouris
03:21 pm Revision 447c9568: Nicer container:path syntax errors in pithos cli
Stavros Sachtouris
02:04 pm Revision 85d1cf46: Fix pithos_cli.hashmap typo
Stavros Sachtouris
01:50 pm Revision 319be41b: Fix typo (get_object_hashmapp)
Stavros Sachtouris
01:37 pm Revision 129bd843: Remove unused shell options
Stavros Sachtouris
01:31 pm Revision b06eb654: Merge branch 'features/rfctr-argument' into develop
Stavros Sachtouris
01:21 pm Revision 5ad77121: Fix unwanted argument inheritance bug in shell
Stavros Sachtouris

12/07/2012

07:24 pm Revision 5260a313: Pithos+ publish returns access url
Stavros Sachtouris
07:05 pm Revision f9af2848: Let shell be ready for unexpected errors
Stavros Sachtouris
06:50 pm Revision 3e0f2e53: Bugfix with previour-errors remaining details
Stavros Sachtouris
06:40 pm Revision 2b6050fd: Minor bugfix
Stavros Sachtouris
06:34 pm Revision b696ed2c: Propagate error handling at cli.argument
Stavros Sachtouris
06:28 pm Revision 2ff0b7bd: Propagate error handling to cli.utils
Stavros Sachtouris
06:17 pm Revision 43ee6ae1: Propagate new error handling to cli.commands
New error handling is done only with cli.errors raiseCLIError methos Stavros Sachtouris
05:43 pm Revision 3667e969: Kamakitest error msgs, error-handling bugfixes
Stavros Sachtouris
05:06 pm Revision 83ba5545: Propagate error mechanism in pithos_cli
Stavros Sachtouris
04:05 pm Revision 6069b53b: Trace errors in cli.commands mechanism-not prpgtd
Stavros Sachtouris
02:49 pm Revision 1f417830: Track and log errors at connection and clients mod
Stavros Sachtouris

12/06/2012

05:52 pm Revision ee328362: Merge branch 'rfctr-argument' into develop
Stavros Sachtouris
05:52 pm Revision 120126f1: Fix shell extra args bug
Stavros Sachtouris
05:11 pm Revision b7ab83d6: Forgotten print
Stavros Sachtouris
05:01 pm Revision 825fcc90: Put the documentation back to the package
Nikos Skalkotos
04:50 pm Revision 074f5027: Propagate-debug changes for shell + debug
Stavros Sachtouris
04:38 pm Revision 94c369ca: Bump debian version to 0.6.1-2
Nikos Skalkotos
04:36 pm Revision a1ecdb25: Add missing python-argparse dependency
Nikos Skalkotos
03:36 pm Revision ee4c47d7: Cleanup deprecated method in argument
Stavros Sachtouris
02:25 pm Revision 7c2247a0: Propagate-debug changes for one-cmd
Stavros Sachtouris
01:22 pm Revision b3dd8f4b: Design ArgumentParseManager, implement fnctionlity
Stavros Sachtouris
12:23 pm Revision 7dbd52f5: Create ArgumentParseManager, with __init__
constructor replaces init_parser,
update_parser member method replaces upadte_argument (not tested)
Stavros Sachtouris
12:21 pm Revision e0da0f90: rid of init_parser
Stavros Sachtouris

12/05/2012

07:24 pm Revision 1d329d27: Better pithos upload progressbar
Stavros Sachtouris
05:30 pm Revision 5f7882af: Comments for better docs in Connection
Stavros Sachtouris
01:38 pm Revision b4c8b916: kamakicon comments doc-friendly
Stavros Sachtouris
12:36 pm Revision ffbc7783: Docs reflect the new pooling depdncy
Stavros Sachtouris
12:08 pm Revision a10f5561: Progress bar apears asap
Stavros Sachtouris
11:47 am Revision 05208859: Merge branch 'dionyziz' into develop
Conflicts:
setup.py
Docs adjusted
Stavros Sachtouris
11:32 am Revision 8574a687: Remove unittesting depndcy on progress.bar
Stavros Sachtouris

12/04/2012

07:44 pm Revision 991daaa7: Minor doc fix
Stavros Sachtouris
07:35 pm Revision 4c1882ab: add unittests requirment (progress)
Stavros Sachtouris
06:57 pm Revision e8f5d642: Merge remote branch 'origin/master' into dionyziz
Dionysis Zindros
06:46 pm Revision 647e6771: Fix pithos testcase that runs out of memory
Dionysis Zindros
05:09 pm Revision 08a05270: Update/improve client unittests
1. increase test_set_firewall_profile tollerance
2. all options from config files
3. let tests read options from cust...
Stavros Sachtouris
01:49 pm Revision 4cbe00ba: Clean-up and update comments in clients.utils
1. Remove deprecated or unused methods dict2file, list2file, prefix_keys
2. Rename and update comments to help sphin...
Stavros Sachtouris
01:17 pm Revision d88ba587: Update docs and doc-parsed comments in storage
docs: replace Glance with Plankton
storage: standard sphincs-parsable comments
Stavros Sachtouris
12:36 pm Revision b98fe305: Rename object pool library from pool to objpool
Dionysis Zindros

12/03/2012

04:04 pm Revision b07589af: Split pool into separate lib; remove snf-common deps
Dionysis Zindros
02:22 pm Revision 013ae040: Add ordereddict and argparse dependencies
Dionysis Zindros

11/30/2012

06:29 pm Revision 5fb18128: There are always some typos...
Stavros Sachtouris
06:24 pm Revision bc223d91: Update comment docs at pithos client
Stavros Sachtouris
06:06 pm Revision 4375e020: Change order of params for get_object_meta
Stavros Sachtouris
05:28 pm Revision 0d79eb23: Update comment docs for astakos client
Stavros Sachtouris
05:24 pm Revision cb69a058: Update comment docs for image client
Stavros Sachtouris
05:07 pm Revision f5eac743: Update comments cods for cyclades clients
Stavros Sachtouris
04:17 pm Revision 29685b9b: Restructure cyclades client, update comment docs
Stavros Sachtouris
04:06 pm Revision a2ef112e: Update kamaki.clients.compute commends + restruct
Stavros Sachtouris
03:16 pm Revision 606fe15f: Restructure kamaki.clients.compute
Stavros Sachtouris
02:02 pm Revision 3f47978c: handle command classes without __doc__
Georgios D. Tsoukalas
01:47 pm Revision 40a9c357: Recover accidentaly removed usefull code line
Stavros Sachtouris
01:14 pm Revision fb4b3653: Change quotaholder default url
Giorgos Korfiatis
01:13 pm Revision 013bf2be: Register quotaholder_cli
Giorgos Korfiatis
01:09 pm Revision 439926dd: Complete kamaki.cli.argument documentation
Stavros Sachtouris

11/29/2012

07:11 pm Revision edb7fc1a: End of day: argument docs tomorrow
Stavros Sachtouris
06:36 pm Revision befed235: Update pithos_cli comments for better autodocs
Stavros Sachtouris
06:14 pm Revision 9a76987c: Merge branch 'develop'
Conflicts:
docs/overview.rst
Stavros Sachtouris
06:11 pm Revision 03d661d8: Replace pithos_cli.MetaArguement with KeyValueArg
Stavros Sachtouris
05:38 pm Revision d8214a23: Update synnefo mailing lists on docs/man pages
Constantinos Venetsanopoulos
04:58 pm Revision c93d5123: Minot fixes
Stavros Sachtouris
04:51 pm Revision 9e4508df: Rearange and complete developers guide
Stavros Sachtouris
« Previous
Next »
 

Also available in: Atom