1. 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
  2. bfe716a Renamed UserDeployments->UserDeployment by Sapan Bhatia · 10 years ago
  3. 18e01e3 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 10 years ago
  4. 3d872e5 Renamed SiteDeployments->SiteDeployment by Sapan Bhatia · 10 years ago
  5. d2d5dd8 Adjust to enforce field naming conventions by Sapan Bhatia · 10 years ago
  6. 82db43c deal with migrations problem by Scott Baker · 10 years ago
  7. 14356b7 Merged ansible branch into master by Sapan Bhatia · 10 years ago
  8. 82d901b cleanup network objects associated with slice that's deleted by Tony Mack · 10 years ago
  9. f22e73a fix user admin showing deleted users by Scott Baker · 10 years ago
  10. a289ed7 validate ports field in network object by Scott Baker · 10 years ago
  11. 3d2d3e4 fix keyerror in plcorebase.delete by Scott Baker · 10 years ago
  12. d29431b observer_disabled was not being imported into core/models/user.py by Scott Baker · 10 years ago
  13. 40e1813 For backend-specific observers, filter out deployments without backend types set by Sapan Bhatia · 10 years ago
  14. 1bffe94 re-did the fine grained permission checking stuff again by Scott Baker · 10 years ago
  15. 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
  16. 1a6a390 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  17. e5f41b0 raise PermissionDenied if someone tries to save an object without can_update rights by Scott Baker · 10 years ago
  18. e75841e added availability_zone field to Deployment model by Tony Mack · 10 years ago
  19. 7807035 allow only enforce login base prefix on new slices by Tony Mack · 10 years ago
  20. 38e7ae5 set sliver name in save() by Tony Mack · 10 years ago
  21. 2faa969 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  22. f3f895c also allow 'silent' to be set as an instance variable by Scott Baker · 10 years ago
  23. a5b1072 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 10 years ago
  24. f77d01a Fixed a typo by Sapan Bhatia · 10 years ago
  25. 6594bea add silent kwarg to delete() and save() by Scott Baker · 10 years ago
  26. 9024076 DeploymentRole is not linked to deployments by Sapan Bhatia · 10 years ago
  27. 833d316 Don't use config backend type if it's not set by Sapan Bhatia · 10 years ago
  28. d0a176c Disable deployment filtering if the backend_type config option is not set by Sapan Bhatia · 10 years ago
  29. 4a62a2f Missing import by Sapan Bhatia · 10 years ago
  30. 9c8dc28 We can only import site.py after slice.py, because of a dependency by Sapan Bhatia · 10 years ago
  31. 2dccff0 Typo .site<-.deployment by Sapan Bhatia · 10 years ago
  32. d780d3c Re-added imports to __init__.py by Sapan Bhatia · 10 years ago
  33. 130c9a4 Companion to renaming core/models/planetstack by Sapan Bhatia · 10 years ago
  34. 1d1b2b1 Added config import back by Sapan Bhatia · 10 years ago
  35. f41c519 Renamed namespace-polluting file by Sapan Bhatia · 10 years ago
  36. 85b26c8 Deployment filtering for UserDeployment objects by Sapan Bhatia · 10 years ago
  37. a828b7e Deployment filtering for deployment images by Sapan Bhatia · 10 years ago
  38. d92f8a6 Deployment filtering for deployment credentials by Sapan Bhatia · 10 years ago
  39. a660903 Deployment filtering for SliceDeployment objects by Sapan Bhatia · 10 years ago
  40. 51ddecd Deployment filtering for SiteDeployment objects by Sapan Bhatia · 10 years ago
  41. 16778cd Deployment filtering for Deployment Privilege objects by Sapan Bhatia · 10 years ago
  42. 9d21dc7 Deployment filtering for deployment role objects by Sapan Bhatia · 10 years ago
  43. abfdb80 Deployment filtering for deployment objects by Sapan Bhatia · 10 years ago
  44. ed7b83b Deployment filtering for NetworkDeployment objects by Sapan Bhatia · 10 years ago
  45. c4b9807 DeploymentLinkDeletionManager for filtering deployment-linked objects by Sapan Bhatia · 10 years ago
  46. 15fdcdb DeploymentDeletionManager for filtering deleted deployments by Sapan Bhatia · 10 years ago
  47. 48df09f DeploymentLinkManager, for filtering deployment-linked objects such as by Sapan Bhatia · 10 years ago
  48. ad6dbd8 Deployment manager for filtering deployments based on backend by Sapan Bhatia · 10 years ago
  49. 79a2e80 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 10 years ago
  50. 02b5952 switch from naive timestamps to timezone-aware timestamps by Scott Baker · 10 years ago
  51. ed9cd4f Added backend_type field to migrations by Sapan Bhatia · 10 years ago
  52. 92f1422 clean up some deprecation warnings in django 1.7 by Scott Baker · 10 years ago
  53. d6dc505 set default for omf_friendly, move get_default_serviceclass outside of model for compaitibility with migrations by Scott Baker · 10 years ago
  54. 09dd0c0 evaluate default for plcorebase.created and plcorebase.updated at time of model creation rather than when python file is loaded by Scott Baker · 10 years ago
  55. ff5a108 Added missing import for Deployment by Sapan Bhatia · 10 years ago
  56. fdd62ec Added DeploymentCredential to set of supported credentials by Sapan Bhatia · 10 years ago
  57. 48426b6 Add credentials module to core list by Sapan Bhatia · 10 years ago
  58. 2ff2db5 Added credentials models for User, Slice and Site objects by Sapan Bhatia · 10 years ago
  59. 3909719 Bug: Models should import model_policy, not model_policies by Sapan Bhatia · 10 years ago
  60. 3a5ef2b Add policies feature to user objects by Sapan Bhatia · 10 years ago
  61. dac8576 raise validation error if slice name prefix is incorrect by Tony Mack · 10 years ago
  62. 0235e98 Include model policies by Sapan Bhatia · 10 years ago
  63. c19444b remove debug code by Scott Baker · 10 years ago
  64. 7a61dc4 replace sliver.numberCores with sliver.Flavor, add flavor filtering by deployment to sliver inline by Scott Baker · 10 years ago
  65. 37b4790 flavor data model objects and admin by Scott Baker · 10 years ago
  66. 51e7d40 HTTP_ORIGIN wasn't working on Firefox, changed it to get_host() instead by Scott Baker · 10 years ago
  67. a36d77e merge Amisha changes by Scott Baker · 10 years ago
  68. 33df82b pis can view slices at their sites by Tony Mack · 10 years ago
  69. c195d72 pis can update slice objects by Tony Mack · 10 years ago
  70. 5cde5f8 pis can update slice objects by Tony Mack · 10 years ago
  71. 434ca7e helper code for getting a list of IP addresses from a sliver by Scott Baker · 10 years ago
  72. 5bbaa23 punch through portfwd; fix not all ports used in sync_network_slivers by Scott Baker · 10 years ago
  73. 95d81c7 add select_by_user for NetworkTemplate by Scott Baker · 10 years ago
  74. 2721d6f add slicename prop by Tony Mack · 10 years ago
  75. ad2c4a1 Django's delete method does not accept unknown keywords by Sapan Bhatia · 10 years ago
  76. bbcc190 Fixed a typo by Sapan Bhatia · 10 years ago
  77. 5d605ff Implement new mark/purge deletion for User Model by Sapan Bhatia · 10 years ago
  78. 77d1d89 Default to purging on delete if the Observer cannot be loaded. by Sapan Bhatia · 10 years ago
  79. 15bf5ac Move queries for deleted objects into a new manager by Sapan Bhatia · 10 years ago
  80. 1302781 Purge operation. by Sapan Bhatia · 10 years ago
  81. c860243 New version of delete, which marks as delete instead of removing an object. by Sapan Bhatia · 10 years ago
  82. 3a6811e Added deletion check as a default filter of the User model. by Sapan Bhatia · 10 years ago
  83. 3089d83 Make the deletion check a default filter on the base model, inherited by by Sapan Bhatia · 10 years ago
  84. 4eb663a This change makes a 'deletion check' a default filter for object retrievals. by Sapan Bhatia · 10 years ago
  85. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 10 years ago
  86. d507f43 Make default value of status field "pending" by Sapan Bhatia · 10 years ago
  87. 47b9bf2 Added backend_status field to user object by Sapan Bhatia · 10 years ago
  88. 34aee75 Added a new field called 'backend_status' to the core model. This field by Sapan Bhatia · 10 years ago
  89. ec06eba disable test_acl during sliver save until compatibility issue is worked out by Scott Baker · 10 years ago
  90. 378baea Make it possible to go from deployments to sites in the data model. by Sapan Bhatia · 10 years ago
  91. 690f803 Added the select_by_user method to the Node object by Sapan Bhatia · 10 years ago
  92. e5774f9 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 10 years ago
  93. 7b836b6 move UserDeployments to a separate file to resolve circular reference by Scott Baker · 10 years ago
  94. f7b29d2 Deployment is imported out of Site. by Sapan Bhatia · 10 years ago
  95. 7098318 help text for deployment sites by Scott Baker · 10 years ago
  96. 01a4cd0 fix filtering of deployments when adding slivers by Scott Baker · 10 years ago
  97. cb95fde fix select_by_acl to return a queryset by Scott Baker · 10 years ago
  98. 57ec5d3 merge tony's changes to deployment by Scott Baker · 10 years ago
  99. 5380c52 acl support for deployments by Scott Baker · 10 years ago
  100. 9438351 models in deployment.py appear to have been moved to site.py by Scott Baker · 10 years ago