1. 760b54b throw validation error if sliver has no creator by Scott Baker · 9 years ago
  2. 970314b display ssh command in sliver detail view by Scott Baker · 9 years ago
  3. cb5c24a Add uuid field to sliver by Sapan Bhatia · 9 years ago
  4. 71dda3b fix sliver.name by Tony Mack · 9 years ago
  5. bf6aa30 replaced sliver.controllerNetwork with sliver.deployment by Tony Mack · 10 years ago
  6. c4ec14b BUGFIX: Controller related field change by Sapan Bhatia · 10 years ago
  7. 93d1b03 refactor and bug fixes by Tony Mack · 10 years ago
  8. 336e0f9 Controller replaces Deployment by Tony Mack · 10 years ago
  9. f3bbe47 introduce Controller model by Tony Mack · 10 years ago
  10. 78de56d Ability to pull Sliver stats by Sapan Bhatia · 10 years ago
  11. 475c597 Merged ansible branch into master by Sapan Bhatia · 10 years ago
  12. 80f1a4b set sliver name in save() by Tony Mack · 10 years ago
  13. c19444b remove debug code by Scott Baker · 10 years ago
  14. 7a61dc4 replace sliver.numberCores with sliver.Flavor, add flavor filtering by deployment to sliver inline by Scott Baker · 10 years ago
  15. 434ca7e helper code for getting a list of IP addresses from a sliver by Scott Baker · 10 years ago
  16. ec06eba disable test_acl during sliver save until compatibility issue is worked out by Scott Baker · 10 years ago
  17. 5380c52 acl support for deployments by Scott Baker · 10 years ago
  18. 9c7a1e1 userdata support for instance creation by Scott Baker · 10 years ago
  19. 8ac1de7 set sliver deploments to node's deployment by Tony Mack · 10 years ago
  20. e4be32f observer now supports remote openstack deployments by Tony Mack · 10 years ago
  21. 332ee1d refactor by Tony Mack · 10 years ago
  22. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  23. 3015c76 give sliver a unicode name before it is instantiated by Scott Baker · 11 years ago
  24. 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
  25. 2bd5b41 several bug fixes by Tony Mack · 11 years ago
  26. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  27. 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
  28. 89f70f1 fix openstack integration by Tony Mack · 11 years ago
  29. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  30. 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 (77%) from plstackapi/core/models/sliver.py]
  31. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  32. 951dab4 subnets and slivers work when openstack is disable or unavailable by Tony Mack · 11 years ago
  33. d1cd5df Merged with Tony's changes -- added numberCores to SliverAdmins by Siobhan Tully · 11 years ago
  34. 231f4c8 Added in serviceClass to Slice, and numberCores to Sliver, adjusted admin.py accordingly by Siobhan Tully · 11 years ago
  35. ab05c3b removing refrences to flavor by Tony Mack · 11 years ago
  36. 3811937 remove refrences to flavor. use m1.small as the default flavor by Tony Mack · 11 years ago
  37. fdd4d80 create OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin by Tony Mack · 11 years ago
  38. 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
  39. 1eeeae9 switch Sliver.ip from IpAddressField to GenericIPAddressField by Tony Mack · 11 years ago
  40. d8a837a cleanup by Tony Mack · 11 years ago
  41. 8e92dc5 raise exception if sliver's slice has no subnet by Tony Mack · 11 years ago
  42. 2b241cf raise exception if sliver's slice has no subnet by Tony Mack · 11 years ago
  43. cdec090 update Sliver admin by Tony Mack · 11 years ago
  44. 771f4b9 fix bugs by Tony Mack · 11 years ago
  45. 29c287f merge latest code by Tony Mack · 11 years ago
  46. 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