1. c860243 New version of delete, which marks as delete instead of removing an object. by Sapan Bhatia · 10 years ago
  2. 3089d83 Make the deletion check a default filter on the base model, inherited by by Sapan Bhatia · 10 years ago
  3. 4eb663a This change makes a 'deletion check' a default filter for object retrievals. by Sapan Bhatia · 10 years ago
  4. bcc1899 Added a 'deleted' field to all models. Specifically to: by Sapan Bhatia · 10 years ago
  5. d507f43 Make default value of status field "pending" by Sapan Bhatia · 10 years ago
  6. 34aee75 Added a new field called 'backend_status' to the core model. This field by Sapan Bhatia · 10 years ago
  7. 65d5a9a send error message to stderr instead of stdout by Scott Baker · 10 years ago
  8. fd44dfc fix observer notification error by Scott Baker · 10 years ago
  9. 9e99074 disable observer if it fails to import by Scott Baker · 10 years ago
  10. 332ee1d refactor by Tony Mack · 10 years ago
  11. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  12. 6ecd426 pass pk and model_dict to deleter, dynamic load of deleters by Scott Baker · 10 years ago
  13. 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
  14. 9c2c8fa Set observer/disabled=1 to run an observerless PlanetStack by Sapan Bhatia · 11 years ago
  15. c265b89 Merged plcorebase by Siobhan Tully · 11 years ago
  16. 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
  17. 322edfa Make change to Model code failsafe by Sapan Bhatia · 11 years ago
  18. ad5ed9e tabs by Tony Mack · 11 years ago
  19. bd02841 Fixed import error by Sapan Bhatia · 11 years ago
  20. 541f953 Fixed tabulation by Sapan Bhatia · 11 years ago
  21. dbaf193 Abstracted out deleters by Sapan Bhatia · 11 years ago
  22. 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 11 years ago
  23. 66f4e61 Integration with Feefie/Fofum for waking up the observer in a timely manner by Sapan Bhatia · 11 years ago
  24. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  25. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  26. 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]
  27. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  28. 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