1. 5a39f59 display APIException errors properly by Scott Baker · 10 years ago
  2. 5e19c66 return APIException for sliceplus errors instead of valueerror by Scott Baker · 10 years ago
  3. fd45ba0 prevent script tags inside of error popup by Scott Baker · 10 years ago
  4. 85515d7 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  5. ff69a6e 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
  6. 3346abe Fix assignment of sliver IP Addresses, failing because of an import error by Sapan Bhatia · 10 years ago
  7. 6980cfd Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter) by Sapan Bhatia · 10 years ago
  8. 7b4cee7 Do not catch and ignore network instantiation errors, as doing so lets them pass unnoticed by hte Observer by Sapan Bhatia · 10 years ago
  9. f1705c1 Fix bug in CIDR allocation by Sapan Bhatia · 10 years ago
  10. 3b3e1e1 Defer error checking to ansible layer by Sapan Bhatia · 10 years ago
  11. a2e8e2d Add types to backend status messages by Sapan Bhatia · 10 years ago
  12. c9df99a Drop some of the noise in observer logs by Sapan Bhatia · 10 years ago
  13. 8fef296 Added model policies as a thread in the observer by Sapan Bhatia · 10 years ago
  14. 02fd756 Quote commands when running ansible by Sapan Bhatia · 10 years ago
  15. 58da661 Make error checking part of the ansible abstraction layer by Sapan Bhatia · 10 years ago
  16. 39c3a70 Added new model policies for images and controllerslices by Sapan Bhatia · 10 years ago
  17. b6d5b87 Bug fixes in model policies by Sapan Bhatia · 10 years ago
  18. b3507b9 Made model policies a threaded run loop, and made policy executions transactional by Sapan Bhatia · 10 years ago
  19. 030cede Added a type to backend_status by Sapan Bhatia · 10 years ago
  20. f3278d1 Added timestamp for model policy scheduling to the User class by Sapan Bhatia · 10 years ago
  21. ab66b7d Added timestamp to support model policy scheduling by Sapan Bhatia · 10 years ago
  22. ca11bb8 network_ports validation, wip by Scott Baker · 10 years ago
  23. a4a379c display count of ready slivers in tenant view by Scott Baker · 10 years ago
  24. a8c0b24 filter sites with no nodes from tenant view by Scott Baker · 10 years ago
  25. 95638be fix icon color in provisioning state by Scott Baker · 10 years ago
  26. 66b11e2 fix filter code in sliver inline by Scott Baker · 10 years ago
  27. 94c40eb checking in clean initial migration by Tony Mack · 10 years ago
  28. 494d0db fix Chosen Sites empty in Deployment Admin by Scott Baker · 10 years ago
  29. aa9a705 fix sitesdeployments typo by Scott Baker · 10 years ago
  30. c18f52b tenant view only shows sites the user should be able to see by Scott Baker · 10 years ago
  31. d7269ef Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  32. 977a465 save network_ports in sliceplus model by Scott Baker · 10 years ago
  33. 86cae19 iMigration script for uuids by Sapan Bhatia · 10 years ago
  34. 68b9c1c Add uuid field to sliver by Sapan Bhatia · 10 years ago
  35. 4f93821 warning for Service Level as well by Scott Baker · 10 years ago
  36. 010ce3f help text support for detail view, tenant view warnings about changing slivers by Scott Baker · 10 years ago
  37. 16c0e13 SSH commands dialog by Scott Baker · 10 years ago
  38. 334919e SSH commands dialog by Scott Baker · 10 years ago
  39. f0f6f4f set dirty if users edited, warning message if change slice while dirty by Scott Baker · 10 years ago
  40. 0419a2e Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  41. fede80d add saveSuccess hook for detail view by Scott Baker · 10 years ago
  42. 38da613 make save button green when slice is dirty by Scott Baker · 10 years ago
  43. 3f126ae use flavor specified by user instead of defaulting to m1.medium by Tony Mack · 10 years ago
  44. ad2208f Controller.backend_type is required by Tony Mack · 10 years ago
  45. 9d85605 display sliver.instance_id in the right places by Scott Baker · 10 years ago
  46. dcfcefd set creator when creating slice in tenant view by Scott Baker · 10 years ago
  47. 34b3224 fix error when creating slice using sliceplus object by Scott Baker · 10 years ago
  48. c72997a fix sliver details view not being displayed by Scott Baker · 10 years ago
  49. c1d041f add default route for xosAdminDashboard by Scott Baker · 10 years ago
  50. 9ecc260 hide dashboard views that are disabled from customize tab by Scott Baker · 10 years ago
  51. c30162e add site to user creating admin so users can no longer be created without sites by Scott Baker · 10 years ago
  52. 71b3a45 make tenantview method reslient of users with no site, catch users with no site in sanity check by Scott Baker · 10 years ago
  53. d6861f7 fix tenant view causes minidashboard to be partially obscured by Scott Baker · 10 years ago
  54. 2c44e6e show enabled and url in dashboardview admin list by Scott Baker · 10 years ago
  55. c15ad1b add ability to disable dashboards by Scott Baker · 10 years ago
  56. db20b75 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  57. cd369ea recreate all slivers when image or flavor is changed by Scott Baker · 10 years ago
  58. 99f2351 fix sliver.name by Tony Mack · 10 years ago
  59. a410100 fix users list not subtracted properly when displaying picker by Scott Baker · 10 years ago
  60. 1f5ccf3 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  61. a31bb24 refactor sliceplus core for users, return user ids and names in sliceplus object by Scott Baker · 10 years ago
  62. b3c46bc BUGFIX: Some steps would get skipped because of an incomplete check by Sapan Bhatia · 10 years ago
  63. 8dde6b9 Add color to Observer logs by Sapan Bhatia · 10 years ago
  64. 485490d Fixed import errors in model policies by Sapan Bhatia · 10 years ago
  65. 7a1e6be Reverted model policies to non-parallel version by Sapan Bhatia · 10 years ago
  66. ee33eb5 Changed dependency info for controller slices by Sapan Bhatia · 10 years ago
  67. d7750cf Changed dependency info for sync_slivers by Sapan Bhatia · 10 years ago
  68. 817ae28 Changed dependecy info by Sapan Bhatia · 10 years ago
  69. aa98e71 Changed dependecy information by Sapan Bhatia · 10 years ago
  70. ab26deb Changed dependency information by Sapan Bhatia · 10 years ago
  71. 75d1d11 Changed dependency information by Sapan Bhatia · 10 years ago
  72. 68bc788 Quoted name and imagename to prevent sytnax error in ansible by Sapan Bhatia · 10 years ago
  73. b2d6a77 Changed dependencies for sync_controller_images by Sapan Bhatia · 10 years ago
  74. 34e1933 Changed shell to /bin/bash, because dash (the default shell) on beta doesn't support source by Sapan Bhatia · 10 years ago
  75. 9b6bdc3 remove "Images" tab from Deployment Admin by Tony Mack · 10 years ago
  76. d243338 adding Tags tab back to Slice Admin page by Tony Mack · 10 years ago
  77. 7da8d8f remove extraneous white space from hostname by Tony Mack · 10 years ago
  78. 4f134e6 add nodes tab to site admin by Tony Mack · 10 years ago
  79. 840862d change 'name' to 'site', make label cells same width by Scott Baker · 10 years ago
  80. adaf620 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  81. 77253a9 plus and minus icons in tenant view by Scott Baker · 10 years ago
  82. 05d2e03 error message when user tries to create slice but doesn't have permission by Scott Baker · 10 years ago
  83. de10018 fix bugs by Tony Mack · 10 years ago
  84. 8bd5f2c fix titles of add-slice and edit-users dialogs by Scott Baker · 10 years ago
  85. 07d277e fix one row trimmed off if iDisplayLength==-1 by Scott Baker · 10 years ago
  86. e42a667 disable paginate and filter of site list in tenant view by Scott Baker · 10 years ago
  87. c7f363b save users supported in tenant view by Scott Baker · 10 years ago
  88. 79be5c0 throw error if no nodes in site by Scott Baker · 10 years ago
  89. 21ebb54 caption for SliceSelector by Scott Baker · 10 years ago
  90. 2fbf7dc save site_allocations by Scott Baker · 10 years ago
  91. a293dac display 'no slices' when there are no slices by Scott Baker · 10 years ago
  92. 2e897fa only admins can save/update controllers by Tony Mack · 10 years ago
  93. f13a0cf latest minidashboard code by Scott Baker · 10 years ago
  94. 0e36f5d minidashboard, WIP by Scott Baker · 10 years ago
  95. 5b1feec minidashboard, WIP by Scott Baker · 10 years ago
  96. 8da471e minidashboard WIP, get object name and id from django by Scott Baker · 10 years ago
  97. e880edd Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  98. fcf655e edit users button in tenant view by Scott Baker · 10 years ago
  99. 5fecf71 remove Tags tab from model pages by Tony Mack · 10 years ago
  100. d123b52 Load ceilometer credentials from controller by Sapan Bhatia · 10 years ago