Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / snf / js / glance_models.js @ aedcb7f3

History | View | Annotate | Download (6.1 kB)

# Date Author Comment
aedcb7f3 01/09/2014 02:23 pm Kostas Papadimitriou

ui: Properly set snapshot OS attribute

if not already set

5ae6706e 01/09/2014 02:23 pm Kostas Papadimitriou

ui: Introduce snapshot image type in vm wizard

0dee4086 05/28/2013 01:22 pm Kostas Papadimitriou

cyclades ui: In sync with the updated compute api

Update javascript libraries to keep up with the latest changes in compute api.

d63606c8 05/28/2013 01:22 pm Kostas Papadimitriou

cyclades ui: Revert glance response parsing

Refs: #3768

5ef4d441 04/10/2013 06:35 pm Kostas Papadimitriou

Fix create vm view images filtering in cyclades ui

use the new synnefo.user method `get_username` to populate
personal/shared images.

37dd2616 02/14/2013 04:27 pm Kostas Papadimitriou

Override get_owner method for glance model object

to properly handle unknown owner entries

8f53cfa3 02/14/2013 04:27 pm Kostas Papadimitriou

Translate image owner uuid -> display name in UI

UI uses the introduced /user_catalog api to translate uuids to display
names when necessary.

bdfb089f 11/15/2012 06:16 pm Kostas Papadimitriou

Support multiple image users in js models

methods that used to return user specific information modified to return
arrays of objects based on identified image users. Image space delimited
`users` metadata key is now the primary point to identify existing image...

ce493ced 08/10/2012 04:30 pm Kostas Papadimitriou

Glance js model improvements

- Case insensitive get_meta method
- Additional dislay_* methods for size and users metadata
- Additional metadata labels

c16d0b2c 04/30/2012 02:23 pm Kostas Papadimitriou

Fix nonexistent image metadata handling

43ec1206 03/26/2012 03:18 pm Kostas Papadimitriou

Proper gui/os image metadata handling

03639c6d 03/26/2012 02:25 pm Kostas Papadimitriou

Proper display of vms associated with deleted images

1b9ce1d1 03/23/2012 02:42 pm Kostas Papadimitriou

Do not fallback to old images api

old compute/images api is removed, no need to fallback to this api for
missing images

babfdb9b 02/13/2012 05:05 pm Kostas Papadimitriou

Move display_owner to the base Image model

d7612b6e 02/06/2012 04:06 pm Kostas Papadimitriou

Fallback support to another image service in UI

So that glance image service can fallback to the old compute images api
for missing image references.

9c0ac5af 01/30/2012 06:55 pm Kostas Papadimitriou

Renamed snf-app to snf-cyclades-app