Activity
From 11/22/2012 to 12/21/2012
12/21/2012
12/20/2012
- 06:22 pm Revision c3cbefb5: Merge branch 'develop'
- Conflicts:
docs/setup.rst - 06:13 pm Revision 36d4b607: Documentation uniformity
- 06:12 pm Revision c52d1b08: Make setup easier
- 05:52 pm Revision c5bcc3e3: Improve help for history run
- 05:20 pm Revision 0663d8d6: Nice instructions for astakos_cli
- 05:06 pm Revision 2703cceb: Formated output in long command description
- 02:51 pm Revision ec51b97c: Fix network disconnect detail show
- 02:24 pm Revision 93542587: Correct publish output, more details in storelist
- 01:45 pm Revision 42cb53d0: Merge branch 'develop' into feature-output
- 01:14 pm Revision a494a741: Improve print_items, use it in flavor_list
- flavor_list now prints id name instead of order. name
12/19/2012
- 06:38 pm Revision 4e01956e: In shell, ignore unknown - args
- 06:14 pm Revision 02e7658e: Merge branches 'feature-output' and 'develop' into develop
- 06:06 pm Revision c8e17a67: Deal with with argparse stupid error handling
- argparse people must be sadists or they just hate other programers
- 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 - 04:14 pm Revision c1558584: Full pretty errors in container-path storage check
- 02:22 pm Revision 66f1ff99: Test pretty error details with container-not-found
- 12:38 pm Revision 34e4cf61: Run ignores self in command listing
- 12:29 pm Revision 2fbca093: Show long description in all places it could be
12/18/2012
- 06:12 pm Revision a71bb904: Show long description if available
- 05:44 pm Revision b6a99832: Restructure interface code
- 04:00 pm Revision 5c801047: Windows installation guide
- 02:31 pm Revision 84b79bf0: Merge branch 'develop' into feature-windows
- 02:30 pm Revision ec3b8f78: Prepent installation from package to source
- 12:56 pm Revision 68ab0942: Update history docs
- 12:32 pm Revision 519d8639: Debug history run
- 11:26 am Revision 7942dd0c: Resolve conflict
- 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
...
12/17/2012
- 08:07 pm Revision d6737e18: Help user initial kamaki setup (docs and defaults)
- 07:52 pm Revision 1f383ea0: Clean up code
- 07:33 pm Revision 451a7992: Allow general options to run a@ initial kamaki
- kamaki -v runs a kamaki shell with verbose on!
- 07:11 pm Revision aa5c0458: Propagate warning-logging
- 06:44 pm Revision db8d1766: Introduce warning logger
- 05:53 pm Revision 365280ca: Use a non-unicode progress-bar instead
12/14/2012
- 06:04 pm Revision e876ac62: Forgotten Typos
- 04:45 pm Revision 010e8c7c: Update pgp info in docs
- 04:43 pm Revision a6417246: Update pgp info in docs
- 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.... - 03:03 pm Revision 65b8765b: Merge branch 'features/output' into develop
- 03:03 pm Revision 53254b46: Make shell prompt sustainable to modifications
- and add a space after :
- 02:52 pm Revision 93c22870: line warning in docs
- 12:35 pm Revision 67fc6c83: Merge branch 'features/history' into develop
- 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...
12/13/2012
- 08:37 pm Revision 449c475d: Correct email addr
- 08:33 pm Revision 7dc92756: Correct email
- 08:14 pm Revision 18c5b0a3: Documentation update
- 07:55 pm Revision 83912f2a: Typo
- 06:34 pm Revision 8ff8498f: Adjust for release 0.6.1.1 (stable), doc updates
12/12/2012
- 09:01 pm Revision 185cf11b: Merge with develop
- 09:00 pm Revision d56d6f9f: Merge branch 'develop' into feature-windows
- 08:59 pm Revision 7bc8c011: Merge into develop
- 08:58 pm Revision 277ca4ed: Prepare to merge into develop
- 08:48 pm Revision e5769dae: Rename the pool library to 'objpool'.
- 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... - 08:47 pm Revision c4993bcf: Rephrase comment to avoid profanity.
- 08:46 pm Revision 88382773: Fix bug where unit tests read the wrong file.
- 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... - 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... - 08:35 pm Revision 746f8419: Windows port: All binary files now opened using the 'b' flag
- 07:26 pm Revision cb123f78: Merge branch 'features/history' into develop
- 07:26 pm Revision 660a0dad: history show specific command id or range
- 07:06 pm Revision 59cadffb: Suit up for release
- 06:19 pm Revision be4eb3fa: Re-activate get/set_profile unittests
- 05:33 pm Revision 7341c226: Merge branch 'features/history' into develop
- 05:32 pm Revision ee9f8245: Document History changes
- 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) - 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 - 02:36 pm Revision ac5afc12: Proofreading documentation fixes
- 01:56 pm Revision fce93ff6: History in shell can execute commands ('recall')
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
- 07:14 pm Revision 304c90b5: Check clients.retrieve works
- 07:03 pm Revision 75a0ea7d: Add a retrieve method
- 05:56 pm Revision e9e547ed: Update docs with changes
- 05:21 pm Revision 0f3b4b1a: Add unittesting for astakos
- Most astakos services need admin auth to test
- 05:10 pm Revision c79f61ed: Astakos cli.listservices, clients.get_services
- 04:16 pm Revision 33c52ea6: Add service userinfo, rearange admin userinfo
- Two modes: astakos service and astakos admin
They both have a userinfo command - 02:00 pm Revision ebf77c23: Merge branch 'develop' into features/astakos
- 01:59 pm Revision 6df4aa6e: Bugfix shell with custom config file
- 01:35 pm Revision 76d3b2d7: Add get_user_by_email/username
12/10/2012
- 08:55 pm Revision 54d800e8: shell help messages are full
- 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 - 05:55 pm Revision c17b8bc0: cyclades_cli take advntg of updated utils
- 05:18 pm Revision f8681ec8: Introduce enumrated list/dict print
- 05:01 pm Revision d4abd11c: Remove brackets from print_list
- 04:45 pm Revision e7b43695: Ommit print_list from cli.commands plugins
- 04:40 pm Revision 08c63ef5: Pretty print_list
- 04:14 pm Revision 4f989909: Fix unwanted error-detail inheritance bug
- 04:08 pm Revision f91bc6b1: Add info in container-not-found error
- 03:31 pm Revision b9b7bd83: Create dict/list prints test
- 03:21 pm Revision 447c9568: Nicer container:path syntax errors in pithos cli
- 02:04 pm Revision 85d1cf46: Fix pithos_cli.hashmap typo
- 01:50 pm Revision 319be41b: Fix typo (get_object_hashmapp)
- 01:37 pm Revision 129bd843: Remove unused shell options
- 01:31 pm Revision b06eb654: Merge branch 'features/rfctr-argument' into develop
- 01:21 pm Revision 5ad77121: Fix unwanted argument inheritance bug in shell
12/07/2012
- 07:24 pm Revision 5260a313: Pithos+ publish returns access url
- 07:05 pm Revision f9af2848: Let shell be ready for unexpected errors
- 06:50 pm Revision 3e0f2e53: Bugfix with previour-errors remaining details
- 06:40 pm Revision 2b6050fd: Minor bugfix
- 06:34 pm Revision b696ed2c: Propagate error handling at cli.argument
- 06:28 pm Revision 2ff0b7bd: Propagate error handling to cli.utils
- 06:17 pm Revision 43ee6ae1: Propagate new error handling to cli.commands
- New error handling is done only with cli.errors raiseCLIError methos
- 05:43 pm Revision 3667e969: Kamakitest error msgs, error-handling bugfixes
- 05:06 pm Revision 83ba5545: Propagate error mechanism in pithos_cli
- 04:05 pm Revision 6069b53b: Trace errors in cli.commands mechanism-not prpgtd
- 02:49 pm Revision 1f417830: Track and log errors at connection and clients mod
12/06/2012
- 05:52 pm Revision ee328362: Merge branch 'rfctr-argument' into develop
- 05:52 pm Revision 120126f1: Fix shell extra args bug
- 05:11 pm Revision b7ab83d6: Forgotten print
- 05:01 pm Revision 825fcc90: Put the documentation back to the package
- 04:50 pm Revision 074f5027: Propagate-debug changes for shell + debug
- 04:38 pm Revision 94c369ca: Bump debian version to 0.6.1-2
- 04:36 pm Revision a1ecdb25: Add missing python-argparse dependency
- 03:36 pm Revision ee4c47d7: Cleanup deprecated method in argument
- 02:25 pm Revision 7c2247a0: Propagate-debug changes for one-cmd
- 01:22 pm Revision b3dd8f4b: Design ArgumentParseManager, implement fnctionlity
- 12:23 pm Revision 7dbd52f5: Create ArgumentParseManager, with __init__
- constructor replaces init_parser,
update_parser member method replaces upadte_argument (not tested) - 12:21 pm Revision e0da0f90: rid of init_parser
12/05/2012
- 07:24 pm Revision 1d329d27: Better pithos upload progressbar
- 05:30 pm Revision 5f7882af: Comments for better docs in Connection
- 01:38 pm Revision b4c8b916: kamakicon comments doc-friendly
- 12:36 pm Revision ffbc7783: Docs reflect the new pooling depdncy
- 12:08 pm Revision a10f5561: Progress bar apears asap
- 11:47 am Revision 05208859: Merge branch 'dionyziz' into develop
- Conflicts:
setup.py
Docs adjusted - 11:32 am Revision 8574a687: Remove unittesting depndcy on progress.bar
12/04/2012
- 07:44 pm Revision 991daaa7: Minor doc fix
- 07:35 pm Revision 4c1882ab: add unittests requirment (progress)
- 06:57 pm Revision e8f5d642: Merge remote branch 'origin/master' into dionyziz
- 06:46 pm Revision 647e6771: Fix pithos testcase that runs out of memory
- 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... - 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... - 01:17 pm Revision d88ba587: Update docs and doc-parsed comments in storage
- docs: replace Glance with Plankton
storage: standard sphincs-parsable comments - 12:36 pm Revision b98fe305: Rename object pool library from pool to objpool
12/03/2012
- 04:04 pm Revision b07589af: Split pool into separate lib; remove snf-common deps
- 02:22 pm Revision 013ae040: Add ordereddict and argparse dependencies
11/30/2012
- 06:29 pm Revision 5fb18128: There are always some typos...
- 06:24 pm Revision bc223d91: Update comment docs at pithos client
- 06:06 pm Revision 4375e020: Change order of params for get_object_meta
- 05:28 pm Revision 0d79eb23: Update comment docs for astakos client
- 05:24 pm Revision cb69a058: Update comment docs for image client
- 05:07 pm Revision f5eac743: Update comments cods for cyclades clients
- 04:17 pm Revision 29685b9b: Restructure cyclades client, update comment docs
- 04:06 pm Revision a2ef112e: Update kamaki.clients.compute commends + restruct
- 03:16 pm Revision 606fe15f: Restructure kamaki.clients.compute
- 02:02 pm Revision 3f47978c: handle command classes without __doc__
- 01:47 pm Revision 40a9c357: Recover accidentaly removed usefull code line
- 01:14 pm Revision fb4b3653: Change quotaholder default url
- 01:13 pm Revision 013bf2be: Register quotaholder_cli
- 01:09 pm Revision 439926dd: Complete kamaki.cli.argument documentation
11/29/2012
- 07:11 pm Revision edb7fc1a: End of day: argument docs tomorrow
- 06:36 pm Revision befed235: Update pithos_cli comments for better autodocs
- 06:14 pm Revision 9a76987c: Merge branch 'develop'
- Conflicts:
docs/overview.rst - 06:11 pm Revision 03d661d8: Replace pithos_cli.MetaArguement with KeyValueArg
- 05:38 pm Revision d8214a23: Update synnefo mailing lists on docs/man pages
- 04:58 pm Revision c93d5123: Minot fixes
- 04:51 pm Revision 9e4508df: Rearange and complete developers guide
11/28/2012
- 07:11 pm Revision 7be7673b: How to build kamaki cli (not finished)
- 05:21 pm Revision 121b69cd: Present method name separated by space
- 05:19 pm Revision c2f6a275: Unittest reregister
- 05:00 pm Revision cb8e6610: Add usage message in handler of CanonifyException
- 04:58 pm Revision 8ae6cb52: Move subsections were they belong
- Documention features that are missing:
- More examples in usage
- An analytical guide on how to create a kamaki cli c... - 04:54 pm Revision 961e6040: Rearrange sections in docs, add developer corner
- 12:42 pm Revision 5f5045b5: Installation guide
- 10:46 am Revision dae4b78e: Merge remote-tracking branch 'origin/master' into quota
11/27/2012
- 07:20 pm Revision 2151584b: Modify documentation structure
- 05:57 pm Revision 7536c9bf: Spell-check current documentation
- 05:27 pm Revision e5d1d5c2: Complete the kamaki interactive shell usage guide
- Not spell-checked yet
- 02:29 pm Revision 57d622b6: Restore server-create --personality syntax etc.
- the server-create command can, again, use the old syntax for --personality
parameter. What's more, multiple personali... - 02:03 pm Revision 7de017e5: Restore old personality syntax
- Syntax is now the following:
kamaki create server 'Server name' <flavor id> <image id> [... params ...]
--person...
11/26/2012
- 08:27 pm Revision f3446cf0: Add interactive shell help (2b continued)
- 04:31 pm Revision 085ebff4: Merge commit 'v0.6.1' into debian
- 04:31 pm Revision 6b342493: Bump debian version to 0.6.1-1
- 02:12 pm Revision 4067cdaf: Fix sphinx auto-doc syntax warning
11/23/2012
- 07:25 pm Revision b8e90894: Document with client cli commands showcases
- 06:33 pm Revision a6370d73: Document command specs and one-command interface
- 04:48 pm Revision 024a9eb8: Merge branch 'master' into quota
- 04:46 pm Revision 00034ea6: Incorporate client and cli for quotaholder
- 03:46 pm Revision 48cae069: Fix image_cli properties bug
- 03:38 pm Revision f23a5cdb: Quick setup guide, remove empty lins in image list
- 12:39 pm Revision e0f40c94: Fix quoted-input bug in one-cmd
- 12:13 pm Revision 457cb69b: Initialize new documents in docs
11/22/2012
- 06:22 pm Revision 8f489707: Expand documentation
- 03:39 pm Revision d44b407c: Sphinx config file fixes
- - proper path append
- check if snf-common is available - 03:33 pm Revision e9304ec6: Fix some docs errors
- 03:21 pm Revision 7845bf51: Fix local-path ref, undo register_cli syntax modif
- WAS: register <name> <location>
THEN: register <location> [name]
NOW: register <name> <location>
but can run with --... - 12:58 pm Revision 8086bb11: print_stack
Also available in: Atom