1. 14409aa - Explicit annotations of models with dependency information by Sapan Bhatia · 8 years ago
  2. 3c5a85f Update container ubuntu version, and switch to ansible PPA by Zack Williams · 8 years ago
  3. 0ef05dc final merging with master branch by Max Klyus · 8 years ago
  4. 842d58d remove serviceclass default setting from slice.save by Scott Baker · 8 years ago
  5. d33e7d1 Make Slice.ServiceClass no longer required by Scott Baker · 8 years ago
  6. 276c1b9 mcord merged into master-branch by Pingping Lin · 8 years ago
  7. 8dc418a Custom model tologdict by Sapan Bhatia · 8 years ago
  8. 3fe056a add exposed_ports field to slice by Scott Baker · 8 years ago
  9. 951a81b add noauto slice network option by Scott Baker · 8 years ago
  10. b12050e Slice validation error is now returning 403 by Matteo Scandolo · 8 years ago
  11. ddf8009 repurpose slice network field by Scott Baker · 9 years ago
  12. 3f23724 add default_isolation field to slice by Scott Baker · 9 years ago
  13. 3de59e3 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
  14. 521abcc allow Slice Admins to see SlicePrivileges in their slice, allow any user to be used for SlicePrivilege by Scott Baker · 9 years ago
  15. e96247a update comment by Scott Baker · 9 years ago
  16. 888022a site admins should be able to see all slices in site by Scott Baker · 9 years ago
  17. d84f385 The deletion of dependencies has been moved to model policies by Sapan Bhatia · 9 years ago
  18. b261b90 fix wrong method called in SlicePrivilege.save by Scott Baker · 9 years ago
  19. 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 9 years ago
  20. d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 9 years ago
  21. f24ca9d fix wrong related_name in slice.service by Scott Baker · 9 years ago
  22. a4736f5 define composite primary key for models that need them by Tony Mack · 9 years ago
  23. d84b1ff replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 9 years ago
  24. 89f8a9e rename planetstack directory to xos by Scott Baker · 9 years ago[Renamed from planetstack/core/models/slice.py]
  25. 5ff90fc refactor object write permissions by Tony Mack · 9 years ago
  26. d893dfb update object write permissions by Tony Mack · 9 years ago
  27. cba0ffe REST API set creator attribute when creating objects by Scott Baker · 9 years ago
  28. ca03b64 fix permission error when creating slices with tenant view by Scott Baker · 9 years ago
  29. b992577 A non-admin should not be able to set the creator of a slice to someone else by Tony Mack · 9 years ago
  30. d168ae0 throw validation error if slice has no creator by Scott Baker · 9 years ago
  31. 22732bb additional validation on slice.name by Scott Baker · 9 years ago
  32. 200181e remove image_preference, add default_image, default_flavor to slice by Scott Baker · 9 years ago
  33. a7dbd42 removing plural from model names. some cleanup by Tony Mack · 10 years ago
  34. ee9736d rename camelcase fields in slice by Scott Baker · 10 years ago
  35. f3bbe47 introduce Controller model by Tony Mack · 10 years ago
  36. 4d7cdf2 Ability to pull slice stats by Sapan Bhatia · 10 years ago
  37. e0abef3 Typo by Sapan · 10 years ago
  38. 1da9b4c Fixed a naming issue s/SliceDeploymentss/ss/s by Sapan · 10 years ago
  39. bf7856b Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  40. 9b53a4c cleanup by Tony Mack · 10 years ago
  41. 13d2db9 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
  42. 7a8b7e9 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 10 years ago
  43. 475c597 Merged ansible branch into master by Sapan Bhatia · 10 years ago
  44. c767c98 cleanup network objects associated with slice that's deleted by Tony Mack · 10 years ago
  45. ab5d887 allow only enforce login base prefix on new slices by Tony Mack · 10 years ago
  46. a16be69 Deployment filtering for SliceDeployment objects by Sapan Bhatia · 10 years ago
  47. cfe0fd9 set default for omf_friendly, move get_default_serviceclass outside of model for compaitibility with migrations by Scott Baker · 10 years ago
  48. dac8576 raise validation error if slice name prefix is incorrect by Tony Mack · 10 years ago
  49. 33df82b pis can view slices at their sites by Tony Mack · 10 years ago
  50. c195d72 pis can update slice objects by Tony Mack · 10 years ago
  51. 5cde5f8 pis can update slice objects by Tony Mack · 10 years ago
  52. 2721d6f add slicename prop by Tony Mack · 10 years ago
  53. 29bf5e8 added max_slivers (instance) quota attribute to slice model by Tony Mack · 10 years ago
  54. 27b5a8a set default image name by Scott Baker · 10 years ago
  55. 4b0cedd merge latest Amisha changes by Scott Baker · 10 years ago
  56. b8d0c5c Amisha's latest changes by Scott Baker · 10 years ago
  57. 6f575c8 cleanup unused fields by Tony Mack · 10 years ago
  58. 537d823 merge Amisha's changes by Scott Baker · 10 years ago
  59. c218b59 store keyname in SliceDeployment table by Tony Mack · 10 years ago
  60. fe4be2e fix AttributeError by Tony Mack · 10 years ago
  61. e4be32f observer now supports remote openstack deployments by Tony Mack · 10 years ago
  62. b7b4f84 fix bugs. refactor by Tony Mack · 10 years ago
  63. 332ee1d refactor by Tony Mack · 10 years ago
  64. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  65. cf04fb6 Adjustments for initial public launch of OpenCloud by Siobhan Tully · 10 years ago
  66. 360afb8 fix field description by Tony Mack · 11 years ago
  67. c265b89 Merged plcorebase by Siobhan Tully · 11 years ago
  68. ce652d0 Adjusted modeling of Service, Slice and Tags. Added RequestRouter starter App. Modified Admin.py of core apps for new relationships. Modified the initial_data for new roles, and deprecated ForeignKey relationships. by Siobhan Tully · 11 years ago
  69. 27c7390 added krole_id to SiteRole and SliceRole. Enable SyncRoles by Tony Mack · 11 years ago
  70. 3971415 add missing roles by Tony Mack · 11 years ago
  71. 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
  72. 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
  73. 79a49c8 initial checkin of event listener. refactor/cleanup by Tony Mack · 11 years ago
  74. 2bd5b41 several bug fixes by Tony Mack · 11 years ago
  75. 0553f28 observer for sites, slices and users by Tony Mack · 11 years ago
  76. 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
  77. e8d596f change serviceClass from CharField to ForeignKey by Scott Baker · 11 years ago
  78. 89f70f1 fix openstack integration by Tony Mack · 11 years ago
  79. aa1bcd5 Adjusting admin GUI/inlines, fixed slice modification when no openstack environment is setup by Siobhan Tully · 11 years ago
  80. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  81. 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 (80%) from plstackapi/core/models/slice.py]
  82. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  83. 93048c2 slices, slice memberships and site privileges work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  84. 231f4c8 Added in serviceClass to Slice, and numberCores to Sliver, adjusted admin.py accordingly by Siobhan Tully · 11 years ago
  85. 5d0ce61 refresh openstack credentials when creating a slice's network and router by Tony Mack · 11 years ago
  86. 9bcbe4f fix bugs by Tony Mack · 11 years ago
  87. 54304c6 Fix bugs by Tony Mack · 11 years ago
  88. 00d361f update SitePrivilegeAdmin and SliceMembershipAdmin by Tony Mack · 11 years ago
  89. fdd4d80 create OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin by Tony Mack · 11 years ago
  90. 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
  91. cdec090 update Sliver admin by Tony Mack · 11 years ago
  92. 62bc59a update Slice admin by Tony Mack · 11 years ago
  93. 8484bdb update user admin by Tony Mack · 11 years ago
  94. 4895203 fix bugs by Tony Mack · 11 years ago
  95. 29c287f merge latest code by Tony Mack · 11 years ago
  96. 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