Statistics
| Branch: | Tag: | Revision:

root / ui @ e2ccad35

# Date Author Comment
e2ccad35 04/01/2011 09:07 pm Dimitris Moraitis

fix wave in list view & minor css improvements - refs #293

a1705a94 04/01/2011 07:37 pm Markos Gogoulos

Merge branch 'master' of https://code.grnet.gr/git/synnefo

e1a023a6 04/01/2011 07:36 pm Markos Gogoulos

on the gui show which server gives error

when executing an action on the list view of the gui, show server and error if
action was not run

Refs #213

9a5cd5f7 04/01/2011 07:32 pm Dimitris Moraitis

x-browser compat css fixes

3973a66f 04/01/2011 07:24 pm Christos Psaltis

Make progress.gif transparent.

1d72dcdc 04/01/2011 06:12 pm Markos Gogoulos

make smaller wave and spinner icons on gui

Refs #293

6daac744 04/01/2011 06:07 pm Christos Psaltis

Reduce height for error box in standard view, ref #213.

6ef5a025 04/01/2011 06:01 pm Christos Psaltis

Change on hover color for Details button, ref #213

30695d66 04/01/2011 05:28 pm Christos Psaltis

Change margins for non-fixed confirmation dialog, ref #209

29124102 04/01/2011 05:04 pm Christos Psaltis

Hover color for selected actions set to orange

2d5cea9b 04/01/2011 05:02 pm Markos Gogoulos

fix destroy server action behavior on the gui

Refs #213

f1641e4d 03/31/2011 06:14 pm Markos Gogoulos

fix flavors to use api 1.1redux

  • add cpu attribute returned on flavor(s) listing
  • use api 1.1redux on gui for flavors
2cd96cc7 03/31/2011 05:35 pm Vangelis Koukis

Fix stray Greek Alpha in JS source

0971fa71 03/31/2011 04:47 pm Markos Gogoulos

implement server actions on gui for api/v1.1redux

  • implement server reboot/shutdown/start/destroy actions
  • fix ordering on imports (servers.py, actions.py)
  • actions.py: change type to reboot_type (reserverd word)
  • change vm.start_action to backend.start_action where needed...
e646ebe5 03/30/2011 11:38 pm Dimitris Moraitis

pep8 compliance

ed4781b5 03/30/2011 11:37 pm Dimitris Moraitis

adaptive confirm box in list view - Refs #293

309d7ed2 03/30/2011 04:09 pm Dimitris Moraitis

autoposition multiple confirm box - Refs #209

6d0a36e5 03/29/2011 11:31 pm Dimitris Moraitis

display animation only once - Refs #293

79b68e7c 03/29/2011 04:34 pm Christos Psaltis

On click, toggle selection menu in list view

190e3256 03/29/2011 04:28 pm Dimitris Moraitis

fix select all/none in list view & fix position of multiple action confirm box

c53d09e2 03/29/2011 03:28 pm Christos Psaltis

Move confirmation button labels to respective templates

dcf153ce 03/29/2011 02:30 pm Christos Psaltis

Change inline comments

df1257a5 03/29/2011 02:30 pm Christos Psaltis

Deselect all actions on confirmation button click.

ed81826a 03/29/2011 02:12 pm Christos Psaltis

Fix separator appearance between machines, in standard view

5fa5c0b2 03/29/2011 01:50 pm Christos Psaltis

Change labels of confirmation buttons, ref #209

040372a8 03/29/2011 01:37 pm Christos Psaltis

Fix actions' colours in list and standard view.

This fix relates to #209 and includes:
- On hover, actions turn black and are underlined.
- On click, actions turn to orange.

bdbd43a1 03/29/2011 01:37 pm Christos Psaltis

Fix confirmation workflow in list view.

In list view, pending actions are cleared
if you change your selections before pressing
Cancel or Confirm.

This is linked to #209.

c459a72f 03/28/2011 07:05 pm Christos Psaltis

Fix on-off icons in list view - Ref #321

dca0ae48 03/28/2011 02:41 pm Markos Gogoulos

fix bug with the wave icon on standard view

d134b632 03/26/2011 03:46 pm Dimitris Moraitis

update images and flavors in wizard when switching between tabs

695e1b21 03/26/2011 03:23 pm Dimitris Moraitis

polish new style error boxes & validate rangeinputs - Refs #209 #213 #147

990772be 03/24/2011 11:34 pm Dimitris Moraitis

new style action indicators in list view - Refs #209

879748ec 03/24/2011 10:33 pm Markos Gogoulos

fix error handling and confirmation boxes

On the standard listing
Refs #209 #213

e8b4ac76 03/24/2011 09:58 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

