1. 1211334 rename DiffModelMixin to PlModelMixin by Scott Baker · 9 years ago
  2. 15f5e79 fix the problems with DiffModelMixin, and eliminate redundant code by Scott Baker · 9 years ago
  3. 48e755f Disable notifications, until there is a real need for them, which depends on optimizing OpenStack calls, making them sub-second. by Sapan Bhatia · 9 years ago
  4. 5ff90fc refactor object write permissions by Tony Mack · 9 years ago
  5. 85b98e7 increase backend_status length, fix order of model imports by Scott Baker · 9 years ago
  6. daca816 fix the naive/aware timezone problem by Scott Baker · 9 years ago
  7. c1945a6 Added scratchpad for Observer to bookkeep objects by Sapan Bhatia · 9 years ago
  8. cc9d960 Added a type to backend_status by Sapan Bhatia · 9 years ago
  9. 67400ad Added timestamp to support model policy scheduling by Sapan Bhatia · 9 years ago
  10. 2a72eaf allow blank for enacted field by Scott Baker · 10 years ago
  11. 0d10867 validation of URL fields by Scott Baker · 10 years ago
  12. 56f799b validators for xoslib by Scott Baker · 10 years ago
  13. e40fbd4 add getValidators function by Scott Baker · 10 years ago
  14. 40bbfd9 Added list of ephemeral models to be autodeleted by Sapan Bhatia · 10 years ago
  15. 998b32e Added is_ephemeral: a flag that determines if a model is automatically deleted when its related models are deleted by Sapan Bhatia · 10 years ago
  16. 46e50af deal with migrations problem by Scott Baker · 10 years ago
  17. c5b5060 fix keyerror in plcorebase.delete by Scott Baker · 10 years ago
  18. 0119c15 re-did the fine grained permission checking stuff again by Scott Baker · 10 years ago
  19. 165f70c 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
  20. cbfb600 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  21. 0bec56f raise PermissionDenied if someone tries to save an object without can_update rights by Scott Baker · 10 years ago
  22. 5dc87a6 also allow 'silent' to be set as an instance variable by Scott Baker · 10 years ago
  23. 0491f6f add silent kwarg to delete() and save() by Scott Baker · 10 years ago
  24. b24f2c3 switch from naive timestamps to timezone-aware timestamps by Scott Baker · 10 years ago
  25. b08d656 clean up some deprecation warnings in django 1.7 by Scott Baker · 10 years ago
  26. 70b7005 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
  27. bad6774 Bug: Models should import model_policy, not model_policies by Sapan Bhatia · 10 years ago
  28. 0235e98 Include model policies by Sapan Bhatia · 10 years ago
  29. ad2c4a1 Django's delete method does not accept unknown keywords by Sapan Bhatia · 10 years ago
  30. bbcc190 Fixed a typo by Sapan Bhatia · 10 years ago
  31. 77d1d89 Default to purging on delete if the Observer cannot be loaded. by Sapan Bhatia · 10 years ago
  32. 15bf5ac Move queries for deleted objects into a new manager by Sapan Bhatia · 10 years ago
  33. 1302781 Purge operation. by Sapan Bhatia · 10 years ago
  34. c860243 New version of delete, which marks as delete instead of removing an object. by Sapan Bhatia · 10 years ago
  35. 3089d83 Make the deletion check a default filter on the base model, inherited by by Sapan Bhatia · 10 years ago
  36. 4eb663a This change makes a 'deletion check' a default filter for object retrievals. by Sapan Bhatia · 10 years ago
  37. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 10 years ago
  38. d507f43 Make default value of status field "pending" by Sapan Bhatia · 10 years ago
  39. 34aee75 Added a new field called 'backend_status' to the core model. This field by Sapan Bhatia · 10 years ago
  40. 65d5a9a send error message to stderr instead of stdout by Scott Baker · 10 years ago
  41. fd44dfc fix observer notification error by Scott Baker · 10 years ago
  42. 9e99074 disable observer if it fails to import by Scott Baker · 10 years ago
  43. 332ee1d refactor by Tony Mack · 10 years ago
  44. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  45. 6ecd426 pass pk and model_dict to deleter, dynamic load of deleters by Scott Baker · 10 years ago
  46. c1c45f8 pass pk to deleter, support model as a class or instance, give each event a uuid, fix delete_flag name, fix arg passing to fire by Scott Baker · 10 years ago
  47. 9c2c8fa Set observer/disabled=1 to run an observerless PlanetStack by Sapan Bhatia · 11 years ago
  48. c265b89 Merged plcorebase by Siobhan Tully · 11 years ago
  49. 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
  50. 322edfa Make change to Model code failsafe by Sapan Bhatia · 11 years ago
  51. ad5ed9e tabs by Tony Mack · 11 years ago
  52. bd02841 Fixed import error by Sapan Bhatia · 11 years ago
  53. 541f953 Fixed tabulation by Sapan Bhatia · 11 years ago
  54. dbaf193 Abstracted out deleters by Sapan Bhatia · 11 years ago
  55. 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 11 years ago
  56. 66f4e61 Integration with Feefie/Fofum for waking up the observer in a timely manner by Sapan Bhatia · 11 years ago
  57. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  58. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  59. 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 from plstackapi/core/models/plcorebase.py]
  60. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  61. 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