Statistics
| Branch: | Tag: | Revision:

root @ 7f7f07ae

# Date Author Comment
7f7f07ae 06/30/2011 07:53 pm Mike Muzurakis

remove old firewall code

0e10469d 06/30/2011 07:49 pm Mike Muzurakis

display firewall information, Refs #661

0506db29 06/30/2011 07:12 pm Christos Psaltis

Remove variable used for testing

ebf1c29a 06/30/2011 07:00 pm Markos Gogoulos

Merge branch 'ui-0.5' of https://code.grnet.gr/git/synnefo into ui-0.5

02ca470d 06/30/2011 06:59 pm Markos Gogoulos

add connect option to standard/icon view

Refs #671

d8c8ebd0 06/30/2011 06:59 pm Christos Psaltis

Correct import from pidlockfile

afedad4d 06/30/2011 06:44 pm Markos Gogoulos

add check for windows OS.

Refs #471

57be8786 06/30/2011 06:36 pm Christos Psaltis

Merge branch 'ui-0.5' of https://code.grnet.gr/git/synnefo into ui-0.5

d1387ed7 06/30/2011 06:36 pm Christos Psaltis

Merge remote-tracking branch 'origin/api-current' into ui-0.5

Conflicts:
api/util.py
logic/backend.py

0e03566f 06/30/2011 06:33 pm Kostas Papadimitriou

fix ie and opera hovers for the user menu.

b3bcde1d 06/30/2011 06:28 pm Christos Psaltis

Merge branch 'ui-0.5' of https://code.grnet.gr/git/synnefo into ui-0.5

2ee4f989 06/30/2011 06:26 pm Markos Gogoulos

add try/error block for undefined ip address

658a825a 06/30/2011 06:25 pm Giorgos Verigakis

Use a default firewall profile on public networks

Uses settings.DEFAULT_FIREWALL_PROFILE in case an instance has no firewall tags defined.

Refs #659

75518958 06/30/2011 06:24 pm Giorgos Gousios

Log request URL and user for all API calls

ace4bd5d 06/30/2011 06:24 pm Giorgos Gousios

License headers for various files

refs #581

904df519 06/30/2011 06:24 pm Giorgos Gousios

Make pid file setting work for real

Create a pid file outside the daemon context, make sure it is deleted on
shutdown, offer option to set it from the cmdline

888355d1 06/30/2011 06:24 pm Giorgos Gousios

Move logging configuration to a module

2a0f327d 06/30/2011 06:24 pm Giorgos Gousios

Configuration for syslog, app-wide logging

513f8715 06/30/2011 06:24 pm Giorgos Gousios

Change configuration to print logs to the console

60d6a13b 06/30/2011 06:20 pm Giorgos Gousios

Take care of pidfile generation

7da1827f 06/30/2011 06:20 pm Giorgos Gousios

Daemonization + externally configured logging

fd70c1db 06/30/2011 06:14 pm Markos Gogoulos

add windows rdp functionality

Refs #671

bc923fb7 06/30/2011 06:11 pm Giorgos Verigakis

Bugfix

Always initialize `u`

3e65ce89 06/30/2011 06:06 pm Giorgos Verigakis

Merge branch 'api-current' of https://code.grnet.gr/git/synnefo into api-current

d64ff282 06/30/2011 05:38 pm Mike Muzurakis

fix reboot button on IE, Refs #341

317fbb13 06/30/2011 05:33 pm Christos Psaltis

Delete static bar images, Refs. #527

bd80f212 06/30/2011 05:33 pm Christos Psaltis

Fully functional stats in icon view, Refs. #527

c285c954 06/30/2011 05:27 pm Mike Muzurakis

fix priavte net single confirm box on IE, Refs #341

fdfb3f28 06/30/2011 05:20 pm Kostas Papadimitriou

move user menu 3px lower. Refs. #663

3f545a3e 06/30/2011 05:14 pm Kostas Papadimitriou

usermenu ie and other minor fixes. Refs. #663

9b5b718a 06/30/2011 05:04 pm Giorgos Verigakis

Use a default firewall profile on public networks

Uses settings.DEFAULT_FIREWALL_PROFILE in case an instance has no firewall tags defined.

Refs #659

b9b28a61 06/30/2011 04:57 pm Giorgos Gousios

Log request URL and user for all API calls

9541b89d 06/30/2011 04:46 pm Giorgos Gousios

Change configuration to print logs to the console

37ca953f 06/30/2011 04:24 pm Christos Psaltis