3d286f84 03/24/2011 09:58 pm Dimitris Moraitis

display number of pending actions in multiple confirm box

ccd40764 03/24/2011 09:42 pm Markos Gogoulos

customize error messages

Refs: #213

a135ccbd 03/24/2011 09:04 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

87feccc4 03/24/2011 09:03 pm Dimitris Moraitis

restore DELETED status check that was accidentally reverted

8550e831 03/24/2011 08:52 pm Markos Gogoulos

return virtual machine password to the gui user

return the password of the VM to the gui user, once the create server wizzard
has successfully created the VM.

Refs: #203

2f86374f 03/24/2011 08:30 pm Dimitris Moraitis

use local var for serverID

a1a31201 03/24/2011 05:57 pm Dimitris Moraitis

new style action indicators in standard view - Refs #209

aa0534a7 03/24/2011 04:38 pm Dimitris Moraitis

new style confirmations in standard view - Refs #209

267403ca 03/23/2011 09:20 pm Dimitris Moraitis

new style confirmations & abort old switch view requests - Refs #209 Fixes #309

c5a032c4 03/23/2011 08:26 pm Markos Gogoulos

fix server polling support

  • add function ISODateString that gets the jqXHR.getResponseHeader('Date') and returns changes_since GET variable on ISO 8601 format
  • add changes_since mechanism on GET images too

Ref #291

4e6f9904 03/23/2011 06:25 pm Markos Gogoulos

remove description fields for VM, Image

  • remove description from VirtualMachine model, handlers and tests
  • return images metadata (as on servers). for now return image.description as image.metadata.meta.key.description

Ref #185

f7fc695f 03/23/2011 03:54 pm Markos Gogoulos

Merge branch 'master' of https://code.grnet.gr/git/synnefo

0e1531b4 03/23/2011 03:51 pm Markos Gogoulos

fix GET /servers

check if server.status is "DELETED" rather than attribute server.deleted
Refs #293

1c7978ce 03/23/2011 03:15 pm Dimitris Moraitis

abort pending ajax requests on view switching - Fixes #309

0317c509 03/22/2011 05:22 pm Dimitris Moraitis

dont display error if XHR status equals 0 - Refs #293

d725fb12 03/19/2011 08:16 pm Christos Psaltis

Add and style confirmation box in list & standard view.

This refers to the confirmation box for multiple machine actions
in standard view and all machine actions in list view. The box
appears at the bottom of the page. You can only view it
by removing display: none from div.confirmation....

c2464ef2 03/19/2011 07:04 pm Christos Psaltis

Add and style confirmation box in standard view

This refers to the confirmation box for single machine actions.
At this point you can only view it by removing display: none
from div.confirmation.

Refs #209

31343277 03/18/2011 07:46 pm Christos Psaltis

Add initial html for new style confirmations

5b147126 03/18/2011 07:02 pm Christos Psaltis

#machines.separator appears in standard and list view

984af1e1 03/18/2011 05:11 pm Christos Psaltis

On hover actions turn to orange.

ab5282e4 03/18/2011 03:00 am Dimitris Moraitis

rename changes_since to changes-since & slider fix - Refs #291 #147

1a49199e 03/18/2011 01:46 am Dimitris Moraitis

auto-update vm list using changes_since

ec425eb2 03/17/2011 09:38 pm Markos Gogoulos

Merge branch 'master' of https://code.grnet.gr/git/synnefo

d19719cd 03/17/2011 09:34 pm Markos Gogoulos

support partial GET data for the virtual machines

use changes_since GET variable to specify a datetime. If ServerHandler
sees a datetime, it will return virtual machines that were updated after
that datetime, and nothing more

01864f44 03/17/2011 08:43 pm Dimitris Moraitis

comment out jquery tools source includes

146b6003 03/17/2011 03:51 am Dimitris Moraitis

improve auto-refresh and error handling

b335768e 03/15/2011 09:33 pm Markos Gogoulos

changes related to Openstack naming

  • change imageId to imageRef
  • change flavorId to flavorRef
  • add updated+created attributes on serverhandlerss response for servers
a5093da5 03/15/2011 09:06 pm Markos Gogoulos

fix previous broken commit

