1. cba0ffe REST API set creator attribute when creating objects by Scott Baker · 9 years ago
  2. 447eb50 WIP - has the pre_save/perform_create code by Scott Baker · 9 years ago
  3. d3a1012 dashboard view cleanup unused bigquery and cdn stuff by Scott Baker · 9 years ago
  4. 0906612 cleanup, WIP by Scott Baker · 9 years ago
  5. dd44211 REST API: rename plstackapi to xos by Scott Baker · 9 years ago
  6. daca816 fix the naive/aware timezone problem by Scott Baker · 9 years ago
  7. cb60f8a use rest_framework's permission denied by Scott Baker · 9 years ago
  8. ca03b64 fix permission error when creating slices with tenant view by Scott Baker · 9 years ago
  9. 015a6a2 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  10. 960431e return permission denied when anonymous user tries to use REST by Scott Baker · 9 years ago
  11. b992577 A non-admin should not be able to set the creator of a slice to someone else by Tony Mack · 9 years ago
  12. 26dbd8d fix read_only fields for SliverAdmin by Tony Mack · 9 years ago
  13. 7d61efb add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 9 years ago
  14. d833658 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 9 years ago
  15. 1081225 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 9 years ago
  16. c052e5f fix sliver.all_ips() throwing traceback by Scott Baker · 9 years ago
  17. 760b54b throw validation error if sliver has no creator by Scott Baker · 9 years ago
  18. d168ae0 throw validation error if slice has no creator by Scott Baker · 9 years ago
  19. 22732bb additional validation on slice.name by Scott Baker · 9 years ago
  20. b5c8697 fix spacing in html by Scott Baker · 9 years ago
  21. 8e6f53d Django view that exports Observer status by Sapan Bhatia · 9 years ago
  22. c1945a6 Added scratchpad for Observer to bookkeep objects by Sapan Bhatia · 9 years ago
  23. 6e9027f remove Dashboard Views from user admin by Scott Baker · 9 years ago
  24. 5ced6ab ask the PI to click save by Scott Baker · 9 years ago
  25. 150ee86 return an error when trying to register a deleted user by Scott Baker · 9 years ago
  26. 28e2e3a fix tenant view temporary password email, display message if user tries to register again by Scott Baker · 9 years ago
  27. 92b1205 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 9 years ago
  28. b2c407f only admins and pis can change/modify a user's site by Tony Mack · 9 years ago
  29. 4bfcdc8 set is_admin default to False by Tony Mack · 9 years ago
  30. b195b5f dont list is_admin field twice in UserAdmin by Tony Mack · 9 years ago
  31. bb2fb7e make sure users created through tenant view are not admins by Scott Baker · 9 years ago
  32. ac543a7 red and green observer status icons by Scott Baker · 9 years ago
  33. 0c6479a Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  34. 9fbad3b make nagios default to (select a controller) by Scott Baker · 9 years ago
  35. 42a291f Show greens where status is 1 - by Sapan Bhatia · 9 years ago
  36. 53a6adf repair the sliver filter logic in xosAdminDashboard by Scott Baker · 9 years ago
  37. 9534e41 sliver.deploymentNetwork -> deployment network by Scott Baker · 9 years ago
  38. da0c0f0 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  39. 970314b display ssh command in sliver detail view by Scott Baker · 9 years ago
  40. 6a32aca user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 9 years ago
  41. 504ed42 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Tony Mack · 9 years ago
  42. 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
  43. a488735 download_ssh_commands view, deprecated by Scott Baker · 9 years ago
  44. 9e0ea23 download button for ssh commands by Scott Baker · 9 years ago
  45. 306d7e8 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  46. c0ec1d8 view for download ssh commands by Scott Baker · 9 years ago
  47. 598eaf2 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 9 years ago
  48. f587f44 add backend_status_icon to user admin list by Scott Baker · 9 years ago
  49. 682933b display APIException errors properly by Scott Baker · 9 years ago
  50. 3e03522 return APIException for sliceplus errors instead of valueerror by Scott Baker · 9 years ago
  51. ed5a101 prevent script tags inside of error popup by Scott Baker · 9 years ago
  52. 6725c4c Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  53. ba32c2a fix validator override call for slice/slicePlus, add network_ports validation, allow validators to be added on a per-model basis by Scott Baker · 9 years ago
  54. cc9d960 Added a type to backend_status by Sapan Bhatia · 9 years ago
  55. 103465d Added timestamp for model policy scheduling to the User class by Sapan Bhatia · 9 years ago
  56. 67400ad Added timestamp to support model policy scheduling by Sapan Bhatia · 9 years ago
  57. 24fe511 network_ports validation, wip by Scott Baker · 9 years ago
  58. 2190934 display count of ready slivers in tenant view by Scott Baker · 9 years ago
  59. f1b4015 filter sites with no nodes from tenant view by Scott Baker · 9 years ago
  60. 5ff796b fix icon color in provisioning state by Scott Baker · 9 years ago
  61. 39293d7 fix filter code in sliver inline by Scott Baker · 9 years ago
  62. 2ee762e checking in clean initial migration by Tony Mack · 9 years ago
  63. ba5c2f2 fix Chosen Sites empty in Deployment Admin by Scott Baker · 9 years ago
  64. 8864d47 fix sitesdeployments typo by Scott Baker · 9 years ago
  65. e0e407a tenant view only shows sites the user should be able to see by Scott Baker · 9 years ago
  66. 17a7306 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  67. 04ab7c8 save network_ports in sliceplus model by Scott Baker · 9 years ago
  68. 815bc8a iMigration script for uuids by Sapan Bhatia · 9 years ago
  69. cb5c24a Add uuid field to sliver by Sapan Bhatia · 9 years ago
  70. c3876fb warning for Service Level as well by Scott Baker · 9 years ago
  71. 51bacad help text support for detail view, tenant view warnings about changing slivers by Scott Baker · 9 years ago
  72. 61b5bfc SSH commands dialog by Scott Baker · 9 years ago
  73. ec93010 SSH commands dialog by Scott Baker · 9 years ago
  74. 5175e8a set dirty if users edited, warning message if change slice while dirty by Scott Baker · 9 years ago
  75. 9d2de4e Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  76. fb066b5 add saveSuccess hook for detail view by Scott Baker · 9 years ago
  77. f5d97bd make save button green when slice is dirty by Scott Baker · 9 years ago
  78. 78d4c3d Controller.backend_type is required by Tony Mack · 9 years ago
  79. 887d4a8 display sliver.instance_id in the right places by Scott Baker · 9 years ago
  80. c898437 set creator when creating slice in tenant view by Scott Baker · 9 years ago
  81. 7508142 fix error when creating slice using sliceplus object by Scott Baker · 9 years ago
  82. 1eace6f fix sliver details view not being displayed by Scott Baker · 9 years ago
  83. e8479e1 add default route for xosAdminDashboard by Scott Baker · 9 years ago
  84. 8c83e71 hide dashboard views that are disabled from customize tab by Scott Baker · 9 years ago
  85. c9c8d0d add site to user creating admin so users can no longer be created without sites by Scott Baker · 9 years ago
  86. 9eebcb6 make tenantview method reslient of users with no site, catch users with no site in sanity check by Scott Baker · 9 years ago
  87. d3f083d fix tenant view causes minidashboard to be partially obscured by Scott Baker · 9 years ago
  88. 9daf19c show enabled and url in dashboardview admin list by Scott Baker · 9 years ago
  89. b8f3cab add ability to disable dashboards by Scott Baker · 9 years ago
  90. 5e4d823 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  91. 55f6de6 recreate all slivers when image or flavor is changed by Scott Baker · 9 years ago
  92. 71dda3b fix sliver.name by Tony Mack · 9 years ago
  93. 1215424 fix users list not subtracted properly when displaying picker by Scott Baker · 9 years ago
  94. 15aaecd Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  95. 7a76f32 refactor sliceplus core for users, return user ids and names in sliceplus object by Scott Baker · 9 years ago
  96. a9be010 remove "Images" tab from Deployment Admin by Tony Mack · 9 years ago
  97. b34553e adding Tags tab back to Slice Admin page by Tony Mack · 9 years ago
  98. 82df1d0 add nodes tab to site admin by Tony Mack · 9 years ago
  99. e7a9045 change 'name' to 'site', make label cells same width by Scott Baker · 9 years ago
  100. 2822638 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago