Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / plankton / management / commands @ c83d0ada

Name Size
__init__.py 0 Bytes
image-list.py 2.6 kB
image-show.py 2.4 kB

Latest revisions

# Date Author Comment
c83d0ada 01/21/2014 02:29 pm Ilias Tsitsimpis

Fix console output for management commands

From Django's documentation:
When you are using management commands and wish to provide console
output, you should write to self.stdout and self.stderr, instead of
printing to stdout and stderr directly.

This patch fixes the managements commands to use the proper...

d758784b 08/05/2013 02:39 pm Christos Stavrakakis

Fix stale import statements

Commit 7cfc0ce moved code from webproject to snf_django. This commit
fixes some stale imports that skipped renaming.

07f5a62c 04/22/2013 10:10 am Christos Stavrakakis

List all images in snf-manage image-list

Until now 'snf-manage image-list' management command printed only images
that were public, or accessible by a specific user. This commit changes
this command to print all images (regardless of the owner).

a1a4cbfb 04/22/2013 10:10 am Christos Stavrakakis

Bypass authentication in image-show command

Make image-show management command to show information about an image
without passing a userid. Use 'image_list' command of ImageBackend
instead of 'get_image' because the second one will raise Forbidden for
non-public images....

a9be7bf7 04/15/2013 04:11 pm Christos Stavrakakis

Fix small typo in import statement

225cea18 03/14/2013 03:58 pm Christos Stavrakakis

Move common code for mngmt commands to webproject

Move cyclades functions that are useful for all managament commands, like
pprint_table or parse_filters, to snf-webproject.

cc92b70f 02/06/2013 02:18 pm Christos Stavrakakis

Fix pep8 warnings

45f19863 11/26/2012 02:14 pm Christos Stavrakakis

Update management command to display user images

7a0aa449 11/22/2012 01:26 pm Christos Stavrakakis

Add function for pretty printing tables

39a6388d 11/09/2012 01:08 pm Christos Stavrakakis

Improve management commands

View revisions

Also available in: Atom