1. 40bbfd9 Added list of ephemeral models to be autodeleted by Sapan Bhatia · 10 years ago
  2. 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
  3. 46e50af deal with migrations problem by Scott Baker · 10 years ago
  4. c5b5060 fix keyerror in plcorebase.delete by Scott Baker · 10 years ago
  5. 0119c15 re-did the fine grained permission checking stuff again by Scott Baker · 10 years ago
  6. 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
  7. cbfb600 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  8. 0bec56f raise PermissionDenied if someone tries to save an object without can_update rights by Scott Baker · 10 years ago
  9. 5dc87a6 also allow 'silent' to be set as an instance variable by Scott Baker · 10 years ago
  10. 0491f6f add silent kwarg to delete() and save() by Scott Baker · 10 years ago
  11. b24f2c3 switch from naive timestamps to timezone-aware timestamps by Scott Baker · 10 years ago
  12. b08d656 clean up some deprecation warnings in django 1.7 by Scott Baker · 10 years ago
  13. 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
  14. bad6774 Bug: Models should import model_policy, not model_policies by Sapan Bhatia · 10 years ago
  15. 0235e98 Include model policies by Sapan Bhatia · 10 years ago
  16. ad2c4a1 Django's delete method does not accept unknown keywords by Sapan Bhatia · 10 years ago
  17. bbcc190 Fixed a typo by Sapan Bhatia · 10 years ago
  18. 77d1d89 Default to purging on delete if the Observer cannot be loaded. by Sapan Bhatia · 10 years ago
  19. 15bf5ac Move queries for deleted objects into a new manager by Sapan Bhatia · 10 years ago
  20. 1302781 Purge operation. by Sapan Bhatia · 10 years ago
  21. c860243 New version of delete, which marks as delete instead of removing an object. by Sapan Bhatia · 10 years ago
  22. 3089d83 Make the deletion check a default filter on the base model, inherited by by Sapan Bhatia · 10 years ago
  23. 4eb663a This change makes a 'deletion check' a default filter for object retrievals. by Sapan Bhatia · 10 years ago
  24. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 10 years ago
  25. d507f43 Make default value of status field "pending" by Sapan Bhatia · 10 years ago
  26. 34aee75 Added a new field called 'backend_status' to the core model. This field by Sapan Bhatia · 10 years ago
  27. 65d5a9a send error message to stderr instead of stdout by Scott Baker · 10 years ago
  28. fd44dfc fix observer notification error by Scott Baker · 10 years ago
  29. 9e99074 disable observer if it fails to import by Scott Baker · 10 years ago
  30. 332ee1d refactor by Tony Mack · 10 years ago
  31. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  32. 6ecd426 pass pk and model_dict to deleter, dynamic load of deleters by Scott Baker · 10 years ago
  33. 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
  34. 9c2c8fa Set observer/disabled=1 to run an observerless PlanetStack by Sapan Bhatia · 11 years ago
  35. c265b89 Merged plcorebase by Siobhan Tully · 11 years ago
  36. 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
  37. 322edfa Make change to Model code failsafe by Sapan Bhatia · 11 years ago
  38. ad5ed9e tabs by Tony Mack · 11 years ago
  39. bd02841 Fixed import error by Sapan Bhatia · 11 years ago
  40. 541f953 Fixed tabulation by Sapan Bhatia · 11 years ago
  41. dbaf193 Abstracted out deleters by Sapan Bhatia · 11 years ago
  42. 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 11 years ago
  43. 66f4e61 Integration with Feefie/Fofum for waking up the observer in a timely manner by Sapan Bhatia · 11 years ago
  44. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  45. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  46. 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]
  47. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  48. 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