Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / helpdesk / views.py @ d0545590

History | View | Annotate | Download (10.6 kB)

# Date Author Comment
952f19b8 09/18/2013 06:04 pm Christos Stavrakakis

Merge branch 'master' into develop

Conflicts:
Changelog
version

05485332 09/18/2013 05:35 pm Kostas Papadimitriou

helpdesk: Fix network interface queryset

ed2064f8 09/18/2013 05:17 pm Christos Stavrakakis

Merge branch 'hotfix-0.14.6' into develop

Conflicts:
Changelog
docs/admin-guide.rst
snf-cyclades-app/synnefo/api/management/commands/network-remove.py
snf-cyclades-app/synnefo/api/servers.py
snf-cyclades-app/synnefo/api/tests/servers.py
snf-cyclades-app/synnefo/logic/backend.py...

232763df 09/17/2013 04:23 pm Kostas Papadimitriou

helpdesk: Exclude nics of deleted vms

when helpdesk users search using ip address

41a7fae7 07/02/2013 12:31 pm Christos Stavrakakis

cyclades: Major refactor to api and logic apps

Major refactor to cyclades api and logic apps that removes most code
from the api views and moves it to logic app, so that the same logic
code can be used by different apps (e.g. EC2 API). Code is moved into...

0c0498c8 06/18/2013 07:02 pm Kostas Papadimitriou

helpdesk: Typo fix

27c0d6c5 06/14/2013 06:35 pm Kostas Papadimitriou

helpdesk: Include UI_MEDIA_URL in template context

variable used as prefix for vm os icon urls

5a8a6df2 06/14/2013 06:35 pm Kostas Papadimitriou

helpdesk: Detect existing accounts with no active vms

e3ff6830 06/03/2013 11:49 am Georgios D. Tsoukalas

make synnefo URLs consistent and configurable

https://service.deployment.vendor.tld/service-base/api-prefix/hard/path |___________________________________| |__________| |________| |_______|
BASE_HOST BASE_PATH PREFIX Hardcoded...

7ad07359 05/27/2013 06:04 pm Kostas Papadimitriou

helpdesk: Configurable media url

d91de78c 05/09/2013 05:23 pm Christos Stavrakakis

helpdesk: Fix helpdesk tests

468ba00b 04/30/2013 05:03 pm Ilias Tsitsimpis

snf-cyclades-app: Use astakosclient

04a1b675 04/08/2013 06:17 pm Christos Stavrakakis

Move astakos lib from snf-common to snf-django-lib

cc5c8608 04/02/2013 10:29 am Kostas Papadimitriou

Allow helpdesk users to shutdown/start vms

Include an additional action to helpdesk view. Based on the current
status of the virtual machine helpdesk user is allowed to start it or
shut it down.

This comes handy since in most cases vm suspension needs to be...

475e8578 03/26/2013 05:38 pm Kostas Papadimitriou

Typo fix

4edee820 03/20/2013 08:56 pm Kostas Papadimitriou

Helpdesk logging improvements

Refs #3454

ba8ff608 03/20/2013 08:23 pm Kostas Papadimitriou

Allow user to search by vm id in helpdesk app

Refs #3453

VM lookup is triggered when search query matches the following patterns

- vm<id>
- vm-<id>

6c45fa84 03/05/2013 06:09 pm Kostas Papadimitriou

Helpdesk app fixes

- Do not use autocomplete feature (usernames are now stored in astakos
db)
- Translate provided username to retrieve user uuid
- UI: Display network operstate in as badge. Hide deleted vms in nics
lists.

605d23bf 10/31/2012 11:29 am Kostas Papadimitriou

Helpdesk suspend actions

9fd36718 08/09/2012 03:56 pm Kostas Papadimitriou

Helpdesk application improvements

- Additional setting HELPDESK_ENABLED to be able to enable/disable
helpdesk views.
- Fix fixtures to play along with new network models
- Include helpdesk default settings module

d59d86d4 08/01/2012 05:28 pm Kostas Papadimitriou

Support ip to account lookup

as an alternative method to helpdesk details view. If network interface
exists with the passed ip, the details of the owner of the machine linked to
the network interface will be displayed.

e620ca07 07/06/2012 06:05 pm Olga Brani

Helpdesk improvements

- Display vm os
- DIsplay network connected vms
- Short view of user info
- Other minor styling improvements

ebda2ad4 06/26/2012 04:05 pm Kostas Papadimitriou

Helpdesk api fix

handle prefix that contains text after "@".

9e3519e0 06/25/2012 03:06 pm Kostas Papadimitriou

Helpdesk improvements

- New json view to return a list of existing users with a prefix ending
with "@" to be used for autocompletion in helpdesk account name input.
- Proper non existing account handling. If no vms or private networks exist
for the specified account notify helpdesk user that the account...

0e5c88d0 06/13/2012 06:38 pm Kostas Papadimitriou

Helpdesk authentication view wrapper fix

- avoid AttributeError when checking for request.user attribute to be
present
- deny access if no groups defined in user dict

e129e26b 06/13/2012 02:53 pm Kostas Papadimitriou

Helpdesk permissions and filters

- deny access to users that don't belong to 'helpdesk' group
- filter results based on account provided

6bc44f65 05/18/2012 02:52 pm Kostas Papadimitriou

Order results by state

c3564ce9 05/18/2012 02:21 pm Kostas Papadimitriou

Initial commit of helpdesk app