The entries bellow are in reverse chronological order.
- Fix santizizer for root ssh key
- Cluster definitions can be encrypted
- CVMFS snapshot pinning for Long-Term Data Preservation
- Minor bugfixes
- Initial clean up of the code base. Former
cvmopackage is now split into:cvmo.core: Core and common functionalitycvmo.user: User registration and profile edition UIscvmo.dashboard: Dashboard interfacecvmo.context: Context definitioncvmo.vm: VM deployment through WebAPI and pairing mechanismcvmo.market: Marketplacecvmo.cluster: Cluster definition
- Adds
cvmo.clusterfor cluster definition and deployment. - Integration with Twitter Bootstrap. Currently
only affecting
cvmo.cluster. Eventually should replace custom CSS and JavaScript for the template and the interactivity of CernVM Online. - WebAPI integration is moved to
cvmo.vmand drops need ofvmcp/sign.phpby implementing same functionality in the Django application. - Integrates the project with South for schema management. Migration from v1.1.0 to v1.2.0 will required some manual fidling, but any other schema update should be automatic.