1. 022cdcd rename PlanetStackAdmin -> XOSAdmin, PlStackTabularInline -> XOSTabularInline by Scott Baker · 9 years ago
  2. 97468b7 rename planetstack.css -> xos.css by Scott Baker · 9 years ago
  3. 2bc7046 remove PlanetStack, PlanetStackRole, PlanetStackPrivilege models by Scott Baker · 9 years ago
  4. 79e2e66 only root and deployment admins can see controllers by Tony Mack · 9 years ago
  5. ecc55ac allow deployments to be linked to dashboards by Scott Baker · 9 years ago
  6. 7b6400d add foreign key field 'deployment' to Controller. by Tony Mack · 9 years ago
  7. 00eae8c deployment in ControllerAdmin (uncommitted code from portal) by Scott Baker · 9 years ago
  8. f0b403f make instance_id clickable in SliverAdmin list_display by Scott Baker · 9 years ago
  9. b6b474d refactor the backend icon stuff to one spot by Scott Baker · 9 years ago
  10. 4cea77e planetstack/core/models/site.py by Tony Mack · 9 years ago
  11. ae233f4 eliminate Sites list from Controller and Deployment, add sites tab to ControllerAdmin, hide enacted/policied from ControllerAdmin by Scott Baker · 9 years ago
  12. 4ce14c4 add suit-tab-deploymentprivileges to suit_classes in DeploymentPrivilegeInline by Tony Mack · 9 years ago
  13. d893dfb update object write permissions by Tony Mack · 9 years ago
  14. 26dbd8d fix read_only fields for SliverAdmin by Tony Mack · 9 years ago
  15. 7d61efb add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 9 years ago
  16. d833658 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 9 years ago
  17. 1081225 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 9 years ago
  18. 6e9027f remove Dashboard Views from user admin by Scott Baker · 9 years ago
  19. 92b1205 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 9 years ago
  20. b2c407f only admins and pis can change/modify a user's site by Tony Mack · 9 years ago
  21. b195b5f dont list is_admin field twice in UserAdmin by Tony Mack · 9 years ago
  22. 42a291f Show greens where status is 1 - by Sapan Bhatia · 9 years ago
  23. da0c0f0 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  24. 970314b display ssh command in sliver detail view by Scott Baker · 9 years ago
  25. 6a32aca user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 9 years ago
  26. 6235fc8 user's can't set/unset is_admin, is_active and is_readonly values in Login Details without the proper authorization. by Tony Mack · 9 years ago
  27. 598eaf2 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 9 years ago
  28. f587f44 add backend_status_icon to user admin list by Scott Baker · 9 years ago
  29. 5ff796b fix icon color in provisioning state by Scott Baker · 9 years ago
  30. 39293d7 fix filter code in sliver inline by Scott Baker · 9 years ago
  31. ba5c2f2 fix Chosen Sites empty in Deployment Admin by Scott Baker · 9 years ago
  32. 8864d47 fix sitesdeployments typo by Scott Baker · 9 years ago
  33. 78d4c3d Controller.backend_type is required by Tony Mack · 9 years ago
  34. 887d4a8 display sliver.instance_id in the right places by Scott Baker · 9 years ago
  35. 1eace6f fix sliver details view not being displayed by Scott Baker · 9 years ago
  36. c9c8d0d add site to user creating admin so users can no longer be created without sites by Scott Baker · 9 years ago
  37. 9daf19c show enabled and url in dashboardview admin list by Scott Baker · 9 years ago
  38. b8f3cab add ability to disable dashboards by Scott Baker · 9 years ago
  39. a9be010 remove "Images" tab from Deployment Admin by Tony Mack · 9 years ago
  40. b34553e adding Tags tab back to Slice Admin page by Tony Mack · 9 years ago
  41. 82df1d0 add nodes tab to site admin by Tony Mack · 9 years ago
  42. 10328a1 fix bugs by Tony Mack · 9 years ago
  43. c36cafb only admins can save/update controllers by Tony Mack · 9 years ago
  44. ab6538f remove Tags tab from model pages by Tony Mack · 10 years ago
  45. 3c01ff9 cleanup controller links in admin.py by Tony Mack · 10 years ago
  46. 4357457 fix errors in admin related to sitedeployment object by Scott Baker · 10 years ago
  47. ffe6d8b checking in missing site/slice privilege steps by Tony Mack · 10 years ago
  48. 2656436 bug fixes by Tony Mack · 10 years ago
  49. 8f30ebe fix bugs by Tony Mack · 10 years ago
  50. a7dbd42 removing plural from model names. some cleanup by Tony Mack · 10 years ago
  51. 1e82828 removing ControllerSiteDeployment object. Move tenant_id field to SiteDeployments model by Tony Mack · 10 years ago
  52. 0451fb6 update code to use renamed network fields by Scott Baker · 10 years ago
  53. 81fa17f update to make use of renamed NetworkTemplate fields by Scott Baker · 10 years ago
  54. bf6aa30 replaced sliver.controllerNetwork with sliver.deployment by Tony Mack · 10 years ago
  55. a6a0c77 rename ControllerDashboard to ControllerDashboardView by Scott Baker · 10 years ago
  56. 48208cd Fixed a UI error in admin by Sapan Bhatia · 10 years ago
  57. eef5a6b models for per-controller dashboard views by Scott Baker · 10 years ago
  58. 11f4d20 fix bug that caused flavors to be permanently deleted by Tony Mack · 10 years ago
  59. 592aa95 fix bug preventing deployment admin from updating deployment flavors on ssave. fix nameError bug by Tony Mack · 10 years ago
  60. 93d1b03 refactor and bug fixes by Tony Mack · 10 years ago
  61. 528d422 refactor by Tony Mack · 10 years ago
  62. 336e0f9 Controller replaces Deployment by Tony Mack · 10 years ago
  63. 400f5b5 Convention-breakers that escaped my eye in the last pass by Sapan Bhatia · 10 years ago
  64. e9f96f6 Renamed ImageDeployment back to ImageDeployments by Sapan Bhatia · 10 years ago
  65. bf7856b Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  66. 39e8558 Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  67. 9f6b8ed upload buttons for user.public_key, network sdn parameters by Scott Baker · 10 years ago
  68. 7b6722e add controllerUrl to network object by Scott Baker · 10 years ago
  69. 4024871 admin for network sdn stuff by Scott Baker · 10 years ago
  70. 18b779c Renamed ImageDeployments->ImageDeployment by Sapan Bhatia · 10 years ago
  71. 7a8b7e9 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 10 years ago
  72. 6d21da3 Renamed SiteDeployments->SiteDeployment by Sapan Bhatia · 10 years ago
  73. 24ded6a fix error when showing deployment admin by Scott Baker · 10 years ago
  74. 585cb19 manually query the site object if it isn't present in the SliceForm's cleaned_data dict by Tony Mack · 10 years ago
  75. 7b8505a make site field read only on slice admin change/modify form page by Tony Mack · 10 years ago
  76. 3cde737 escape backend_status strings by Scott Baker · 10 years ago
  77. fbb4586 Network admin-only tab, fix exception when saving sliver in SliverAdmin by Scott Baker · 10 years ago
  78. 5c43269 move a few methods to base class by Scott Baker · 10 years ago
  79. c4efdc7 add admin-only tab for sliceadmine by Scott Baker · 10 years ago
  80. 6efad46 fix TypeError in SliceForm:clean by Scott Baker · 10 years ago
  81. 0a5633b fix nonworking tabs displayed when adding user by Scott Baker · 10 years ago
  82. 61b6aec fix manyToMany error when creating deployment by Scott Baker · 10 years ago
  83. 86c83ab cleaner approach to dealing with UserAdmin, using multiple inheritance by Scott Baker · 10 years ago
  84. cbfb600 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  85. 7cbd427 check-in fix for checkbox deletion not working in django 1.7 by Scott Baker · 10 years ago
  86. 2cbd380 added availability_zone field to Deployment model by Tony Mack · 10 years ago
  87. fbf0664 prevent backend-status icon from disappearing by Scott Baker · 10 years ago
  88. 93e80cd filter images in sliver-add inline by deployment by Scott Baker · 10 years ago
  89. 3248131 filter nodes by flavor dropdown, primarily intended for EC2 deployment where nodes are named after flavors by Scott Baker · 10 years ago
  90. 7d45990 display slice's name attribute instead of slicename by Tony Mack · 10 years ago
  91. ec23b99 merge by Tony Mack · 10 years ago
  92. 7a61dc4 replace sliver.numberCores with sliver.Flavor, add flavor filtering by deployment to sliver inline by Scott Baker · 10 years ago
  93. 0a78cb5 accidentally removed this during merge by Scott Baker · 10 years ago
  94. 37b4790 flavor data model objects and admin by Scott Baker · 10 years ago
  95. fbb26fc put site field before name field on slice create page by Tony Mack · 10 years ago
  96. 7283fdf update slice prefix in slice name field when site is changed slice create page by Tony Mack · 10 years ago
  97. bf88e7e eliminate line break between icon and slice name by Scott Baker · 10 years ago
  98. 49f75b9 display slicename intead of name in slice admin field list by Tony Mack · 10 years ago
  99. 40c0076 came up with a better way to implement backend status, and made it use enacted/updated to determine icon by Scott Baker · 10 years ago
  100. 63d1a55 provisioning status in admin UI by Scott Baker · 10 years ago