Statistics
| Branch: | Tag: | Revision:

root @ 5509b599

# Date Author Comment
5509b599 05/16/2011 06:36 pm Giorgos Verigakis

Update timestamps when metadata/networks change

Applies to servers and images.

Fixes #525

03805fc8 05/11/2011 04:06 pm Vangelis Koukis

Fix PostgreSQL backend exception for empty IPv4

Fix exception is thrown in logic/backend.py:process_net_status()
if the NIC configuration notification contains an empty IPv4
field, and Django uses the PostgreSQL backend.

This only happens with the PostgreSQL backend, because it has a...

5fb78aa8 05/10/2011 04:21 pm Vangelis Koukis

Update Changelog before tagging v0.3

acb3eb30 05/10/2011 02:52 pm Giorgos Gousios

Correct dependencies for Jenkins

26fef2b9 05/10/2011 02:08 pm Vangelis Koukis

Ignore uknown Ganeti opcodes in dispatcher

Have the backend notification handler ignore unknown Ganeti opcodes,
such as OP_INSTANCE_QUERY_DATA and OP_INSTANCE_SET_PARAMS.

f891db99 05/10/2011 01:45 pm Vangelis Koukis

Merge branch 'synnefo-rabbit' into ui-0.3

aa197ee4 05/10/2011 01:35 pm Vangelis Koukis

Fix redundant whitespace at end of lines

Remove all unecessary whitespace at end of lines.
See
http://stackoverflow.com/questions/5257553/coloring-white-space-in-git-diffs-output

for a way to have git highlight redundant whitespace automatically.

865fd434 05/10/2011 01:25 pm Vangelis Koukis

Merge branch 'api-current' into ui-0.3

Conflicts:
api/tests.py

97e56881 05/10/2011 01:17 pm Vangelis Koukis

Fix test token duration, minor bug in API

Modify db/fixtures/initial_data.json and settings.py.dist to
fix the duration of the test token.

Fix minor bug in api/util.py when no valid SynnefoUser
could be found or the provided X-Auth-Token was invalid.

e246ea1a 05/10/2011 12:17 pm Vangelis Koukis

Fix typo on front page

Fix the 'hole' -> 'whole' typo, which has been standing
in the front page for two weeks since the last demo.

a06deab3 05/10/2011 12:03 pm Vangelis Koukis

Document Synnefo nodes and associated services

Extend README.deploy, document node types in a Synnefo deployment
and associated services. For each node type, document the software
to be installed and the services to be deployed.

89b6b240 05/10/2011 11:23 am Giorgos Gousios

Make the aai middleware deliver a test authorisation cookie

To simplify development and testing the aai middleware was converted to
return the test authorisation cookie. To retrieve it call

http://localhost:8000/?test

aa519091 05/09/2011 07:16 pm Giorgos Gousios

Simple test for requests with out X-Auth-Tokens

ad2d6807 05/09/2011 06:43 pm Vangelis Koukis

Handle ganeti-net-status notifications

Implement handling of "ganeti-net-status" notifications in the
logic layer. For the time being, use the IPv4 address of NIC 0
to update the relevant field in the VirtualMachine model.

7ca9e930 05/09/2011 05:56 pm Vangelis Koukis

Improve AMQP-specific parts of settings.py.dist

Add support in settings.py.dist for fixing AMQP-specific variables
in settings after setting BACKEND_PREFIX_ID.

Temporarily use two different queues for routing messages of type
"ganeti-op-status" and "ganeti-net-status" independently....

1c9bb7a5 05/09/2011 04:57 pm Giorgos Gousios

The cookie now protects the whole application

41f2249e 05/09/2011 04:36 pm Vangelis Koukis

Fix minor stuff in README.develop, dispatcher

Have logic dispatcher create initial queue in AMQP server.
Have dispatcher wait for all children processes before exiting.
Improve AMQP-specific instructions in README.develop.

b9eef123 05/09/2011 03:59 pm Vangelis Koukis

Extend Synnefo Ganeti Hook, add support for AMQP

Extend the Synnefo Ganeti hook, add support for publishing
notifications over AMQP: * Make all hooks inherit from GanetiHook * Connect to RabbitMQ, publish notifications in JSON * Extend post-instance-start hook to publish net updates...

6bcd653d 05/09/2011 03:41 pm Giorgos Gousios

Merge branch 'ui-0.3' into test-2-mw

1428a464 05/09/2011 03:37 pm Giorgos Gousios

Move and fix test cases to the appropriate locations

be066a83 05/09/2011 03:34 pm Markos Gogoulos

fix authentication on the ui

if cookie with value X-Auth-Token exists, set the value on the headers.
Otherwise set the cookie with value X-Auth-Token
Refs #455

22aee0fb 05/09/2011 02:20 pm Giorgos Gousios

Split aai middleware into two instances

One instance guards the API (and returns 401 if the user is unauthorized), one protects the other content and redirects to Sibboleth

