Statistics
| Branch: | Tag: | Revision:

root / ui / static / snf / js / sync.js @ c72a830d

History | View | Annotate | Download (14.9 kB)

# Date Author Comment
c72a830d 10/31/2011 04:06 pm Kostas Papadimitriou

Configurable limit for per-user ssh keys, Refs #1517

dbe026f9 10/31/2011 04:06 pm Kostas Papadimitriou

Identify collection of passed model object

16392650 10/26/2011 03:11 pm Kostas Papadimitriou

Apply changes-since parameter properly,

- Do not apply parameter for api calls that refer to objects
(models/collections) that don't support incremental updates.

66be390b 10/06/2011 12:12 pm Kostas Papadimitriou

Improved UI settings configuration, Refs #1447

- Most of the settings can now configured via django applcation
- Added some UI behaviour settings providing default values
- Added default values and documented new UI settings in settings.d/30-ui.conf
- Changed SUGGESTED_FLAVORS setting to VM_CREATE_SUGGESTED_FLAVORS...

9ffd10ce 10/05/2011 05:46 pm Kostas Papadimitriou

Improved UI error handling

- Do not overlap error overlay views when new errors get triggered
Refs #1433
- Skip error overlay appearance if user is viewing feedback overlay
- Handle generic (window.onerror) javascript exceptions that may occure
accross UI application...

35855ff5 10/04/2011 04:12 pm Kostas Papadimitriou

Fixed update intervals

b1e6a2de 10/04/2011 03:55 pm Kostas Papadimitriou

Improved api recurrent requests

Increase timeout intervals when window looses its focus.
The behaviour can be disabled from synnefo.config.delay_on_blur config
parameter.

09f90e6e 10/04/2011 12:34 pm Kostas Papadimitriou

Improved api recurrent requests error handling

on error try to reset changes-since value and retry api call

ec511098 10/04/2011 12:00 pm Kostas Papadimitriou

Skip error display and logging for vm stats errors

2c9bfad1 10/04/2011 11:57 am Kostas Papadimitriou

Proper vm stats updates

9ce969a7 10/03/2011 02:51 pm Kostas Papadimitriou

Improved API calls handling

- better api calls error handling
- emulate notmodified responses for opera browser
- configurable timeouts skipping limit

6a3a5bf7 09/28/2011 12:29 pm Kostas Papadimitriou

Improved vm action error handling

edd1d565 09/26/2011 01:45 pm Kostas Papadimitriou

Improved error reporting

- allow errors to change the error view arguments
- more informative vm action errors
- infrastructure for multiple errors handling

f06ec46e 09/22/2011 02:32 pm Kostas Papadimitriou

Consider request type in api calls date registry object

adab5d39 09/21/2011 10:35 am Kostas Papadimitriou

Minor ui fixes

bedfe884 09/20/2011 02:22 pm Kostas Papadimitriou

Handle unavailable image and flavor ids

8d08f18a 09/19/2011 03:22 pm Kostas Papadimitriou

Initial commit for ui-refactor branch

HTML/Javascript code refactoring towards an MVC-like design.