Merge remote-tracking branch 'origin/api-current' into ui-0.5

Conflicts:
logic/backend.py

77184fa1 06/30/2011 04:19 pm Giorgos Gousios

Merge branch 'logging' into api-current

Conflicts:
logic/backend.py

efff6193 06/30/2011 04:14 pm Giorgos Verigakis

Update firewall profile in the callback

Refs #527

23ca3bc9 06/30/2011 04:11 pm Christos Psaltis

Initial implementation of server stats ajax call, Refs. #527

63b2e83e 06/30/2011 04:09 pm Mike Muzurakis

fix indicators positioning in networks for IE, Refs #341

09008ccf 06/30/2011 04:02 pm Mike Muzurakis

fix machine container positioning for IE, Refs #341

8812d21c 06/30/2011 03:57 pm Mike Muzurakis

fix single confirmation divs on IE, Refs #341

0bb376ce 06/30/2011 03:41 pm Vangelis Koukis

Drop Django dependency in the Synnefo Ganeti hook

Drop all dependencies on Django in the Synnefo Ganeti hook.

  • Include a new bash script, which sets PYTHONPATH appropriately
  • Update README.deploy, include instructions on setting
    SYNNEFO_PROJECT_DIR inside this wrapper....
746c6bf4 06/30/2011 03:41 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
334c1b75 06/30/2011 03:41 pm Giorgos Verigakis

Add a Get Server Stats API method

e381d2ba 06/30/2011 03:41 pm Vangelis Koukis

Include python-ipy as a dependency

Include python-ipy as a dependency, update the configuration for
Jenkins, update README.deploy.

ebc913dc 06/30/2011 03:41 pm Giorgos Verigakis

Update API to return 4 kinds of graphs

Also temporarily disable encryption of backend id.

Refs #527

eab0602e 06/30/2011 03:41 pm Vangelis Koukis

Include firewall info in ganeti-net-status msgs

Extend the Ganeti hook to include firewall information in notifications
of type ganeti-net-status. Use synnefo:network:* instance tags, as
passed through the GANETI_INSTANCE_TAGS environment variable to determine...

f040c416 06/30/2011 03:41 pm Vangelis Koukis

Use iallocator for CreateInstance() RAPI call

Do not specify the Ganeti node in CreateInstance() RAPI calls,
allow Ganeti to use an iallocator to determine instance placement.
Also make minor PEP8-related fixes to logic/callbacks.py.

94aeabfd 06/30/2011 03:37 pm Mike Muzurakis

fix single confirmation on single view for IE, Refs #341

c4367587 06/30/2011 03:30 pm Vangelis Koukis

Use iallocator for CreateInstance() RAPI call

Do not specify the Ganeti node in CreateInstance() RAPI calls,
allow Ganeti to use an iallocator to determine instance placement.
Also make minor PEP8-related fixes to logic/callbacks.py.

835ce70a 06/30/2011 03:28 pm Mike Muzurakis

fix multiple confirmation button hovers on IE, Refs #341

34b03011 06/30/2011 03:25 pm Christos Psaltis

Minor IE changes for widths and margins in networks, Refs. #41

98c8d3f2 06/30/2011 03:25 pm Christos Psaltis

More space for details in icon view

0aec49e0 06/30/2011 03:23 pm Mike Muzurakis

fix details button hover in IE, Refs #341

3d547ef0 06/30/2011 03:16 pm Mike Muzurakis

more fixes for action hover for IE, Refs #341

7f5b5a97 06/30/2011 03:16 pm Mike Muzurakis

metadata wizard fixes for IE, Refs #341

ca5125bd 06/30/2011 03:10 pm Christos Psaltis

Add missing ; in main.css

ceb9ff59 06/30/2011 02:59 pm Kostas Papadimitriou

minor usermenu ui fixes. Refs. #663

be43cf0d 06/30/2011 02:56 pm Christos Psaltis

Make graph titles bold, Refs. #527

2b56fe60 06/30/2011 02:52 pm Christos Psaltis

Remove background color from stat graphs, Refs. #527

2a698906 06/30/2011 02:50 pm Mike Muzurakis

fix network action hover on IE, Refs #341

05fb0e96 06/30/2011 02:41 pm Christos Psaltis

Compensate for different height of net stats image, Refs. #527

e7cf83b1 06/30/2011 02:33 pm Christos Psaltis

Testing stat images in single view, Refs. #527

ce88aad7 06/30/2011 02:31 pm Kostas Papadimitriou

user menu redesign. Refs. #663

