1. 4103eb3 fix bug when adding new deployment; remove django's add-instance link in favor of add-instance popup by Scott Baker · 9 years ago
  2. 03394b3 supply the correct slice id when using the expert window by Scott Baker · 9 years ago
  3. 591fb06 add expert mode for adding instances by Scott Baker · 9 years ago
  4. 77f174e remove obsolete code by Scott Baker · 9 years ago
  5. 6a782f9 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 9 years ago
  6. ea30da8 resolve merge conflicts by Tony Mack · 9 years ago
  7. 0672e98 store neutron mac addr in port object by Scott Baker · 9 years ago
  8. 8bc36b9 resolve merge conflicts by Tony Mack · 9 years ago
  9. 43facad start renaming NetworkSliver to Port by Scott Baker · 9 years ago
  10. da609ae syntax error by Tony Mack · 9 years ago
  11. 0bdb6a5 add port inline to sliver detail page; remove 'reserve' from port inlines by Scott Baker · 9 years ago
  12. a68e6e3 rename NetworkSliver to Port in UI by Scott Baker · 9 years ago
  13. 39c19b2 resolve merge conflicts by Tony Mack · 9 years ago
  14. 16587cf delete obsolete code by Scott Baker · 9 years ago
  15. a4c11bd add field to prevent network from being auto-connected as a slice's default private net by Scott Baker · 9 years ago
  16. cf34eda add no_sync field to all models; expose in sliver inline by Scott Baker · 9 years ago
  17. 3de59e3 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
  18. deb5f7b add ability to create NetworkSlivers with sliver=None by Scott Baker · 9 years ago
  19. 2461bec Add Program model to XOS by Scott Baker · 9 years ago
  20. 15136b5 created SiteHostsNodesInline, SiteHostsUsersInline. SliceAdmin filters the site field for sites that host users by Tony Mack · 9 years ago
  21. 17b97b8 UserAdmin filters the site field to only display sites that host users. NodeAdmin filters the site field to only display sites that host nodes. by Tony Mack · 9 years ago
  22. 2862dca added new fields to Site model (hosts_nodes, hosts_users) by Tony Mack · 9 years ago
  23. 2978678 fix bug introduced in selflink code by Scott Baker · 9 years ago
  24. d5df950 redo selflink_url so that derived classes can provide a different changelist addr by Scott Baker · 9 years ago
  25. 521abcc allow Slice Admins to see SlicePrivileges in their slice, allow any user to be used for SlicePrivilege by Scott Baker · 9 years ago
  26. 2f0828e add service_specific_attribute to service model by Scott Baker · 9 years ago
  27. 2d281a9 if a user adds a sliver and doesn't have privilege, then throw an error by Scott Baker · 9 years ago
  28. cf9cbad fix sliver.creator error on saving slivers from slice page, remove CORD deployment hack by Scott Baker · 9 years ago
  29. 1b06b6c add TenantRoot admins by Scott Baker · 9 years ago
  30. 0e289fd hide Deployment column for mysite_vcpe slice by Scott Baker · 9 years ago
  31. e61e3a0 restart dnsmasq on change; add bbs_addrs to yaml by Scott Baker · 9 years ago
  32. 811d447 add quick-profile to user admin by Scott Baker · 9 years ago
  33. 74ebc7a add is_appuser field to user model by Scott Baker · 9 years ago
  34. cf88f8c fix indents by Tony Mack · 9 years ago
  35. 8d108e2 service privileges by Tony Mack · 9 years ago
  36. b92b5c7 add SliderWidget by Scott Baker · 9 years ago
  37. 199c379 add public_key field to ServiceAdmin by Scott Baker · 9 years ago
  38. 925a8fa add coarse tenancy support by Scott Baker · 9 years ago
  39. 008a996 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 9 years ago
  40. 2aea036 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 9 years ago
  41. ff3c2d2 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 9 years ago
  42. ba534e7 pass a request argument to add_extra_content by Scott Baker · 9 years ago
  43. 0998bcc support custom_changelist_breadcrumb_url by Scott Baker · 9 years ago
  44. a9412c3 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 10 years ago
  45. c481b32 for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 10 years ago
  46. 7a056af solve the admin tab issue in a more generic way by Scott Baker · 10 years ago
  47. f812070 service button and view by Scott Baker · 10 years ago
  48. 26b5953 In the node inline tab on the site page filter site deployments by site by Tony Mack · 10 years ago
  49. 0295397 Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 10 years ago
  50. 0e59183 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
  51. bd908ae Sliver inline only show deployments that have nodes by Tony Mack · 10 years ago
  52. 89f8a9e rename planetstack directory to xos by Scott Baker · 10 years ago[Renamed from planetstack/core/admin.py]
  53. b66b66c remove obsolete comment by Scott Baker · 10 years ago
  54. 022cdcd rename PlanetStackAdmin -> XOSAdmin, PlStackTabularInline -> XOSTabularInline by Scott Baker · 10 years ago
  55. 97468b7 rename planetstack.css -> xos.css by Scott Baker · 10 years ago
  56. 2bc7046 remove PlanetStack, PlanetStackRole, PlanetStackPrivilege models by Scott Baker · 10 years ago
  57. 79e2e66 only root and deployment admins can see controllers by Tony Mack · 10 years ago
  58. ecc55ac allow deployments to be linked to dashboards by Scott Baker · 10 years ago
  59. 7b6400d add foreign key field 'deployment' to Controller. by Tony Mack · 10 years ago
  60. 00eae8c deployment in ControllerAdmin (uncommitted code from portal) by Scott Baker · 10 years ago
  61. f0b403f make instance_id clickable in SliverAdmin list_display by Scott Baker · 10 years ago
  62. b6b474d refactor the backend icon stuff to one spot by Scott Baker · 10 years ago
  63. 4cea77e planetstack/core/models/site.py by Tony Mack · 10 years ago
  64. ae233f4 eliminate Sites list from Controller and Deployment, add sites tab to ControllerAdmin, hide enacted/policied from ControllerAdmin by Scott Baker · 10 years ago
  65. 4ce14c4 add suit-tab-deploymentprivileges to suit_classes in DeploymentPrivilegeInline by Tony Mack · 10 years ago
  66. d893dfb update object write permissions by Tony Mack · 10 years ago
  67. 26dbd8d fix read_only fields for SliverAdmin by Tony Mack · 10 years ago
  68. 7d61efb add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 10 years ago
  69. d833658 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 10 years ago
  70. 1081225 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 10 years ago
  71. 6e9027f remove Dashboard Views from user admin by Scott Baker · 10 years ago
  72. 92b1205 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 10 years ago
  73. b2c407f only admins and pis can change/modify a user's site by Tony Mack · 10 years ago
  74. b195b5f dont list is_admin field twice in UserAdmin by Tony Mack · 10 years ago
  75. 42a291f Show greens where status is 1 - by Sapan Bhatia · 10 years ago
  76. da0c0f0 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  77. 970314b display ssh command in sliver detail view by Scott Baker · 10 years ago
  78. 6a32aca user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 10 years ago
  79. 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 · 10 years ago
  80. 598eaf2 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 10 years ago
  81. f587f44 add backend_status_icon to user admin list by Scott Baker · 10 years ago
  82. 5ff796b fix icon color in provisioning state by Scott Baker · 10 years ago
  83. 39293d7 fix filter code in sliver inline by Scott Baker · 10 years ago
  84. ba5c2f2 fix Chosen Sites empty in Deployment Admin by Scott Baker · 10 years ago
  85. 8864d47 fix sitesdeployments typo by Scott Baker · 10 years ago
  86. 78d4c3d Controller.backend_type is required by Tony Mack · 10 years ago
  87. 887d4a8 display sliver.instance_id in the right places by Scott Baker · 10 years ago
  88. 1eace6f fix sliver details view not being displayed by Scott Baker · 10 years ago
  89. c9c8d0d add site to user creating admin so users can no longer be created without sites by Scott Baker · 10 years ago
  90. 9daf19c show enabled and url in dashboardview admin list by Scott Baker · 10 years ago
  91. b8f3cab add ability to disable dashboards by Scott Baker · 10 years ago
  92. a9be010 remove "Images" tab from Deployment Admin by Tony Mack · 10 years ago
  93. b34553e adding Tags tab back to Slice Admin page by Tony Mack · 10 years ago
  94. 82df1d0 add nodes tab to site admin by Tony Mack · 10 years ago
  95. 10328a1 fix bugs by Tony Mack · 10 years ago
  96. c36cafb only admins can save/update controllers by Tony Mack · 10 years ago
  97. ab6538f remove Tags tab from model pages by Tony Mack · 10 years ago
  98. 3c01ff9 cleanup controller links in admin.py by Tony Mack · 10 years ago
  99. 4357457 fix errors in admin related to sitedeployment object by Scott Baker · 10 years ago
  100. ffe6d8b checking in missing site/slice privilege steps by Tony Mack · 10 years ago