13 * Manual Refresh Button
14 * Notice on Read-Only Clusters
15 * Sharedfile Disk Template Added
17 * Docs now ship with product
18 * Fabfile cleaned up and simplified
23 * Pinned requirements at Django 1.4. Project not reviewed for Django 1.5
30 * Pagination links now correctly show up on the Virtual Machines page
31 * Migrate button disabled for non-drbd VMs on VM detail page
32 * VM template fields correctly set NIC and DNS defaults for new VM
33 * Fix network devices not copied back to new VM page, when deployment fails
34 * Account password reset form fixed
35 * Error messages on VMs clearable again
43 * Remove PyCurl dependency
44 * Immediate Shutdown button
45 * Improved installation process and documentation
46 * Improved RAPI functionality
48 * Simplified layout infrastructure
49 * Fix CSRF Token errors
50 * Transaction middleware
51 * Check VM hostnames for illegal characters
53 * Many back-end fixes to improve standards compliance and Django best practices
54 * Many user interface fixes and improvements
62 * CsrfResponseMiddleware removed from settings.py.dist
69 * Multiple Disks and Nics for VM Creation
70 * 'No Install' option for VM Creation
71 * CDROM2 Image Path for KVM
72 * User auto-complete for all username fields
73 * Rework and stabilisation of Jobs
74 * User registration is now optional
75 * CPU info added to node list and detail pages
76 * Ability to replace disks for a VM on DRBD clusters
79 * Unified json package use (django.utils.simplejson)
80 * Reduced name collisions with directory reorganizing
81 * Cache refresh migration moved to post_migrate hook
82 * Unified use of CSRF tokens
86 * Fixed HAYSTACK_SITECONF default setting
87 * Updated README to include virtualenv for mod_wsgi script
92 * Updated Fabric dependency: Django Object Permissions 1.4.1
93 * Overview: Used resources was not displaying clusters when used did not
102 * Internationalization Support (only greek translations.)
103 * Fabric & Virtual Environment deployment.
104 * Improved Navigation:
106 * Contextual links added to more pages
107 * Breadcrumbs available on most pages
108 * Object log upgraded to 0.6 includes scalability improvements
109 * Object permissions upgraded to 1.4
111 * contextual links added to generic views
112 * user/group selection widget added for permission editor.
113 * noVNC updated to latest head, includes better support for future revisions
114 * Node Evacuation now works properly
115 * VirtualMachine owner can now be edited
116 * Periodic Cache updater
117 - now syncronizes Nodes
118 - now runs using twistd
119 * Nodes can now be imported through the user interface
121 * Various optimizations to views to improve load times.
126 * fixing packaging issue with object log
130 * updating object log to 0.5.1
136 * Nodes are now cached in the database:
137 * Node detail views are now available, including some admin methods
138 * VirtualMachines may now be edited, renamed, and migrated.
139 * Errors while creating virtual machines are now handled better, and can be recovered from
140 * Django Object Log is now providing logs for all objects tracked by GWM
141 * Admins can now add ssh keys for other users
142 * Virtual machine detail page has had its layout updated to be more readable and add more
143 * fixed bugs preventing syncdb working with postgresql
149 * Status Dashboard is now the front page for GWM
150 * lists cluster status for admins.
151 * lists summary of virtual machines status for users.
152 * lists resource usage for the user and groups.
153 * error list including job failures and ganeti errors.
154 * Integrated NoVNC, an HTML5 + WebSockets VNC viewer
155 * Super users can now view resource usage and permissions for users and groups.
156 * Virtual machine lists are now paginated for quicker loading
157 * Ram and CPU quota is now based off running virtual machines
159 * Virtual Machines list now properly works for cluster admins
166 * Permissions system:
167 * user & group management
168 * per cluster/vm permissions
169 * basic VM management: Create, Delete, Start, Stop, Reboot