af6fc929 06/30/2011 02:31 pm Kostas Papadimitriou

logout action. Refs #663

f4c26857 06/30/2011 02:17 pm Mike Muzurakis

fix network cables positioning in IE, Refs #341

79368601 06/30/2011 02:10 pm Christos Psaltis

Get stat images from grnet url, Refs. #527

bd29052f 06/30/2011 02:05 pm Vangelis Koukis

Include firewall info in ganeti-net-status msgs

Extend the Ganeti hook to include firewall information in notifications
of type ganeti-net-status. Use synnefo:network:* instance tags, as
passed through the GANETI_INSTANCE_TAGS environment variable to determine...

74a22620 06/30/2011 02:05 pm Christos Psaltis

Remove white background from bars, Refs. #527

4bf38e73 06/30/2011 01:54 pm Christos Psaltis

Add white background to stat bars, Refs. #527

5391d6b5 06/30/2011 01:49 pm Giorgos Verigakis

Update API to return 4 kinds of graphs

Also temporarily disable encryption of backend id.

Refs #527

063bf4e1 06/30/2011 01:48 pm Christos Psaltis

Add experimental stat bars in icon view, Refs. #527

b470ce03 06/30/2011 01:38 pm Christos Psaltis

IE fixes for error pop-up, Refs. #341

669642df 06/30/2011 01:03 pm Giorgos Verigakis

Merge branch 'api-current' of https://code.grnet.gr/git/synnefo into api-current

95772145 06/30/2011 12:47 pm Christos Psaltis

Remove group column from list view

1a09170d 06/30/2011 12:47 pm Christos Psaltis

Minor IE fixes for main menu, Refs. #341

a976eefc 06/30/2011 12:47 pm Christos Psaltis

IE fix for height of info, tags and machines buttons, Refs. #341

a4c3dfc8 06/30/2011 12:45 pm Mike Muzurakis

various positioning fixes in networks for IE, Refs #341

6eded3c2 06/30/2011 12:30 pm Mike Muzurakis

fix network machine actions in IE, Refs #341

a1fb1fdd 06/30/2011 12:08 pm Mike Muzurakis

fix private net add machine box on IE, Refs #341

d475e17b 06/30/2011 12:08 pm Mike Muzurakis

more css fixes for networks in IE, Refs #341

23f03573 06/30/2011 12:00 pm Kostas Papadimitriou

fix action indicators position in list view. Refs. #631

c7789dcf 06/30/2011 11:36 am Kostas Papadimitriou

removed small shadow on the bottom of the icons

0a7c5154 06/30/2011 11:36 am Kostas Papadimitriou

show icons on list view. Refs. #631

556ddcfa 06/30/2011 11:28 am Mike Muzurakis

fix positioning of remove box in IE, Refs #341

8b471ee6 06/30/2011 11:25 am Mike Muzurakis

fix network cables in IE, Refs #341

d7aa7e06 06/30/2011 10:59 am Mike Muzurakis

fix networks machines label on IE, Refs #341

dae23b8f 06/30/2011 10:53 am Mike Muzurakis

fix repeating background in IE, Refs #341

70eab221 06/29/2011 08:06 pm Kostas Papadimitriou

initialize action icon handlers once for each view

abb9bd60 06/29/2011 08:00 pm Christos Psaltis

Minor css fix in single confirmation of networks

64ef88cc 06/29/2011 07:57 pm Christos Psaltis

Add some space for machine list

cce434fc 06/29/2011 07:52 pm Kostas Papadimitriou

fix action indicators for icon and single view. Refs. #631

78553022 06/29/2011 07:50 pm Christos Psaltis

Fix action selection/deselection in networks

e7a5d7eb 06/29/2011 07:47 pm Christos Psaltis

Fix visibility issues in actions

e7d39dd7 06/29/2011 07:34 pm Christos Psaltis

Change color of lights on multiple destroy

15613731 06/29/2011 07:33 pm Christos Psaltis

Align network name with state

278e0fb1 06/29/2011 07:31 pm Christos Psaltis

Smaller private network icon

8de4338e 06/29/2011 07:25 pm Christos Psaltis

Change color of lights on network destroy

e8f98b18 06/29/2011 07:03 pm Christos Psaltis

Fix private network separator margins

a2253a14 06/29/2011 06:47 pm Christos Psaltis

Alignment of elements in private networks

5e40ba16 06/29/2011 05:49 pm Christos Psaltis

Cross browser checkbox selection in list view, Refs. #341