432e5455 05/09/2011 12:15 pm Giorgos Gousios

Fix routing key naming

8b17cf6e 05/09/2011 12:11 pm Markos Gogoulos

fix authentication on the ui

Sets X-Auth-Token value on a cookie, for every api call
Refs #455

76343e61 05/09/2011 11:59 am Giorgos Gousios

A bit of documentation

c183005e 05/09/2011 11:40 am Giorgos Gousios

Fix fork-bomb bug when specifying workers by hand

Tell the cmd-line parser that the -w argument is an int

80bd5072 05/09/2011 10:54 am Giorgos Gousios

Better handling of queue errors - resend until successful

fix suggested by vkoukis

ff55193e 05/08/2011 05:20 pm Vangelis Koukis

Add initial version of Synnefo Ganeti hook

Add initial version of a Synnefo-specific Ganeti hook, which will
eventually use the redesigned messaging architecture to publish
notifications to the rest of the infrastructure, refs #393.

  • Add generic hook handler ganeti/snf-ganeti-hook.py...
6ec8927b 05/08/2011 03:50 pm Vangelis Koukis

Minor changes in README.deploy, settings.py.dist

Extend README.deploy, add documentation on the generic Ganeti hook
for Synnefo. Minor fixes in settings.py.dist.

c06de383 05/07/2011 07:00 pm Georgios Gousios

Support for storing X-Auth-Tokens in cookies

d78101b4 05/06/2011 04:57 pm Markos Gogoulos

fixes typo with previous commit

regarding the ui auth_token

cabf8482 05/06/2011 04:47 pm Markos Gogoulos

change X_AUTH_TOKEN to X_Auth_Token

On ui. Refs #455

b19653d1 05/06/2011 04:13 pm Giorgos Verigakis

Change networks to use numeric ids

Fixes #457

8861126f 05/05/2011 07:26 pm Georgios Gousios

Support for spawning worker processes

233b0c40 05/05/2011 03:54 pm Georgios Gousios

Merge branch 'master' into synnefo-rabbit

d994d118 05/05/2011 02:42 pm Markos Gogoulos

fix ui authentication

send a fake auth_token on API requests

13b954b0 05/05/2011 01:49 pm Giorgos Verigakis

Add tests for networks and some bug fixes

Fixes #409

24435a56 05/05/2011 01:24 pm Georgios Gousios

A bit of documentation

bd16fbbc 05/05/2011 12:03 pm Mike Muzurakis

open a new window for each console, Refs #391

406ebc3b 05/04/2011 06:22 pm Christos Psaltis

Fix java class path, Refs. #391

c8bde382 05/04/2011 02:28 pm Mike Muzurakis

prevent caching of ajax requests, Refs #431

44c3a4c7 05/04/2011 01:59 pm Mike Muzurakis

fix incopmlete previous commit, Refs #431

e6561111 05/04/2011 01:52 pm Mike Muzurakis

revert date changes, Refs #431

2968c3db 05/04/2011 12:56 pm Christos Psaltis

Toogle networked machines on network logo click, Refs. #415

e0e9957e 05/04/2011 12:47 pm Christos Psaltis

Change color and hover for add/remove icons, Refs. #415

09d3fbbf 05/04/2011 12:34 pm Mike Muzurakis

fix confirmation error positioning, Refs #435

245c788e 05/04/2011 12:09 pm Mike Muzurakis

trap tab keypress on metadata wizard, Refs #375

48deca4b 05/04/2011 11:14 am Constantinos Venetsanopoulos

Merge branch 'api-current' into ui-0.3

ac65b972 05/04/2011 10:43 am Christos Psaltis

Add widget to vertical scrollable, Refs. #435

d5b4edf4 05/04/2011 10:40 am Mike Muzurakis

fix metadata wizard breakage on key press, Refs #375

86059945 05/04/2011 09:44 am Mike Muzurakis

remove next seperator on machine remove, Refs #415

1818c915 05/04/2011 09:41 am Christos Psaltis

Add more margin to generated buttons in metadata dialogs, Refs. #375

bdab73a8 05/04/2011 09:41 am Christos Psaltis

Change keypress event when editing metadata, Refs. #375

461ebec9 05/04/2011 09:20 am Mike Muzurakis

show metadata controls when adding more than 3 metadata, Refs #435

9d9df95d 05/04/2011 09:14 am Mike Muzurakis

fix confirmation box positioning, Refs #435

5f45ae5d 05/04/2011 09:09 am Mike Muzurakis

fix positioning for inline name editing, Refs #435

54479111 05/03/2011 06:48 pm Mike Muzurakis

fix IE date issue, Refs #431

29cc91e0 05/03/2011 06:46 pm Giorgos Verigakis

Increase the token duration for sqlite too

This should shut Jenkins up.

dca6520b 05/03/2011 06:30 pm Giorgos Verigakis

Rename server argument to serverRef

0dd17686 05/03/2011 06:11 pm Christos Psaltis

Fix inline machine rename button spacings, Refs. #435

8bc6b36a 05/03/2011 05:59 pm Christos Psaltis

Add more spacing between buttons, separators and scrollbars, Refs. #375

fe820f73 05/03/2011 05:44 pm Christos Psaltis

Add more spacing between buttons and rulers, Refs. #375

5593ab62 05/03/2011 05:38 pm Christos Psaltis

Metadata key is not editable through the inline form, Refs. #375

3d2def67 05/03/2011 05:29 pm Christos Psaltis

Change fonts size and style for manage metadata link, Refs. #435

5110d813 05/03/2011 05:20 pm Christos Psaltis

Add close button to metadata scrollable, Refs. #375

eeb57422 05/03/2011 04:31 pm Mike Muzurakis

fix metadata duplication after closing the wizard, Refs #435

9d32dca2 05/03/2011 04:12 pm Mike Muzurakis

fix metadata scrollable issue, Refs #435

ed7c48a3 05/03/2011 04:08 pm Mike Muzurakis

fix some visual issues on metadata expansion, Refs #435

ae5965b6 05/03/2011 03:58 pm Georgios Gousios

Change logger names

99034ed6 05/03/2011 03:04 pm Mike Muzurakis

fix a visual glitch on metadata toggle, Refs #435

14f61457 05/03/2011 02:50 pm Mike Muzurakis

visual modofications and sample content on icon view, Refs #435

aa8046cf 05/03/2011 02:26 pm Georgios Gousios

Set auth_token_duration for Jenkins

111f6d5b 05/03/2011 01:59 pm Giorgos Verigakis

Improved image tests

e2ee7808 05/03/2011 01:59 pm Giorgos Verigakis

Previous commit was incomplete

6e8c2217 05/03/2011 01:28 pm Georgios Gousios

More appropriate location and naming

23c84263 05/03/2011 01:27 pm Georgios Gousios

End to end message delivery working

-Move dispatcher methods to seperate file
-configure, load and register them dynamically
-fix bug in cmd-line parameter parsing

d8938c24 05/03/2011 01:10 pm Christos Psaltis

Connect orange vertical lines to icons, Refs. #415

69a37abb 05/03/2011 12:57 pm Christos Psaltis

Add vertical orange lines, Refs. #415

59d17f06 05/03/2011 12:57 pm Christos Psaltis

Add horizontal remove bars, Refs. #415

384da41e 05/03/2011 12:57 pm Christos Psaltis

Intercept remove icon click, Refs #415

c0c46a60 05/03/2011 12:57 pm Christos Psaltis

Add empty slots in each network, Refs. #415

92f534e9 05/03/2011 12:57 pm Christos Psaltis

Intercept add machine click, Refs. #415

381032a1 05/03/2011 12:55 pm Mike Muzurakis

fix positioning of metadata wizard on webkit, Refs #375

0269afd6 05/03/2011 12:29 pm Giorgos Verigakis

Add initial networks support

Refs #409

8b84871d 05/03/2011 11:01 am Constantinos Venetsanopoulos

Merge branch 'api-current' into ui-0.3

3817c551 05/03/2011 10:38 am Christos Psaltis

Replace some links with spans, Refs. #415

6912c72b 05/02/2011 10:52 pm Markos Gogoulos

fix vnc console. open console on a new window

Refs #391

5784dfe4 05/02/2011 08:25 pm Christos Psaltis

Add save button calls in inline metadata editing, Refs. #375

a9543e4c 05/02/2011 05:54 pm Giorgos Verigakis

Add an owner to the image fixtures

70e52a74 05/02/2011 05:47 pm Markos Gogoulos

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

e46eed1d 05/02/2011 05:34 pm Markos Gogoulos

fix authentication

use hard-coded token.

Refs #425

3a68225a 05/02/2011 05:24 pm Christos Psaltis

Initial version on inline metadata editing, Refs. #375

fcc7d831 05/02/2011 05:21 pm Markos Gogoulos

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

044899a2 05/02/2011 05:07 pm Georgios Gousios

Correct version of daemon dependency

b139bf1c 05/02/2011 05:04 pm Mike Muzurakis

fix some margins on icon view

5d081749 05/02/2011 05:03 pm Georgios Gousios

Dynamic configuration of queues from settings.py

This commit enables test users to bind arbitrary functions in response
to queued messages, using the topic queue pattern

http://www.rabbitmq.com/tutorials/tutorial-five-python.html

refs: #393

b7b29ade 05/02/2011 04:44 pm Mike Muzurakis

fix a glitch on slide toggle, Refs #435

a4708a76 05/02/2011 04:23 pm Mike Muzurakis

fix metadata count on icon view, Refs #435

fb117e42 05/02/2011 03:53 pm Mike Muzurakis

populate metadata keys with real content, Refs #435

f30730c0 05/02/2011 02:22 pm Georgios Gousios

Support for deleting existing queues