1. 709bb59 change name of RPM by Scott Baker · 9 years ago
  2. cba0ffe REST API set creator attribute when creating objects by Scott Baker · 9 years ago
  3. 447eb50 WIP - has the pre_save/perform_create code by Scott Baker · 9 years ago
  4. d3a1012 dashboard view cleanup unused bigquery and cdn stuff by Scott Baker · 9 years ago
  5. 0906612 cleanup, WIP by Scott Baker · 9 years ago
  6. f476a97 tools: rename plstackapi to xos by Scott Baker · 9 years ago
  7. dd44211 REST API: rename plstackapi to xos by Scott Baker · 9 years ago
  8. 37adc3e rename plstackapi_config to xos_config by Scott Baker · 9 years ago
  9. 648abfc kairos, nagios, cassandra removed from settings file by Scott Baker · 9 years ago
  10. 923f096 meaning error messages in REST permission errors by Scott Baker · 9 years ago
  11. daca816 fix the naive/aware timezone problem by Scott Baker · 9 years ago
  12. cb60f8a use rest_framework's permission denied by Scott Baker · 9 years ago
  13. 4ff021c remove legacy cassandra, kairos, and nagios from tree by Scott Baker · 9 years ago
  14. ca03b64 fix permission error when creating slices with tenant view by Scott Baker · 9 years ago
  15. 015a6a2 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  16. 960431e return permission denied when anonymous user tries to use REST by Scott Baker · 9 years ago
  17. b992577 A non-admin should not be able to set the creator of a slice to someone else by Tony Mack · 9 years ago
  18. f080197 Modify Ansible's Keystone module to support password changes. Fixes #5. by Sapan Bhatia · 9 years ago
  19. 7162106 fix api.template.py to work with swagger by Scott Baker · 9 years ago
  20. 5e140a3 latest autogenerated genapi.py, works with swagger by Scott Baker · 9 years ago
  21. 26dbd8d fix read_only fields for SliverAdmin by Tony Mack · 9 years ago
  22. 7d61efb add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 9 years ago
  23. 35515a4 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  24. 2e6efd2 documentation link updated by Scott Baker · 9 years ago
  25. d833658 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 9 years ago
  26. 1081225 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 9 years ago
  27. c052e5f fix sliver.all_ips() throwing traceback by Scott Baker · 9 years ago
  28. 11a2f50 fix sync_network_slivers was using instance_id instead of instance_uuid by Scott Baker · 9 years ago
  29. 760b54b throw validation error if sliver has no creator by Scott Baker · 9 years ago
  30. d168ae0 throw validation error if slice has no creator by Scott Baker · 9 years ago
  31. 22732bb additional validation on slice.name by Scott Baker · 9 years ago
  32. b5c8697 fix spacing in html by Scott Baker · 9 years ago
  33. 5e229c0 Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 9 years ago
  34. 6e88406 Adding LICENSE file. by functor · 9 years ago
  35. 1ee8bdf New default model-deps file, based on fixes to dependency generation recently by Sapan Bhatia · 9 years ago
  36. 8e6f53d Django view that exports Observer status by Sapan Bhatia · 9 years ago
  37. 99f4968 Separated "provides" and "observes" declarations in sync steps. Provides is for dependency management and observes is for retrieving obejcts that have changed. by Sapan Bhatia · 9 years ago
  38. 4700611 Implemented back off for failed object synchronizations by Sapan Bhatia · 9 years ago
  39. e122dcf Save Observer run time information for status view by Sapan Bhatia · 9 years ago
  40. 0926e65 Reimplemented backend dependencies in the main Observer run loop by Sapan Bhatia · 9 years ago
  41. 752f0f0 Enable user and site model policies by Sapan Bhatia · 9 years ago
  42. f841d9b Bug fix in Slice model policy by Sapan Bhatia · 9 years ago
  43. f0ad980 Added model policies for controlleruser and controllersite by Sapan Bhatia · 9 years ago
  44. cb7aa3a Support field name synonyms when discovering dependencies by Sapan Bhatia · 9 years ago
  45. c1945a6 Added scratchpad for Observer to bookkeep objects by Sapan Bhatia · 9 years ago
  46. df3a046 Adding LICENSE file. by mw · 9 years ago
  47. 6e9027f remove Dashboard Views from user admin by Scott Baker · 9 years ago
  48. 5ced6ab ask the PI to click save by Scott Baker · 9 years ago
  49. 150ee86 return an error when trying to register a deleted user by Scott Baker · 9 years ago
  50. 28e2e3a fix tenant view temporary password email, display message if user tries to register again by Scott Baker · 9 years ago
  51. 92b1205 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 9 years ago
  52. b2c407f only admins and pis can change/modify a user's site by Tony Mack · 9 years ago
  53. 4bfcdc8 set is_admin default to False by Tony Mack · 9 years ago
  54. b195b5f dont list is_admin field twice in UserAdmin by Tony Mack · 9 years ago
  55. bb2fb7e make sure users created through tenant view are not admins by Scott Baker · 9 years ago
  56. ac543a7 red and green observer status icons by Scott Baker · 9 years ago
  57. 0c6479a Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  58. 9fbad3b make nagios default to (select a controller) by Scott Baker · 9 years ago
  59. 6b6c218 Various bugfies to the main Observer loop by Sapan Bhatia · 9 years ago
  60. 6b1b7fc Bugfix by Sapan Bhatia · 9 years ago
  61. 5851db4 Set backend status when saving backend version of object by Sapan Bhatia · 9 years ago
  62. b3048aa Change dependencies to primitive objects by Sapan Bhatia · 9 years ago
  63. 42a291f Show greens where status is 1 - by Sapan Bhatia · 9 years ago
  64. 53a6adf repair the sliver filter logic in xosAdminDashboard by Scott Baker · 9 years ago
  65. 9534e41 sliver.deploymentNetwork -> deployment network by Scott Baker · 9 years ago
  66. da0c0f0 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  67. 970314b display ssh command in sliver detail view by Scott Baker · 9 years ago
  68. 6a32aca user's can't set/unset site in Login Details without the proper authorization by Tony Mack · 9 years ago
  69. 504ed42 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Tony Mack · 9 years ago
  70. 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
  71. a488735 download_ssh_commands view, deprecated by Scott Baker · 9 years ago
  72. 9e0ea23 download button for ssh commands by Scott Baker · 9 years ago
  73. 306d7e8 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  74. c0ec1d8 view for download ssh commands by Scott Baker · 9 years ago
  75. 598eaf2 Remove visible references to Reservations, Accounts, Billing, and Invoices by Tony Mack · 9 years ago
  76. f587f44 add backend_status_icon to user admin list by Scott Baker · 9 years ago
  77. 682933b display APIException errors properly by Scott Baker · 9 years ago
  78. 3e03522 return APIException for sliceplus errors instead of valueerror by Scott Baker · 9 years ago
  79. ed5a101 prevent script tags inside of error popup by Scott Baker · 9 years ago
  80. 6725c4c Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 9 years ago
  81. 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
  82. 1e5d344 Fix assignment of sliver IP Addresses, failing because of an import error by Sapan Bhatia · 9 years ago
  83. f814a8d Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter) by Sapan Bhatia · 9 years ago
  84. 650107c Do not catch and ignore network instantiation errors, as doing so lets them pass unnoticed by hte Observer by Sapan Bhatia · 9 years ago
  85. d99b112 Fix bug in CIDR allocation by Sapan Bhatia · 9 years ago
  86. b0464ba Defer error checking to ansible layer by Sapan Bhatia · 9 years ago
  87. aabb9bd Add types to backend status messages by Sapan Bhatia · 9 years ago
  88. f71b3b5 Drop some of the noise in observer logs by Sapan Bhatia · 9 years ago
  89. 254198c Added model policies as a thread in the observer by Sapan Bhatia · 9 years ago
  90. 6ac96b1 Quote commands when running ansible by Sapan Bhatia · 9 years ago
  91. 76fd191 Make error checking part of the ansible abstraction layer by Sapan Bhatia · 9 years ago
  92. 96310de Added new model policies for images and controllerslices by Sapan Bhatia · 9 years ago
  93. 85320d3 Bug fixes in model policies by Sapan Bhatia · 9 years ago
  94. d49ba53 Made model policies a threaded run loop, and made policy executions transactional by Sapan Bhatia · 9 years ago
  95. cc9d960 Added a type to backend_status by Sapan Bhatia · 9 years ago
  96. 103465d Added timestamp for model policy scheduling to the User class by Sapan Bhatia · 9 years ago
  97. 67400ad Added timestamp to support model policy scheduling by Sapan Bhatia · 9 years ago
  98. 24fe511 network_ports validation, wip by Scott Baker · 9 years ago
  99. 2190934 display count of ready slivers in tenant view by Scott Baker · 9 years ago
  100. f1b4015 filter sites with no nodes from tenant view by Scott Baker · 9 years ago