Revision:

Revisions

# Date Author Comment
f4a8c000 03/05/2014 07:01 pm Athina Bekakou

ui-ember: fixes for add-new component

8893a747 03/05/2014 06:46 pm Athina Bekakou

Merge branch 'feature-uinext-ember' of https://code.grnet.gr/git/synnefo into feature-uinext-ember

Conflicts:
snf-cyclades-app/synnefo/ui/new_ui/ui/app/controllers/vm.js

397cd173 03/05/2014 06:15 pm Kostas Papadimitriou

ui: Display selected project name in vm wizard confirm step

8bd47f80 03/05/2014 06:15 pm Kostas Papadimitriou

astakos: Display application deny response if available

198b546d 03/05/2014 06:15 pm Kostas Papadimitriou

ui: New projects api integration

- Project model/collection objects
- Display project select widget in vm/network/ip create overlays
- Project reassign view for vm/network/ip resources
- Display project name in vm/network/ip views

91c7b930 03/05/2014 06:15 pm Kostas Papadimitriou

ui: Display project name in vm single view

acedb652 03/05/2014 06:15 pm Kostas Papadimitriou

ui: Normalize quotas available values

58e80501 03/05/2014 06:15 pm Kostas Papadimitriou

astakos: New projects improvements

- Fine grained handling of project modification field (exclude unchanged fields)
- Display modified fields in project modification details/summary views
- Set distinguished content in project/app details/summary views
- Minor styling improvements

f4d6dfa6 03/05/2014 06:15 pm Kostas Papadimitriou

cyclades: Revert modular plankton backend functionality

01c782a4 03/05/2014 06:15 pm Kostas Papadimitriou

astakos: Remove debug statement

5e56bcff 03/05/2014 06:14 pm Athina Bekakou

ui-ember: add-new button

9ef6fc52 03/05/2014 05:28 pm Olga Brani

ui-ember: Tags list in VMs grid-view

de861335 03/05/2014 05:05 pm Olga Brani

ui-ember: Fix bug: viewCls property not updated

20e2dbc5 03/05/2014 05:03 pm Olga Brani

ui-ember: Actions-bar

d22d9f7b 03/05/2014 04:21 pm Olga Brani

ui-ember: Basic controllers & routes

b705748e 03/05/2014 03:36 pm Christos Stavrakakis

cyclades: Check VM state when getting vnc console

vncauthproxy will return error status if the instance is not running.
Cyclades check that the VM in marked as started in DB before allowing a
console action. However, the VM may be stopped without Cyclades knowing...

90c7406c 03/05/2014 01:49 pm Christos Stavrakakis

burnin: Fix typo in help msg

s/uuuid/uuid

55d0ba54 03/05/2014 01:46 pm Christos Stavrakakis

Fix dependency for 'python-requests' package

3e7a001f 03/05/2014 01:46 pm Olga Brani

ui-ember: Index.html basic layout

6876647a 03/05/2014 01:45 pm Christos Stavrakakis

Bump version to 0.15rc8

d41e2c22 03/05/2014 01:45 pm Christos Stavrakakis

cyclades: Fix python-requests dependency

f3444497 03/05/2014 01:36 pm Olga Brani

ui-ember: Router map function

b83df8e7 03/05/2014 12:57 pm Olga Brani

ui-ember: Models

bfa0341f 03/05/2014 12:37 pm Sofia Papagiannaki

pithos: Fix failing upload with matching preconditions

Refs: #5186

0e2122e7 03/05/2014 12:29 pm Olga Brani

ui-ember: Initial commit

48c5b3ea 03/04/2014 06:34 pm Olga Brani

uinext: Relations between vms-networks-volumes

75ec29e4 03/04/2014 06:18 pm Ilias Tsitsimpis

Log Synnefo management commands to files

Create 'SynnefoOutputWrapper' which replaces Django's 'OutputWrapper'
and logs the command and its output in a file.

Issue #4948: Log all stdout/stderr for snf-manage invocations

6be59978 03/04/2014 03:59 pm Olga Brani

uinext: Style for modals

be5195f3 03/04/2014 03:19 pm Olga Brani

uinext: Uniform modals

bf6deafa 03/04/2014 02:55 pm Christos Stavrakakis

