1. 8974e55 consolidate API code for core and plus, fix access/default change in sliceplus, shore up caller arguments in update by Scott Baker · 9 years ago
  2. 864e3dc make permission denied exception class name explicit by Scott Baker · 9 years ago
  3. b6b474d refactor the backend icon stuff to one spot by Scott Baker · 9 years ago
  4. 1211334 rename DiffModelMixin to PlModelMixin by Scott Baker · 9 years ago
  5. 15f5e79 fix the problems with DiffModelMixin, and eliminate redundant code by Scott Baker · 9 years ago
  6. 2077a45 put Controller.domain in a separate migration by Tony Mack · 9 years ago
  7. eeca2f7 Merge pull request #22 from caglar10ur/virtualenv by gwsapan · 9 years ago
  8. cfaf223 Merge pull request #25 from caglar10ur/ACLValidationError by sbconsulting · 9 years ago
  9. 5dcf0b8 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  10. d7df91d fix icon colors in developer view by Scott Baker · 9 years ago
  11. 4cea77e planetstack/core/models/site.py by Tony Mack · 9 years ago
  12. 48e755f Disable notifications, until there is a real need for them, which depends on optimizing OpenStack calls, making them sub-second. by Sapan Bhatia · 9 years ago
  13. ae233f4 eliminate Sites list from Controller and Deployment, add sites tab to ControllerAdmin, hide enacted/policied from ControllerAdmin by Scott Baker · 9 years ago
  14. 4ce14c4 add suit-tab-deploymentprivileges to suit_classes in DeploymentPrivilegeInline by Tony Mack · 9 years ago
  15. 164b684 Merge pull request #23 from caglar10ur/typo by Andy Bavier · 9 years ago
  16. d718fe5 NameError: global name 'ACLValidationError' is not defined by S.Çağlar Onur · 9 years ago
  17. feb377f can_update_deploymemt -> can_update_deployment by S.Çağlar Onur · 9 years ago
  18. 012a706 better error message for tenant view sanity check by Scott Baker · 9 years ago
  19. a95895d respect the virtualenv by using /usr/bin/env by S.Çağlar Onur · 9 years ago
  20. df6cc05 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  21. 0715a04 minimalist initial_data.json by Scott Baker · 9 years ago
  22. 2a56ce5 site admins can add user's at sites where they have the 'admin' role by Tony Mack · 9 years ago
  23. 5ff90fc refactor object write permissions by Tony Mack · 9 years ago
  24. 6d0b0b3 Users can see all sites and site deployments by default by Tony Mack · 9 years ago
  25. 85b98e7 increase backend_status length, fix order of model imports by Scott Baker · 9 years ago
  26. d893dfb update object write permissions by Tony Mack · 9 years ago
  27. 1af3d5c path cleanup in xoslib tools and readme by Scott Baker · 9 years ago
  28. 95bc376 remove obsolete comments by Scott Baker · 9 years ago
  29. 8b0a199 remove hardcoded path from exception text by Scott Baker · 9 years ago
  30. 92d9bcf remove obsolete comment by Scott Baker · 9 years ago
  31. bd30b8e home dashboard use XOS_DIR instead of hardcoded paths by Scott Baker · 9 years ago
  32. 5676563 Big Rename: /opt/planetstack -> /opt/xos in helloworld example by Scott Baker · 9 years ago
  33. f09eebb remove obsolete welcome view by Scott Baker · 9 years ago
  34. b43ffde REST API rename: plstackapi -> xos by Scott Baker · 9 years ago
  35. 3c06fbc prevent 500 error if /tmp/observer_last_run does not exist by Scott Baker · 9 years ago
  36. cba0ffe REST API set creator attribute when creating objects by Scott Baker · 9 years ago
  37. 447eb50 WIP - has the pre_save/perform_create code by Scott Baker · 9 years ago
  38. d3a1012 dashboard view cleanup unused bigquery and cdn stuff by Scott Baker · 10 years ago
  39. 0906612 cleanup, WIP by Scott Baker · 10 years ago
  40. dd44211 REST API: rename plstackapi to xos by Scott Baker · 10 years ago
  41. daca816 fix the naive/aware timezone problem by Scott Baker · 10 years ago
  42. cb60f8a use rest_framework's permission denied by Scott Baker · 10 years ago
  43. ca03b64 fix permission error when creating slices with tenant view by Scott Baker · 10 years ago
  44. 015a6a2 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  45. 960431e return permission denied when anonymous user tries to use REST by Scott Baker · 10 years ago
  46. b992577 A non-admin should not be able to set the creator of a slice to someone else by Tony Mack · 10 years ago
  47. 26dbd8d fix read_only fields for SliverAdmin by Tony Mack · 10 years ago
  48. 7d61efb add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 10 years ago
  49. d833658 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 10 years ago
  50. 1081225 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 10 years ago
  51. c052e5f fix sliver.all_ips() throwing traceback by Scott Baker · 10 years ago
  52. 760b54b throw validation error if sliver has no creator by Scott Baker · 10 years ago
  53. d168ae0 throw validation error if slice has no creator by Scott Baker · 10 years ago
  54. 22732bb additional validation on slice.name by Scott Baker · 10 years ago
  55. b5c8697 fix spacing in html by Scott Baker · 10 years ago
  56. 8e6f53d Django view that exports Observer status by Sapan Bhatia · 10 years ago
  57. c1945a6 Added scratchpad for Observer to bookkeep objects by Sapan Bhatia · 10 years ago
  58. 6e9027f remove Dashboard Views from user admin by Scott Baker · 10 years ago
  59. 5ced6ab ask the PI to click save by Scott Baker · 10 years ago
  60. 150ee86 return an error when trying to register a deleted user by Scott Baker · 10 years ago
  61. 28e2e3a fix tenant view temporary password email, display message if user tries to register again by Scott Baker · 10 years ago
  62. 92b1205 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 10 years ago
  63. b2c407f only admins and pis can change/modify a user's site by Tony Mack · 10 years ago
  64. 4bfcdc8 set is_admin default to False by Tony Mack · 10 years ago
  65. b195b5f dont list is_admin field twice in UserAdmin by Tony Mack · 10 years ago
  66. bb2fb7e make sure users created through tenant view are not admins by Scott Baker · 10 years ago
  67. ac543a7 red and green observer status icons by Scott Baker · 10 years ago
  68. 0c6479a Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  69. 9fbad3b make nagios default to (select a controller) by Scott Baker · 10 years ago
  70. 42a291f Show greens where status is 1 - by Sapan Bhatia · 10 years ago
  71. 53a6adf repair the sliver filter logic in xosAdminDashboard by Scott Baker · 10 years ago
  72. 9534e41 sliver.deploymentNetwork -> deployment network by Scott Baker · 10 years ago
  73. da0c0f0 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  74. 970314b display ssh command in sliver detail view by Scott Baker · 10 years ago
  75. 6a32aca user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 10 years ago
  76. 504ed42 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Tony Mack · 10 years ago
  77. 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
  78. a488735 download_ssh_commands view, deprecated by Scott Baker · 10 years ago
  79. 9e0ea23 download button for ssh commands by Scott Baker · 10 years ago
  80. 306d7e8 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  81. c0ec1d8 view for download ssh commands by Scott Baker · 10 years ago
  82. 598eaf2 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 10 years ago
  83. f587f44 add backend_status_icon to user admin list by Scott Baker · 10 years ago
  84. 682933b display APIException errors properly by Scott Baker · 10 years ago
  85. 3e03522 return APIException for sliceplus errors instead of valueerror by Scott Baker · 10 years ago
  86. ed5a101 prevent script tags inside of error popup by Scott Baker · 10 years ago
  87. 6725c4c Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  88. 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 · 10 years ago
  89. cc9d960 Added a type to backend_status by Sapan Bhatia · 10 years ago
  90. 103465d Added timestamp for model policy scheduling to the User class by Sapan Bhatia · 10 years ago
  91. 67400ad Added timestamp to support model policy scheduling by Sapan Bhatia · 10 years ago
  92. 24fe511 network_ports validation, wip by Scott Baker · 10 years ago
  93. 2190934 display count of ready slivers in tenant view by Scott Baker · 10 years ago
  94. f1b4015 filter sites with no nodes from tenant view by Scott Baker · 10 years ago
  95. 5ff796b fix icon color in provisioning state by Scott Baker · 10 years ago
  96. 39293d7 fix filter code in sliver inline by Scott Baker · 10 years ago
  97. 2ee762e checking in clean initial migration by Tony Mack · 10 years ago
  98. ba5c2f2 fix Chosen Sites empty in Deployment Admin by Scott Baker · 10 years ago
  99. 8864d47 fix sitesdeployments typo by Scott Baker · 10 years ago
  100. e0e407a tenant view only shows sites the user should be able to see by Scott Baker · 10 years ago