Statistics
| Branch: | Tag: | Revision:

root / kamaki / cli / commands / history.py @ c2332605

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
50a32c37 02/24/2014 01:16 pm Stavros Sachtouris

Only two cmds in history, use history_limit

Refs: #4479

5e383dd4 02/21/2014 03:42 pm Stavros Sachtouris

Add a limit in number of history lines

Refs: #4479

bbd7762c 02/20/2014 05:35 pm Stavros Sachtouris

Remove history run

Refs: #4479

ddc97a10 02/20/2014 05:13 pm Stavros Sachtouris

Use slice notation in history show

Refs: #4479

a44a9d97 02/20/2014 03:48 pm Stavros Sachtouris

Simplify history _match and get

Refs: #4479

edaf3ba6 02/20/2014 02:34 pm Stavros Sachtouris

Rename method in kamaki.cli.history

Refs: #4479

retrieve --> getitem
clean --> empty

534e7bbb 10/02/2013 05:40 pm Stavros Sachtouris

Remove reference to Config.get/set_global

16d7b9ff 09/26/2013 02:14 pm Stavros Sachtouris

Update and correct kamaki.clients documentation

76f58e2e 09/12/2013 04:13 pm Stavros Sachtouris

Replace print methods w. respective member methods

Refs: #4292

c49188b7 09/12/2013 01:21 pm Stavros Sachtouris

Fix history read unicode issue

3185cd6d 09/11/2013 05:55 pm Stavros Sachtouris

Remove builtin.print up to history

Refs: #4292

eb46e9a1 07/12/2013 02:50 pm Stavros Sachtouris

Spot and remove unused Command methods

e3f01d64 06/26/2013 12:28 pm Stavros Sachtouris

Update the copyright dates everywhere

0ec19fd3 06/25/2013 05:49 pm Stavros Sachtouris

Restore history-run functionality

99085b30 06/06/2013 02:20 pm Stavros Sachtouris

Make sure user and history commands work fine

Refs: #3934

f724cd35 05/31/2013 05:37 pm Stavros Sachtouris

Get endpoint urls for all CLI operations

Refs: #3874

Use kamaki.clients.astakos.AstakosClient as a cached astakos client to get
user information and, most importantly, endpoints. Allow users to authenticate
multiple tokens on the same session. In every session there must be at most...

a29d2f88 04/15/2013 12:12 pm Stavros Sachtouris

Apply uniform descriptions to all client commands

<GRNET name>/<OS name> API <actuall api> commands

e.g.
Cyclades/Compute API server commands
or
Pithos+/Storage API commands

Commands file names are named after the API they implement, not the command interface....

0ea31480 04/12/2013 06:27 pm Stavros Sachtouris

Update docs, rename kamaki.cli.commands/*

Documentation updates: reflect the changes in command groups
astakos --> user, store --> file

File renaming: remove the _cli suffix from modules in kamaki.cli.commands

Feature #3566