Revision:

Revisions

# Date Author Comment
8421a8c3 02/25/2014 12:31 pm Chrysostomos Nanakos

pithos: pep8 fixes

82189820 02/25/2014 12:07 pm Olga Brani

uinext: Deal with modals and action bubbling

996fe5d4 02/25/2014 12:06 pm Olga Brani

uinext: Style improvements

326c136c 02/25/2014 12:05 pm Olga Brani

uinext: Move to ember.js 1.4

14c9e061 02/25/2014 11:13 am Chrysostomos Nanakos

pithos: Do not make non existent directories when reading mapfiles

3d875ca3 02/25/2014 11:08 am Chrysostomos Nanakos

pithos: Remove 'create' flag from the mapper

The file access mode is now chosen from the file mapper or blocker
according to the function that is being used, i.e., read or write
an object.

Refs #5011

6f08f063 02/25/2014 11:08 am Chrysostomos Nanakos

pithos: Add new read/write file object functions

Add new functions for reading and writing file objects based
on the new file access mode introduced in the file context manager.

d6eb0143 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Remove 'create' flag from RADOS blocker/mapper

RADOS blocker and mapper do not use the 'create' flag to specify
the access mode to RADOS objects.

bba357e7 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Remove 'create' flag from object context manager

c3ec3b3b 02/25/2014 11:07 am Chrysostomos Nanakos

pithos: Add new access mode flag to file context manager

Remove old create flag that was used for choosing the access mode.
New flag 'oflag' determines the mode in which the file has to be
opened, i.e., read, write or both. Applications shall specify exactly...

39f723aa 02/24/2014 06:58 pm Christos Stavrakakis

cyclades: Add 'public' attribute to ports

Extend ports (NetworkInterface model) with 'public' attribute, to
indicate that the port is connected to a public network without getting
the network from the DB. Add corresponding DB migration and update the
DB models factory....

a6d847dc 02/24/2014 06:08 pm Christos Stavrakakis

cyclades: Use vm.flavor_id instead of vm.flavor.id

Get the ID of the flavor of the VM without getting the flavor object
from DB.

a23d59a4 02/24/2014 05:47 pm Christos Stavrakakis

cyclades: Prefetch metadata when listing servers

44110e0e 02/24/2014 05:20 pm Athina Bekakou

new ui: set the ability to change the step of the wizard

4e3789fd 02/24/2014 03:33 pm Christos Stavrakakis

cyclades: Add list of subnet IDs to network model

Extend Network model with 'subnet_ids' attribute. This attribute is a
list with the IDs of the subnet that belong to this network and is
stored in DB as a comma seperated list of integers.

This information is already contained in the Subnet model. However, we...

7100e75f 02/24/2014 02:55 pm Olga Brani

uinext: Vm-tags: One to many relation

51e5aa11 02/24/2014 02:12 pm Christos Stavrakakis

snf_django: Fix typo

1ed138e8 02/24/2014 01:41 pm Christos Stavrakakis

snf_django: Revert wrong change in exclude list

Revert way that 'exclude' is called, from commit #99955a0.

8c911970 02/24/2014 01:14 pm Christos Stavrakakis

cyclades: s/BaseCommand/SynnefoCommand

Replace use of BaseCommand with SynnefoCommand which will convert the
arguments/options to unicode objects.

99955a02 02/24/2014 01:07 pm Christos Stavrakakis

snf_django: Handle unicodes in SynnefoCommand

Extend SynnefoCommand to override 'run_from_argv' function in order
to decode command line argumuents and options, using the user's
preferred encoding.

91c788ec 02/24/2014 01:05 pm Christos Stavrakakis

snf_django: Add utils function to handle unicodes

Add utils functions to handle unicode objects from 'snf-manage' using
the user's preferred encoding. Also add 'safe_string' function to
escape control characters from strings and unicode objects.

2e90e666 02/24/2014 12:49 pm Christos Stavrakakis

Replace use of 'udec' with 'smart_unicode'

631f7329 02/24/2014 12:38 pm Olga Brani

uinext: Submenu in details page

6e4e71b8 02/24/2014 11:27 am Olga Brani

uinext: Corrections in items controller

e1c66081 02/21/2014 05:43 pm Dionysis Grigoropoulos

Update changelog to include HTTP 500 API fixes

74c8da56 02/21/2014 05:10 pm Olga Brani

uinext: Various fixes

