Revision:

Revisions

# Date Author Comment
1e285210 02/26/2014 06:03 pm Giorgos Korfiatis

snf_django: Handle unicode in CommandError

Define a custom CommandError, which applies smart_locale_str() in its
str method.

18304586 02/26/2014 05:53 pm Giorgos Korfiatis

astakos: Replace str with unicode

Define unicode in astakos models rather than str.

9a94c0f1 02/26/2014 05:53 pm Giorgos Korfiatis

astakos: Remove unused lazy_string

23808592 02/26/2014 05:41 pm Christos Stavrakakis

cyclades: Major refactor to plankton backend

  • Rename ImageBackend to PlanktonBackend
  • Rewrite PlanktonBackend methods in order that they refer to Pithos
    objects by their UUID
  • Convert PlanktonBackend to context manager that is responsible for
    returning the PithosBackend connection back to the pool, and remove...
def409e0 02/26/2014 05:38 pm Giorgos Korfiatis

astakos: Fix unbound reference

fa532396 02/26/2014 04:41 pm Christos Stavrakakis

snf_django: Use option groups in SynnefoCommand

Extend SynnefoCommand to use option groups to distinguish between common
and command-specific options, by overriding the 'create_parser' method.
The command specific options must be declared in the
'command_option_list' attribute of the SynnefoCommand. Also, we use a...

ff791a10 02/26/2014 04:38 pm Christos Stavrakakis

Bump version to 0.15rc6

c4f4ea47 02/26/2014 03:33 pm Christos Stavrakakis

Bump version to 0.15~rc5-1~wheezy

Signed-off-by: Christos Stavrakakis <>

ac362467 02/26/2014 03:32 pm Christos Stavrakakis

Merge branch 'release-0.15' into debian-release-0.15

329c8145 02/26/2014 03:27 pm Christos Stavrakakis

Add release date for version 0.15rc5

7e402b46 02/26/2014 02:31 pm Sofia Papagiannaki

pithos: Fix test

408cd6a5 02/26/2014 02:22 pm Christos Stavrakakis

Update Changelog and admin guide

Update Changelog for 0.15rc5 and add links to admin guide. Also, fix
some typos and identation issues.

d1c9cf66 02/26/2014 12:57 pm Christos Stavrakakis

webproject: Encoded stderr together with stdout

4267cb32 02/26/2014 12:43 pm Christos Stavrakakis

snf_django: Fix alignment in pprint_table command

Alignment was broken from new code that decoded table fields using
user's encoding, since len() function will count length of bytes and not
characters. This commit fixes by making pprint_table work only with...

2be50766 02/26/2014 12:02 pm Christos Stavrakakis

cyclades: Create common '-u/--user' option

Create 'cli_option' module, to contain the common definitions for
options of Synnefo management commands.

Currently, it contains only the '--user' option definition which accepts
user's UUID or email and annotates the command options with the...

474e609a 02/26/2014 03:22 am Sofia Papagiannaki

pithos: Fix DjangoUnicodeDecodeError

857f8a2f 02/25/2014 05:58 pm Christos Stavrakakis

snf_django: Fix unicode decoding in SynnefoCommand

Some options of snf-manage commands maybe list or tuples. Applying
'smart_unicode' to them will convert them to unicode object. Instead
of recursively converting data, we convert the arguments to unicodes...

b0b6d5ab 02/25/2014 04:36 pm Giorgos Korfiatis

docs: Mention new projects in upgrade notes

65c37e16 02/25/2014 04:36 pm Giorgos Korfiatis

astakos: Set limits at enable time in migration

fd050112 02/25/2014 04:36 pm Giorgos Korfiatis

docs: Upgrade notes sketch for 0.16

2688e6bf 02/25/2014 03:57 pm Christos Stavrakakis

cyclades: Fix division by zero

c0206109 02/25/2014 03:44 pm Olga Brani

uinext: Dettach Volume from Vm

4e571185 02/25/2014 03:01 pm Dionysis Grigoropoulos

plankton: Handle a potential 500 error in plankton

  • Catch a potential 500 error, when registering a file as an Image, while
    trying to decode "Image name" into unicode.
  • Add corresponding test case
0486dc60 02/25/2014 01:15 pm Giorgos Korfiatis

astakos: Fix/disable form tests

Fix test_ui_visible; disable test_applications until the development of the
new project views has matured.

3b698137 02/25/2014 12:42 pm Athina Bekakou

new ui: improve move and close operations of wizards

« Previous 1 2 3 4 5 6 ... 584 Next » (76-100/14585) | Per page: 25, 50, 100

Also available in: Atom