Bump version to 0.15~rc7-1~wheezy

Signed-off-by: Christos Stavrakakis <>

13b4a830 03/04/2014 02:55 pm Christos Stavrakakis

Merge branch 'release-0.15' into debian-release-0.15

32c39716 03/04/2014 02:53 pm Christos Stavrakakis

Update Changelog and admin docs

b6426ead 03/04/2014 01:39 pm Ilias Tsitsimpis

Use SynnefoCommand for django-admin commands

Instead of django's BaseCommand class, use out SynnefoCommand which
takes care of logging the command and its output.

Issue #4948: Log all stdout/stderr for snf-manage invocations

dc1c2b45 03/04/2014 01:13 pm Giorgos Korfiatis

astakos: Use common json util in api

Use get_json_body utility, which takes care of encoding errors. Also check
that the POST body is a dict, where needed.

0467b6cd 03/04/2014 01:07 pm Athina Bekakou

new ui: step-1 of vm-wizard

a442c81d 03/04/2014 12:23 pm Ilias Tsitsimpis

Fix console output for management commands

From Django's documentation:
When you are using management commands and wish to provide console
output, you should write to self.stdout and self.stderr, instead of
printing to stdout and stderr directly.

This patch fixes the managements commands to use the proper...

73672661 03/04/2014 12:18 pm Ilias Tsitsimpis

Logging mechanism for Synnefo management commands

Design doc for the implementation of a logging mechanism for the
Synnefo's management commands.

Issue #4948: Log all stdout/stderr for snf-manage invocations

1901d1ce 02/28/2014 06:38 pm Olga Brani

uinext: Vm network list using ports

75e13060 02/28/2014 06:10 pm Olga Brani

uinext: Modal resolved for dettach-volume case

efb1f3d3 02/28/2014 05:39 pm Sofia Papagiannaki

pithos: Fix GET request for public path with If-None-Match

Refs: #5168

c743bd0a 02/28/2014 05:17 pm Christos Stavrakakis

plankton: Remove http- prefix from headers

23f29f98 02/28/2014 04:40 pm Giorgos Korfiatis

cyclades: Log project reassign actions

5b50c3b4 02/28/2014 04:11 pm Christos Stavrakakis

cyclades: Fix inheritance of RemoveCommand

Make RemoveCommand inherit from SynnefoCommand. Also, add options of
remove commands to command specific options.

1cb6a324 02/28/2014 03:37 pm Alex Pyrgiotis

ci: Add uninstall option

The uninstall option uses the "--uninstall" switch of `python setup.py
develop`. The behavior of the "--uninstall" switch can be found in the
setuptools docs [1].

[1] https://pythonhosted.org/setuptools/setuptools.html#develop

ac7b865d 02/28/2014 03:37 pm Alex Pyrgiotis

ci: Add ssh port option

Add an option to connect to a specific ssh port of the created VM.
It is mainly useful when running ci from a VM in demo.synnefo.org. In
this case, we don't want to deduct the ssh port from the returned
server IP since the demo's DNAT applies only to connections out of the...

643fe7e3 02/28/2014 03:13 pm Kostas Papadimitriou

ui: Use SNF:allow_create flag to decide available flavors in vm wizard

ed7e736e 02/28/2014 02:50 pm Giorgos Korfiatis

astakos: Always display projects in menu

Since now we cannot do without projects, we remove the option to hide
projects from Astakos UI.

954ff0d8 02/28/2014 02:19 pm Dimitris Aragiorgis

deploy: Fix case where node doesn't have authorized_keys

Since we are inserting ssh keys, we first backup existing
authorized_keys and append them later to our uploaded file.

If authorized_keys did not exist, neither will authorized_keys.bak .
So `test -e` in the initialize method of SSH component will...

1ec2f17e 02/28/2014 01:33 pm Christos Stavrakakis

cyclades: Fix type error

ff5edb80 02/28/2014 01:00 pm Giorgos Korfiatis

Update Copyright for project-related changes

Update Copyright for files merged into develop in 2014 concerning the new
projects mechanism.

1 2 3 ... 292 Next ยป (1-50/14585) | Per page: 25, 50, 100

Also available in: Atom