there was an error on home.html of the ui introduced with the
previous commit :(

7d311ba1 03/15/2011 09:00 pm Markos Gogoulos

fix create wizzard error handling

show 2 different translatable messages, when no images or flavors
are found

e5b0ba20 03/12/2011 03:06 am Vangelis Koukis

Remove unneeded GUI refreshes, fix spelling

Now that partial refreshes are working, there is no need to refresh
whole page after submitting an AJAX request. This eliminates unecessary
flicker.

Make the GUI page update every 5s instead of 60s.

Modify spelling of "seperator" to read "separator".

5f99a59d 03/11/2011 08:39 pm Markos Gogoulos

change error message on the ui

change translatable error message (default case) on home.html

7b7e768e 03/11/2011 04:41 pm Christos Psaltis

Change the order of includes for more clarity

48ce8b68 03/10/2011 07:54 pm Christos Psaltis

Initial support for auto updating list view

150eb972 03/10/2011 07:54 pm Christos Psaltis

Fix minor readability issues

748139ba 03/10/2011 01:55 pm Christos Psaltis

Do not pass serverID in ajax_error()

f15025bc 03/10/2011 11:35 am Christos Psaltis

Destroy action has an empty request body

583932c4 03/10/2011 11:29 am Christos Psaltis

Similar error handling for all actions

38b1f387 03/10/2011 11:24 am Christos Psaltis

fix destroy action for multiple machines

5e5683f1 03/09/2011 07:30 pm Christos Psaltis

Upgrade DataTables version to 1.7.6

81d48bff 03/09/2011 07:29 pm Christos Psaltis

Improve code readability in standard view template

a739ce48 03/09/2011 05:43 pm Christos Psaltis

Do not reload view after no in confirmation dialog

9b1b6f3a 03/09/2011 05:28 pm Christos Psaltis

improve code readability

c58db69b 03/09/2011 05:28 pm Christos Psaltis

Fix mini seperator fadeIn rule.

4c846a95 03/09/2011 05:04 pm Markos Gogoulos

fix wrong 'delete action' URL

935bb83f 03/09/2011 01:38 am Markos Gogoulos

translatable message in case no machine exists

Show the following translatable message in div id emptymachineslist when the
api call returns no servers (user has not created any server, or all of their
servers are deleted)

{% trans "You have no virtual machines! Press Create New to create some!" %}</div>

a3e418b1 03/08/2011 09:02 pm Markos Gogoulos

not launch create machine wizard on some cases

When there are no images, or no flavors, don't launch the create
machine wizzard, but show an error popup instead

2ed4ced5 03/08/2011 05:12 pm Markos Gogoulos

do not ask confirmation on start server(s) action

eae0a59a 03/08/2011 04:25 am Dimitris Moraitis

partial auto-refresh

0ad5737e 03/08/2011 04:19 am Dimitris Moraitis

update functional tests

e32c2a5d 03/06/2011 08:39 pm Dimitris Moraitis

improve look and browser compatibitily of list table scroll

aa819ce8 03/06/2011 06:46 pm Dimitris Moraitis

add try-catch for js console logging, fixes breakage when firebug is not present

d36493ce 03/06/2011 06:45 pm Dimitris Moraitis

move timeout to home template to fix breakage

520430b7 03/06/2011 06:43 pm Dimitris Moraitis

add listing table scrollbar, at least for Gecko browsers

f974b570 03/06/2011 07:58 am Dimitris Moraitis

remove extra comma

42f67a2a 03/06/2011 07:40 am Dimitris Moraitis

major js restructuring & refactoring

Most javascript functions have been moved to a seperate file.
The standard view is also now seperate from the machines view. This solves a
couple of issues with Webkit browsers and the code becomes cleaner.
All actions from both the list and the standard view now have unified...

eb8deaef 03/06/2011 07:38 am Dimitris Moraitis

minor css rewrite

12d7e95e 03/05/2011 06:05 pm Dimitris Moraitis

update rangeinput values directly when moving the sliders

20fae095 03/05/2011 05:16 pm Christos Psaltis

post imageId on create

d62113a0 03/02/2011 10:59 pm Markos Gogoulos

add translatable strings

on machines.html

dddb9274 03/02/2011 09:49 pm Markos Gogoulos

make errors translatable

error messages (404, 400, 503, 501 or others) are translatable
The greek translation has been added

c0124a81 02/28/2011 10:42 am Dimitris Moraitis

add functional test for the wizard

3a150bbe 02/28/2011 10:41 am Dimitris Moraitis

restore slider progress

217b2431 02/27/2011 10:27 pm Dimitris Moraitis

fix list view actions, add javascript console logging

68a49035 02/27/2011 08:35 pm Dimitris Moraitis

consolidate jquery event handlers for rangeinputs in the wizard

a37690bd 02/27/2011 05:15 pm Markos Gogoulos

fix list machines view

  • use JSON.stringify, as in standard view
  • add start action
71642965 02/26/2011 09:29 pm Dimitris Moraitis

create vm action selects requested flavor

and display the right values in the wizard confirmation step