- 19 Dec, 2012 7 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
argparse people must be sadists or they just hate other programers
-
Stavros Sachtouris authored
kamaki store list mycontainer:phot will list all objects in mycontainer prefixed with phot
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 18 Dec, 2012 9 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
Conflicts: kamaki/cli/__init__.py kamaki/cli/argument.py kamaki/cli/command_shell.py kamaki/cli/command_tree.py kamaki/cli/commands/__init__.py kamaki/cli/commands/astakos_cli.py kamaki/cli/commands/config_cli.py kamaki/cli/commands/cyclades_cli.py kamaki/cli/commands/history_cli.py kamaki/cli/commands/image_cli.py kamaki/cli/commands/pithos_cli.py kamaki/cli/commands/test_cli.py kamaki/cli/config.py kamaki/cli/errors.py kamaki/cli/history.py kamaki/cli/utils.py kamaki/clients/connection/kamakicon.py kamaki/clients/tests.py
-
- 17 Dec, 2012 6 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
kamaki -v runs a kamaki shell with verbose on!
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
- 14 Dec, 2012 7 commits
-
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
and add a space after :
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
-
Stavros Sachtouris authored
show without args: show all show/load can accept: * list of integers * negative numbers, meaning we count from the end of history list * number ranges (e.g. 2-7, -20-9, -29--9) * 0 means "start of the list", (e.g. 0-2 prints the first 2, -3-0 prints the last 3, etc) * all of the above seperated with spaces * order maters, repetitions allowed (show that history-load can behave like a script)
-
- 12 Dec, 2012 11 commits
-
-
Dionysis Zindros authored
-
Dionysis Zindros authored
-
Dionysis Zindros authored
-
Dionysis Zindros authored
-
Dionysis Zindros authored
-
Dionysis Zindros authored
Instead of using /dev/urandom which is specific to UNIX systems, switch to the Python os.urandom() which is a cross-system solution and also works on Windows systems. This allows for running the unit tests on Windows systems as well.
-
Dionysis Zindros authored
-
Dionysis Zindros authored
-
Dionysis Zindros authored
Switch from hard-coded /tmp usage to a cross-compatible solution that utilizes Python's tempfile module. This adds support for running the unit tests on Windows systems.
-
Dionysis Zindros authored
To assist porting to Windows, offset/size mismatch when reading files is now being clearly reported with detailed error messages.
-
Dionysis Zindros authored
-