Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 5655d560

History | View | Annotate | Download (1.9 kB)

1 c3396aeb Stavros Sachtouris
CHANGELOG for version 0.9
2 f4016ab2 Stavros Sachtouris
3 969b0c8d Stavros Sachtouris
Bug Fixes:
4 c3396aeb Stavros Sachtouris
5 0d4a6d0a Stavros Sachtouris
- Stop shell from destroying the config instance
6 5976ddfb Stavros Sachtouris
- Shell can manage all valid command line arguments [#3716]
7 030c0d3a Stavros Sachtouris
- Restore 2nd level command syntax in shell [#3736]
8 1d3f006b Stavros Sachtouris
- Allow copy of deleted objects by refering to older version [#3737]
9 d5d7e1f3 Stavros Sachtouris
10 1af10567 Stavros Sachtouris
Changes:
11 c3396aeb Stavros Sachtouris
12 1af10567 Stavros Sachtouris
- Change context: kamaki-image-addproperty --> kamaki-image-compute-property
13 d761839f Stavros Sachtouris
- http logger names: clients.recv/send --> kamaki.clients.recv/send
14 d761839f Stavros Sachtouris
- Move logger creation and control (except of the actuall logging) to cli
15 51fad88a Stavros Sachtouris
- These PithosClient methods return the metadata of created object [#3656]:
16 51fad88a Stavros Sachtouris
    upload_object, upload_object_unchunked, create_object_by_manifestation
17 3583ef07 Stavros Sachtouris
- Cache container info per upload session [#3735]
18 1d3f006b Stavros Sachtouris
- Disallow moving deleted objects by version [#3737]
19 1d3f006b Stavros Sachtouris
    This operation was implemented by accident, due to the symetry between
20 1d3f006b Stavros Sachtouris
    move and copy
21 55c75058 Stavros Sachtouris
- Add optional output for file methods [#3756, #3732]:
22 5655d560 Stavros Sachtouris
    mkdir, touch, create, move, create, copy, move, append, delete, purge,
23 5655d560 Stavros Sachtouris
    info, meta, upload
24 5655d560 Stavros Sachtouris
- Transliterate permissions and metadata methods to (get, set delete) groups
25 d5d7e1f3 Stavros Sachtouris
26 969b0c8d Stavros Sachtouris
Features:
27 c3396aeb Stavros Sachtouris
28 d761839f Stavros Sachtouris
- A logger module container a set of basic loging method for kamaki [#3668]
29 6634e01c Stavros Sachtouris
   set/get_log_filename, add_file/strean_logger, get_logger
30 d761839f Stavros Sachtouris
- Implement logger.activate/deactivate for loggers [#3715]
31 5976ddfb Stavros Sachtouris
- Allow global args (e.g. -d for debug, -v for verbosity) to shell. They
32 5976ddfb Stavros Sachtouris
    should be used when invoking the shell. After that they are automatically
33 5976ddfb Stavros Sachtouris
    applied to all commands running in that kamaki shell. [#3716]
34 c6da1973 Stavros Sachtouris
- Implement a plankton-side image unregister [#3728]
35 b97e18b1 Stavros Sachtouris
- Implement purging a non-empty container [#3662]
36 978eb0ec Stavros Sachtouris
- Add a -l option to upload, for listing uploaded objects details [#3730]
37 9550a759 Stavros Sachtouris
- Add option to cache container info for upload_object [#3707]
38 ed9af02c Stavros Sachtouris
- Add enumeration to all listing commands, make it optional [#3739]
39 49cc29b2 Stavros Sachtouris
- Add a download_to_string method in pithos client [#3608]
40 dcfe7455 Stavros Sachtouris
- Add an upload_from_string method in pithos client [#3608]
41 94bedc5b Stavros Sachtouris
- Add pithos client method create_container [#3756]