1. 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
  2. 2bd5b41 several bug fixes by Tony Mack · 11 years ago
  3. 0553f28 observer for sites, slices and users by Tony Mack · 11 years ago
  4. b5cf06d removing key model by Tony Mack · 11 years ago
  5. b0d9742 key is now just an attribute of the user model. Added 'creator' field to sliver model by Tony Mack · 11 years ago
  6. c2835a9 update filtering for non admins by Tony Mack · 11 years ago
  7. 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
  8. 307e06f add slice tags by Scott Baker · 11 years ago
  9. acd4514 use timezone setting in reservation pages by Scott Baker · 11 years ago
  10. 9266e6b add timezone field to user by Scott Baker · 11 years ago
  11. 8737e5f reservation model: validate slice when form is refreshed by Scott Baker · 11 years ago
  12. 133c921 add admin page for reservations, remove serviceResource admin since it's already inlined to serviceClass by Scott Baker · 11 years ago
  13. 1e88946 fix bug by Tony Mack · 11 years ago
  14. 89f70f1 fix openstack integration by Tony Mack · 11 years ago
  15. 3de3e37 models and admin for ServiceClass and ServiceResource by Scott Baker · 11 years ago
  16. 47ae1b5 Adjustments to admin.py for view, fix Role using charfield as primary key, adjusted openstack/managers.py to fill the charfield instead of the pk by Siobhan Tully · 11 years ago
  17. aa1bcd5 Adjusting admin GUI/inlines, fixed slice modification when no openstack environment is setup by Siobhan Tully · 11 years ago
  18. 7329134 Merge pick up, tweaked role/site/plcore_base or os_manager path when OpenStack not present by Siobhan Tully · 11 years ago
  19. 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 (91%) from plstackapi/core/admin.py]
  20. 0406283 role base filtering for main admin pages by Tony Mack · 11 years ago
  21. ed163d7 remove references to OpenStackDriver and OpenStackClient outside of OpenStackManager by Tony Mack · 11 years ago
  22. 951dab4 subnets and slivers work when openstack is disable or unavailable by Tony Mack · 11 years ago
  23. 1826181 added isntance_name to sliver page by Tony Mack · 11 years ago
  24. 93048c2 slices, slice memberships and site privileges work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  25. 6072206 sites work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  26. d685bfa keys and users work when openstack is disabled or unavailable by Tony Mack · 11 years ago
  27. d1cd5df Merged with Tony's changes -- added numberCores to SliverAdmins by Siobhan Tully · 11 years ago
  28. f791406 Added serviceClass to SliceAdmin by Siobhan Tully · 11 years ago
  29. 231f4c8 Added in serviceClass to Slice, and numberCores to Sliver, adjusted admin.py accordingly by Siobhan Tully · 11 years ago
  30. 02755d4 RoleAdmin and Role model work when openstack is disable by Tony Mack · 11 years ago
  31. 5cd1320 fix add/delete inlines on site and deployemnt network pages by Tony Mack · 11 years ago
  32. f9f4afb call user.set_password() in PLUser.save() instead of PLUserAdmin.save() by Tony Mack · 11 years ago
  33. 7974861 fix add/delete sliver using inline on slice page by Tony Mack · 11 years ago
  34. ab05c3b removing refrences to flavor by Tony Mack · 11 years ago
  35. 9bcbe4f fix bugs by Tony Mack · 11 years ago
  36. 00d361f update SitePrivilegeAdmin and SliceMembershipAdmin by Tony Mack · 11 years ago
  37. 53106f3 update user admin by Tony Mack · 11 years ago
  38. fdd4d80 create OSModelAdmin. Update some Admin definitions to subclass OSModelAdmin by Tony Mack · 11 years ago
  39. 956104d filter keys user is allowed to see by Tony Mack · 11 years ago
  40. e59a7c8 save() and delete() uses caller's credentials to init openstackdriver client by Tony Mack · 11 years ago
  41. 31c2b8f register a signal that caches the user's credentials on login by Tony Mack · 11 years ago
  42. 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
  43. c47c39d Adjusted SliverInline to only show valid fields for create/view. Used admin::Sliver as reference. by Siobhan Tully · 11 years ago
  44. d90cdbf add pain text ip address field to Sliver form by Tony Mack · 11 years ago
  45. cdec090 update Sliver admin by Tony Mack · 11 years ago
  46. 759b57a update Key admin by Tony Mack · 11 years ago
  47. 8484bdb update user admin by Tony Mack · 11 years ago
  48. bc9cecf dont display role_id on RoleAdmin page by Tony Mack · 11 years ago
  49. fd24d0d updated Role admin by Tony Mack · 11 years ago
  50. 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
  51. f1c1224 organized by Tony Mack · 11 years ago[Renamed (90%) from plstackapi/planetstack/admin.py]
  52. cc775e7 fix import error by Tony Mack · 11 years ago
  53. e4cee7a enabled keys by Tony Mack · 11 years ago
  54. 5cc16ba enable users by Tony Mack · 11 years ago
  55. f30845d added Role by Tony Mack · 11 years ago
  56. 0e17ee2 updated import paths by Tony Mack · 11 years ago
  57. 0980fd6 organize by Tony Mack · 11 years ago[Renamed from plstackapi/core/admin.py]
  58. b1a54fb fix imports by Tony Mack · 11 years ago
  59. 7130ac3 Initial commit by Tony Mack · 11 years ago