a4e9c19c 02/21/2014 04:11 pm Christos Stavrakakis

plankton: Fix handling of HTTP headers

Handle properly image properties that are passed through HTTP headers.
We convert the request headers to image properties by unquoting them and
then decoding them to Unicode objects using 'utf-8' encoding. Image keys...

01c660b6 02/21/2014 04:07 pm Christos Stavrakakis

snf_django: Replace uenc with smart_unicode

f259c6d9 02/21/2014 04:07 pm Christos Stavrakakis

cyclades: Make all DB models return unicode repr

c4e22972 02/21/2014 04:05 pm Christos Stavrakakis

snf_django: Explicitly set encoding of requests

Explicitly set request encoding to UTF-8 instead of relying
DEFAULT_CHARSET setting. See:
https://docs.djangoproject.com/en/1.4/ref/unicode/#form-submission

df455d57 02/21/2014 04:05 pm Christos Stavrakakis

cyclades: Replace 'uenc' with 'smart_unicode'

Replace use of 'synnefo.util.text.uenc' function with
'django.utils.encoding.smart_unicode'.

'uenc' function depends on the locale category LC_CTYPE, which is not
appropriate for Cyclades API. We explicitly use 'smart_unicode' and...

9ff114c3 02/21/2014 04:05 pm Christos Stavrakakis

stats: Replace uenc with smart_unicode

5a6cee09 02/21/2014 04:05 pm Christos Stavrakakis

snf_django: Handle unicode errors in JSON bodies

Catch unicode errors when JSON deserializing the body of a request.
Also, rename 'get_request_dict' function to 'get_json_body', as it is a
more represenative name for what the function is doing.

49fb00cc 02/21/2014 04:05 pm Ilias Tsitsimpis

snf-ci: Search all public networks

When creating a new floating IP try all public networks
until we find one that is not full.

d2db2d69 02/21/2014 03:55 pm Sofia Papagiannaki

docs: Update Changelog

a6c6857c 02/21/2014 12:36 pm Olga Brani

uinext: One ItemsItemController

21387cf4 02/21/2014 12:10 pm Kostas Papadimitriou

ui: Escape vm metadata keys in vm list item views (icon/single)

69c64a4c 02/21/2014 11:15 am Olga Brani

uinext: Clean-up models

cd84cd34 02/20/2014 07:22 pm Athina Bekakou

new ui: reset wizard when it closes

cc5d0e0e 02/20/2014 07:14 pm Athina Bekakou

new ui: add the submenus of the wizard

0c6ab9df 02/20/2014 06:40 pm Sofia Papagiannaki

pithos: Fix TypeError when listing over-populated containers

Update tests

Refs: #5119

dd759d76 02/20/2014 04:41 pm Giorgos Korfiatis

astakos: Fix states in project migration

Denying an application does not set the project deleted. It must still be
visible until the application is dismissed.

c8922d01 02/20/2014 04:41 pm Giorgos Korfiatis

snf_django: Properly chain `exclude' queries

Although chained filters, e.g. filter(p1).filter(p2), can be summed up as
filter(p1, p2), this is not the case with exclude. If you want to exclude
those selected by p1 as well as those selected by p2, you need...

c2a78208 02/20/2014 04:41 pm Giorgos Korfiatis

astakos: Omit base projects by default in listing

Add option `--base-projects' to include base projects in the output of
project-list management command.

f3bdab04 02/20/2014 04:41 pm Giorgos Korfiatis

cyclades: Fix list objects in enforce

Convert set back to list, because the code further down requires an
indexable object.

86860c5e 02/20/2014 01:51 pm Olga Brani

uinext: Improved colorpicker functionality

60c6bb5e 02/20/2014 01:20 pm Constantinos Venetsanopoulos

docs: Regions, Zones, Clusters and VM mobility

Add a section in the Admin Guide documenting mobility and failure
domains: Regions, Zones, Clusters.

2a4126d7 02/20/2014 12:06 am Kostas Papadimitriou

Tag create form handling

5f071b6f 02/19/2014 07:20 pm Athina Bekakou

new ui: merge modifications

Conflicts:
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember.js
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/components.js
snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/controllers.js...

1933ffd6 02/19/2014 06:42 pm Athina Bekakou

new ui: set the structure of vm-wizard using ember features

« Previous 1 2 3 4 5 ... 292 Next » (101-150/14585) | Per page: 25, 50, 100

Also available in: Atom