1. 19b4563 add no_sync field to all models; expose in sliver inline by Scott Baker · 10 years ago
  2. a92af1f add ability to create NetworkSlivers with sliver=None by Scott Baker · 10 years ago
  3. c24f86d Add Program model to XOS by Scott Baker · 10 years ago
  4. 8d60ba3 created SiteHostsNodesInline, SiteHostsUsersInline. SliceAdmin filters the site field for sites that host users by Tony Mack · 10 years ago
  5. 02b8f14 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 · 10 years ago
  6. 6a38847 added new fields to Site model (hosts_nodes, hosts_users) by Tony Mack · 10 years ago
  7. b581a46 fix bug introduced in selflink code by Scott Baker · 10 years ago
  8. 54c9b9b redo selflink_url so that derived classes can provide a different changelist addr by Scott Baker · 10 years ago
  9. 31ba9ca allow Slice Admins to see SlicePrivileges in their slice, allow any user to be used for SlicePrivilege by Scott Baker · 10 years ago
  10. b9040e9 add service_specific_attribute to service model by Scott Baker · 10 years ago
  11. f41fe2c if a user adds a sliver and doesn't have privilege, then throw an error by Scott Baker · 11 years ago
  12. f8cbac7 fix sliver.creator error on saving slivers from slice page, remove CORD deployment hack by Scott Baker · 11 years ago
  13. b3cf921 add TenantRoot admins by Scott Baker · 11 years ago
  14. 2588199 hide Deployment column for mysite_vcpe slice by Scott Baker · 11 years ago
  15. 6da26a5 restart dnsmasq on change; add bbs_addrs to yaml by Scott Baker · 11 years ago
  16. b6043c2 add quick-profile to user admin by Scott Baker · 11 years ago
  17. 034232d add is_appuser field to user model by Scott Baker · 11 years ago
  18. 5fa0f40 fix indents by Tony Mack · 11 years ago
  19. 60789ac service privileges by Tony Mack · 11 years ago
  20. 50ac419 add SliderWidget by Scott Baker · 11 years ago
  21. fa8a40d add public_key field to ServiceAdmin by Scott Baker · 11 years ago
  22. ef58a84 add coarse tenancy support by Scott Baker · 11 years ago
  23. 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 11 years ago
  24. 88ac9d6 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 11 years ago
  25. fbe0f65 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 11 years ago
  26. a8ef274 pass a request argument to add_extra_content by Scott Baker · 11 years ago
  27. f85c009 support custom_changelist_breadcrumb_url by Scott Baker · 11 years ago
  28. 3a8aed6 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 11 years ago
  29. fbe38ee for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 11 years ago
  30. a9b8f61 solve the admin tab issue in a more generic way by Scott Baker · 11 years ago
  31. a3cd261 service button and view by Scott Baker · 11 years ago
  32. c2a0d31 In the node inline tab on the site page filter site deployments by site by Tony Mack · 11 years ago
  33. ae9ce3d Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 11 years ago
  34. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 11 years ago
  35. 1b8975c Sliver inline only show deployments that have nodes by Tony Mack · 11 years ago
  36. ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago[Renamed from planetstack/core/admin.py]
  37. 2868acb remove obsolete comment by Scott Baker · 11 years ago
  38. 67db95f rename PlanetStackAdmin -> XOSAdmin, PlStackTabularInline -> XOSTabularInline by Scott Baker · 11 years ago
  39. 0686895 rename planetstack.css -> xos.css by Scott Baker · 11 years ago
  40. ed3093a remove PlanetStack, PlanetStackRole, PlanetStackPrivilege models by Scott Baker · 11 years ago
  41. 78fc136 only root and deployment admins can see controllers by Tony Mack · 11 years ago
  42. 5924818 allow deployments to be linked to dashboards by Scott Baker · 11 years ago
  43. 5817cb4 add foreign key field 'deployment' to Controller. by Tony Mack · 11 years ago
  44. 180148a deployment in ControllerAdmin (uncommitted code from portal) by Scott Baker · 11 years ago
  45. 2f29540 make instance_id clickable in SliverAdmin list_display by Scott Baker · 11 years ago
  46. e5f9d7d refactor the backend icon stuff to one spot by Scott Baker · 11 years ago
  47. 8658390 planetstack/core/models/site.py by Tony Mack · 11 years ago
  48. 622bcf0 eliminate Sites list from Controller and Deployment, add sites tab to ControllerAdmin, hide enacted/policied from ControllerAdmin by Scott Baker · 11 years ago
  49. 88c8990 add suit-tab-deploymentprivileges to suit_classes in DeploymentPrivilegeInline by Tony Mack · 11 years ago
  50. cf29cfa update object write permissions by Tony Mack · 11 years ago
  51. b428feb fix read_only fields for SliverAdmin by Tony Mack · 11 years ago
  52. db8580b add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 11 years ago
  53. 707f7d7 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 11 years ago
  54. b81d5e4 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 11 years ago
  55. 9047261 remove Dashboard Views from user admin by Scott Baker · 11 years ago
  56. 933b291 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 11 years ago
  57. 03b9229 only admins and pis can change/modify a user's site by Tony Mack · 11 years ago
  58. 365545d dont list is_admin field twice in UserAdmin by Tony Mack · 11 years ago
  59. 4c877d6 Show greens where status is 1 - by Sapan Bhatia · 11 years ago
  60. b5839e9 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 11 years ago
  61. 7ccc6ad display ssh command in sliver detail view by Scott Baker · 11 years ago
  62. 7eb52be user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 11 years ago
  63. c8f443d user's can't set/unset is_admin, is_active and is_readonly values in Login Details without the proper authorization. by Tony Mack · 11 years ago
  64. 450b6e0 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 11 years ago
  65. a111f44 add backend_status_icon to user admin list by Scott Baker · 11 years ago
  66. 95638be fix icon color in provisioning state by Scott Baker · 11 years ago
  67. 66b11e2 fix filter code in sliver inline by Scott Baker · 11 years ago
  68. 494d0db fix Chosen Sites empty in Deployment Admin by Scott Baker · 11 years ago
  69. aa9a705 fix sitesdeployments typo by Scott Baker · 11 years ago
  70. ad2208f Controller.backend_type is required by Tony Mack · 11 years ago
  71. 9d85605 display sliver.instance_id in the right places by Scott Baker · 11 years ago
  72. c72997a fix sliver details view not being displayed by Scott Baker · 11 years ago
  73. c30162e add site to user creating admin so users can no longer be created without sites by Scott Baker · 11 years ago
  74. 2c44e6e show enabled and url in dashboardview admin list by Scott Baker · 11 years ago
  75. c15ad1b add ability to disable dashboards by Scott Baker · 11 years ago
  76. 9b6bdc3 remove "Images" tab from Deployment Admin by Tony Mack · 11 years ago
  77. d243338 adding Tags tab back to Slice Admin page by Tony Mack · 11 years ago
  78. 4f134e6 add nodes tab to site admin by Tony Mack · 11 years ago
  79. de10018 fix bugs by Tony Mack · 11 years ago
  80. 2e897fa only admins can save/update controllers by Tony Mack · 11 years ago
  81. 5fecf71 remove Tags tab from model pages by Tony Mack · 11 years ago
  82. 30dfcd7 cleanup controller links in admin.py by Tony Mack · 11 years ago
  83. 1a88288 fix errors in admin related to sitedeployment object by Scott Baker · 11 years ago
  84. ce4e2c2 checking in missing site/slice privilege steps by Tony Mack · 11 years ago
  85. 7436493 bug fixes by Tony Mack · 11 years ago
  86. e2363c1 fix bugs by Tony Mack · 11 years ago
  87. 3066a95 removing plural from model names. some cleanup by Tony Mack · 11 years ago
  88. 4f692d9 removing ControllerSiteDeployment object. Move tenant_id field to SiteDeployments model by Tony Mack · 11 years ago
  89. 549aa25 update code to use renamed network fields by Scott Baker · 11 years ago
  90. 369f9b9 update to make use of renamed NetworkTemplate fields by Scott Baker · 11 years ago
  91. b2dba4b replaced sliver.controllerNetwork with sliver.deployment by Tony Mack · 11 years ago
  92. f2c0c51 rename ControllerDashboard to ControllerDashboardView by Scott Baker · 11 years ago
  93. d5e8371 Fixed a UI error in admin by Sapan Bhatia · 11 years ago
  94. 786a9c1 models for per-controller dashboard views by Scott Baker · 11 years ago
  95. d4ab782 fix bug that caused flavors to be permanently deleted by Tony Mack · 11 years ago
  96. b2fde61 fix bug preventing deployment admin from updating deployment flavors on ssave. fix nameError bug by Tony Mack · 11 years ago
  97. 68a1e42 refactor and bug fixes by Tony Mack · 11 years ago
  98. d14d48f refactor by Tony Mack · 11 years ago
  99. 06c8e47 Controller replaces Deployment by Tony Mack · 11 years ago
  100. a0beef8 Convention-breakers that escaped my eye in the last pass by Sapan Bhatia · 11 years ago