8 * Pinned requirements at Django 1.4. Project not reviewed for Django 1.5
15 * Pagination links now correctly show up on the Virtual Machines page
16 * Migrate button disabled for non-drbd VMs on VM detail page
17 * VM template fields correctly set NIC and DNS defaults for new VM
18 * Fix network devices not copied back to new VM page, when deployment fails
19 * Account password reset form fixed
20 * Error messages on VMs clearable again
28 * Remove PyCurl dependency
29 * Immediate Shutdown button
30 * Improved installation process and documentation
31 * Improved RAPI functionality
33 * Simplified layout infrastructure
34 * Fix CSRF Token errors
35 * Transaction middleware
36 * Check VM hostnames for illegal characters
38 * Many back-end fixes to improve standards compliance and Django best practices
39 * Many user interface fixes and improvements
47 * CsrfResponseMiddleware removed from settings.py.dist
54 * Multiple Disks and Nics for VM Creation
55 * 'No Install' option for VM Creation
56 * CDROM2 Image Path for KVM
57 * User auto-complete for all username fields
58 * Rework and stabilisation of Jobs
59 * User registration is now optional
60 * CPU info added to node list and detail pages
61 * Ability to replace disks for a VM on DRBD clusters
64 * Unified json package use (django.utils.simplejson)
65 * Reduced name collisions with directory reorganizing
66 * Cache refresh migration moved to post_migrate hook
67 * Unified use of CSRF tokens
71 * Fixed HAYSTACK_SITECONF default setting
72 * Updated README to include virtualenv for mod_wsgi script
77 * Updated Fabric dependency: Django Object Permissions 1.4.1
78 * Overview: Used resources was not displaying clusters when used did not
87 * Internationalization Support (only greek translations.)
88 * Fabric & Virtual Environment deployment.
89 * Improved Navigation:
91 * Contextual links added to more pages
92 * Breadcrumbs available on most pages
93 * Object log upgraded to 0.6 includes scalability improvements
94 * Object permissions upgraded to 1.4
96 * contextual links added to generic views
97 * user/group selection widget added for permission editor.
98 * noVNC updated to latest head, includes better support for future revisions
99 * Node Evacuation now works properly
100 * VirtualMachine owner can now be edited
101 * Periodic Cache updater
102 - now syncronizes Nodes
103 - now runs using twistd
104 * Nodes can now be imported through the user interface
106 * Various optimizations to views to improve load times.
111 * fixing packaging issue with object log
115 * updating object log to 0.5.1
121 * Nodes are now cached in the database:
122 * Node detail views are now available, including some admin methods
123 * VirtualMachines may now be edited, renamed, and migrated.
124 * Errors while creating virtual machines are now handled better, and can be recovered from
125 * Django Object Log is now providing logs for all objects tracked by GWM
126 * Admins can now add ssh keys for other users
127 * Virtual machine detail page has had its layout updated to be more readable and add more
128 * fixed bugs preventing syncdb working with postgresql
134 * Status Dashboard is now the front page for GWM
135 * lists cluster status for admins.
136 * lists summary of virtual machines status for users.
137 * lists resource usage for the user and groups.
138 * error list including job failures and ganeti errors.
139 * Integrated NoVNC, an HTML5 + WebSockets VNC viewer
140 * Super users can now view resource usage and permissions for users and groups.
141 * Virtual machine lists are now paginated for quicker loading
142 * Ram and CPU quota is now based off running virtual machines
144 * Virtual Machines list now properly works for cluster admins
151 * Permissions system:
152 * user & group management
153 * per cluster/vm permissions
154 * basic VM management: Create, Delete, Start, Stop, Reboot