1. d14d48f refactor by Tony Mack · 10 years ago
  2. 06c8e47 Controller replaces Deployment by Tony Mack · 10 years ago
  3. 51c4a7d introduce Controller model by Tony Mack · 10 years ago
  4. b55f4a3 Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  5. 6bfa2ca This change renamed a number of misnamed related fields (e.g. site_privileges->siteprivileges), adds them where they are missing, and changes the corresponding accessors. by Sapan Bhatia · 10 years ago
  6. bfe716a Renamed UserDeployments->UserDeployment by Sapan Bhatia · 10 years ago
  7. 3d872e5 Renamed SiteDeployments->SiteDeployment by Sapan Bhatia · 10 years ago
  8. d2d5dd8 Adjust to enforce field naming conventions by Sapan Bhatia · 10 years ago
  9. 40e1813 For backend-specific observers, filter out deployments without backend types set by Sapan Bhatia · 10 years ago
  10. 5e5f455 add default select_by_user to plcorebase, hunt down and destroy select_by_user methods in other classes that were redundant with the new default by Scott Baker · 10 years ago
  11. e75841e added availability_zone field to Deployment model by Tony Mack · 10 years ago
  12. f77d01a Fixed a typo by Sapan Bhatia · 10 years ago
  13. 9024076 DeploymentRole is not linked to deployments by Sapan Bhatia · 10 years ago
  14. 833d316 Don't use config backend type if it's not set by Sapan Bhatia · 10 years ago
  15. d0a176c Disable deployment filtering if the backend_type config option is not set by Sapan Bhatia · 10 years ago
  16. 4a62a2f Missing import by Sapan Bhatia · 10 years ago
  17. 1d1b2b1 Added config import back by Sapan Bhatia · 10 years ago
  18. 51ddecd Deployment filtering for SiteDeployment objects by Sapan Bhatia · 10 years ago
  19. 16778cd Deployment filtering for Deployment Privilege objects by Sapan Bhatia · 10 years ago
  20. 9d21dc7 Deployment filtering for deployment role objects by Sapan Bhatia · 10 years ago
  21. abfdb80 Deployment filtering for deployment objects by Sapan Bhatia · 10 years ago
  22. c4b9807 DeploymentLinkDeletionManager for filtering deployment-linked objects by Sapan Bhatia · 10 years ago
  23. 15fdcdb DeploymentDeletionManager for filtering deleted deployments by Sapan Bhatia · 10 years ago
  24. 48df09f DeploymentLinkManager, for filtering deployment-linked objects such as by Sapan Bhatia · 10 years ago
  25. ad6dbd8 Deployment manager for filtering deployments based on backend by Sapan Bhatia · 10 years ago
  26. ed9cd4f Added backend_type field to migrations by Sapan Bhatia · 10 years ago
  27. 378baea Make it possible to go from deployments to sites in the data model. by Sapan Bhatia · 10 years ago
  28. 7098318 help text for deployment sites by Scott Baker · 10 years ago
  29. 01a4cd0 fix filtering of deployments when adding slivers by Scott Baker · 10 years ago
  30. cb95fde fix select_by_acl to return a queryset by Scott Baker · 10 years ago
  31. 57ec5d3 merge tony's changes to deployment by Scott Baker · 10 years ago
  32. 5380c52 acl support for deployments by Scott Baker · 10 years ago
  33. 6f575c8 cleanup unused fields by Tony Mack · 10 years ago
  34. e4be32f observer now supports remote openstack deployments by Tony Mack · 11 years ago
  35. b7b4f84 fix bugs. refactor by Tony Mack · 11 years ago
  36. 929af70 remove Meta from SiteDeployment model by Tony Mack · 11 years ago
  37. 332ee1d refactor by Tony Mack · 11 years ago
  38. 5b06147 added rbac for viewing objects by Tony Mack · 11 years ago
  39. 320b462 Corrected issue with DeploymentAdmin's reverse lookup of Site relationship by Siobhan Tully · 11 years ago
  40. cf04fb6 Adjustments for initial public launch of OpenCloud by Siobhan Tully · 11 years ago
  41. 27c7390 added krole_id to SiteRole and SliceRole. Enable SyncRoles by Tony Mack · 11 years ago
  42. 3971415 add missing roles by Tony Mack · 11 years ago
  43. bfd11dc Django-suit, add in Roles for specific classes site, slice, deployment, planetstack, change admin to leverage suit options by Siobhan Tully · 11 years ago
  44. 567e3e6 Added in geoposition for Sites, including google map display. Redid fixtures to include new fields (enacted), and formatted (prettyprint) serviceclass_initial_data.json for comparison. by Siobhan Tully · 11 years ago
  45. de5450d Added support for Generic Tags. Tags can be applied to Node, Site, Slice, Sliver. Adjusted relation_name for SliceTags to not conflict with generic tag. by Siobhan Tully · 11 years ago
  46. 79a49c8 initial checkin of event listener. refactor/cleanup by Tony Mack · 11 years ago
  47. 0553f28 observer for sites, slices and users by Tony Mack · 11 years ago
  48. bf1153a Changed DeploymentNetwork to Deployment, adjusted initial_json to include service class json, modified admin screens to only show appropriate topLevel objects (with the exception of Key), added in showAll var to make it easier when developing to showAll the objects in Admin. Removed Django_Evolution objects from admin interface. by Siobhan Tully · 11 years ago
  49. 89f70f1 fix openstack integration by Tony Mack · 11 years ago
  50. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  51. 30fd429 Refactor to /opt/planetstack, final tweaks to make sure planetstack can run in non-openstack mode, adjustments to GUI for model focus changes by Siobhan Tully · 11 years ago[Renamed (81%) from plstackapi/core/models/site.py]
  52. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  53. 93048c2 slices, slice memberships and site privileges work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  54. 6072206 sites work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  55. 9bcbe4f fix bugs by Tony Mack · 11 years ago
  56. 54304c6 Fix bugs by Tony Mack · 11 years ago
  57. 00d361f update SitePrivilegeAdmin and SliceMembershipAdmin by Tony Mack · 11 years ago
  58. fdd4d80 create OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin by Tony Mack · 11 years ago
  59. 5343728 Added in PLUser as custom user, replacing the django base user. Reformatted initial_data for content with more readable 4 space indent for ability to do diffs by Siobhan Tully · 11 years ago
  60. cdec090 update Sliver admin by Tony Mack · 11 years ago
  61. d9b4607 update Site admin by Tony Mack · 11 years ago
  62. 29c287f merge latest code by Tony Mack · 11 years ago
  63. 4bc09f2 Decomposed models.py into models/ with individual files per topic. Added new admin views, consolidated/reverted views back to Generics, adjusted modeling of Site<->DeploymentNetwork to remove SiteDeploymentNetwork object by Siobhan Tully · 11 years ago