1. c04e142 fix error when displaying dashboards in home view by Scott Baker · 10 years ago
  2. b35adc4 add SiteDeployment to xoslib by Scott Baker · 10 years ago
  3. 3c7c358 add controller to xoslib by Scott Baker · 10 years ago
  4. d2ab6c5 change capitolization of related_name for ControllerDashboardView by Scott Baker · 10 years ago
  5. f2c0c51 rename ControllerDashboard to ControllerDashboardView by Scott Baker · 10 years ago
  6. bf4ef6d latest auto-generated genapi.py by Scott Baker · 10 years ago
  7. f958984 add ManyToMany for (Image, Deployment) by Scott Baker · 10 years ago
  8. ff19f52 eliminate from xoslib models deleted due to introduction of controllers by Scott Baker · 10 years ago
  9. 3cd9c2d fix inconsistencies by Tony Mack · 10 years ago
  10. 160d88b Merge branch 'master' of git://git.planet-lab.org/plstackapi by Sapan Bhatia · 10 years ago
  11. 6bc4328 BUGFIX: Use sliver.controllerNetwrok instead of sliver.node.controller by Sapan Bhatia · 10 years ago
  12. b04f51a BUGFIX: Controller related field change by Sapan Bhatia · 10 years ago
  13. 35d5880 perm fix by Scott Baker · 10 years ago
  14. 549e429 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  15. 515dc9e latest auto-generated genapi.py by Scott Baker · 10 years ago
  16. 6eb9391 Merge branch 'master' of git://git.planet-lab.org/plstackapi by Sapan Bhatia · 10 years ago
  17. eeaf5fd Fixes to sync_slivers moved over from alpha by Sapan Bhatia · 10 years ago
  18. 279c4c6 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  19. 97a71c3 force version 2.4 of django rest framework by Scott Baker · 10 years ago
  20. 92b1dbf Manually added required dependency by Sapan Bhatia · 10 years ago
  21. 1941de1 Switched sync_controller_slices back to using the API instead of CLI by Sapan Bhatia · 10 years ago
  22. ecbdab1 fix javascript fail if xosvalidators.js not loaded by html by Scott Baker · 10 years ago
  23. 3f3fce1 BUGFIX by Sapan Bhatia · 10 years ago
  24. 4aec954 Controller-related updates to sync_controller_slices by Sapan Bhatia · 10 years ago
  25. 75d6765 Minor bug fix in sync_site_deployments by Sapan Bhatia · 10 years ago
  26. 100f997 Fixed several typos and tab issues in sync_controller_networks by Sapan Bhatia · 10 years ago
  27. afa037d Adapted sync_nodes to controller objects by Sapan Bhatia · 10 years ago
  28. 06ac221 Bug fixes to sync_controller_images.yaml by Sapan Bhatia · 10 years ago
  29. dedc41e Bug fixes to sync_controller_networks by Sapan Bhatia · 10 years ago
  30. 77f9f30 BUG Fixes to sync_controller_images by Sapan Bhatia · 10 years ago
  31. 9adb2d1 BUGFIX by Sapan Bhatia · 10 years ago
  32. a554a01 Updated client driver for controller objects by Sapan Bhatia · 10 years ago
  33. e5e2f2e Bug fix. Networks were not automaticaly getting added to slices. by Sapan Bhatia · 10 years ago
  34. d5e8371 Fixed a UI error in admin by Sapan Bhatia · 10 years ago
  35. 5af0637 Merge branch 'master' of git://git.planet-lab.org/plstackapi by Sapan Bhatia · 10 years ago
  36. 963831e Changed placement of ansible on filesystem by Sapan Bhatia · 10 years ago
  37. b2cef88 Checked in a missing changeset by Sapan Bhatia · 10 years ago
  38. 6d1241c Worked around an exception by Sapan Bhatia · 10 years ago
  39. fbf6127 Worked around an exception: FieldError by Sapan Bhatia · 10 years ago
  40. 9de6c44 per-controller view display by Scott Baker · 10 years ago
  41. 786a9c1 models for per-controller dashboard views by Scott Baker · 10 years ago
  42. 83f5b62 fix 'sys not defined' error when displaying observer not installed warning by Scott Baker · 10 years ago
  43. 50f9377 upload make target by Scott Baker · 10 years ago
  44. 7e277d3 new version number by Scott Baker · 10 years ago
  45. c105771 fix migration creation issue due to DiffModelMixin by Scott Baker · 10 years ago
  46. 7419af0 Added ansible recipes for images, networks by Sapan Bhatia · 10 years ago
  47. ba746bd Fixed credentials in sync_slivers by Sapan Bhatia · 10 years ago
  48. 011a50c fixed a typo by Sapan Bhatia · 10 years ago
  49. c220f2a Dropped dead code in sync_controller_slices by Sapan Bhatia · 10 years ago
  50. bc13cb7 Sync networks fully converted over to ansible by Sapan Bhatia · 10 years ago
  51. d9a4e1f Sync images converted over to Ansible by Sapan Bhatia · 10 years ago
  52. 03b6c52 Drop try/catch that causes uncaught errors in the Observer to be silently ignored by Sapan Bhatia · 10 years ago
  53. ac0bf9a Updated model deps file with Controller-based objects by Sapan Bhatia · 10 years ago
  54. d4ab782 fix bug that caused flavors to be permanently deleted by Tony Mack · 10 years ago
  55. f83d603 update beta fixture to work with new schema by Tony Mack · 10 years ago
  56. b2fde61 fix bug preventing deployment admin from updating deployment flavors on ssave. fix nameError bug by Tony Mack · 10 years ago
  57. 2d73512 removing migrations by Tony Mack · 10 years ago
  58. 68a1e42 refactor and bug fixes by Tony Mack · 10 years ago
  59. d14d48f refactor by Tony Mack · 10 years ago
  60. 06c8e47 Controller replaces Deployment by Tony Mack · 10 years ago
  61. 51c4a7d introduce Controller model by Tony Mack · 10 years ago
  62. d923b81 finished support for ManyToMany with through relations in REST API by Scott Baker · 10 years ago
  63. 71b21f6 support for through relations in REST API, WIP by Scott Baker · 10 years ago
  64. 6a7a17c syphonall support for picker by Scott Baker · 10 years ago
  65. 9998811 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  66. cde19e6 2 column picker WIP by Scott Baker · 10 years ago
  67. 0305b7d Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi into HEAD by Sapan Bhatia · 10 years ago
  68. 772c7c2 Ability to pull slice stats by Sapan Bhatia · 10 years ago
  69. eec8acc Ability to pull Sliver stats by Sapan Bhatia · 10 years ago
  70. 6d7e7bd Added ceilometer as monitor driver by Sapan Bhatia · 10 years ago
  71. df3130c Added monitor layer of abstraction for dashboard statistics by Sapan Bhatia · 10 years ago
  72. ab7c815 complicated sliver logic implemented by Scott Baker · 10 years ago
  73. a766b3d flavor and imageDeployments objects by Scott Baker · 10 years ago
  74. 9a24c8b support for different detail views for each model by Scott Baker · 10 years ago
  75. 015e13d fix one half of ManyToMany relations stored in wrong obj by Scott Baker · 10 years ago
  76. 7719546 get rid of hyperlinks in *IDSerializer by Scott Baker · 10 years ago
  77. cf37db2 generic applyConstraints, before abandoning by Scott Baker · 10 years ago
  78. 67b1521 no column title or sort button for delete and backend_status columns by Scott Baker · 10 years ago
  79. b297bbd backend_status fields in all models by Scott Baker · 10 years ago
  80. eb253d5 backend status text for detail views by Scott Baker · 10 years ago
  81. d58952c replace the CompositeView list with the DataTable list by Scott Baker · 10 years ago
  82. a515007 backend_status icon by Scott Baker · 10 years ago
  83. 8a7abef refresh and add buttons working by Scott Baker · 10 years ago
  84. 8c340ca pagination, search, and sort now working in datatables views by Scott Baker · 10 years ago
  85. d45aa00 datatable in a marionette view, WIP by Scott Baker · 10 years ago
  86. 66efc02 add ability to force route by Scott Baker · 10 years ago
  87. 3009204 button panels done right by Scott Baker · 10 years ago
  88. 32a0f1a fix wrong parentfieldName in add link, fix filters using incorrect attributes by Scott Baker · 10 years ago
  89. 3162122 all list and listitem views now use generic templates by Scott Baker · 10 years ago
  90. a322dba readonly fields, wip by Scott Baker · 10 years ago
  91. 3debf3a move idToName into xos-backbone.js, add preSave hook, add preSave action for slivers to set name to slicename by Scott Baker · 10 years ago
  92. 5c76b16 fix class to sub-template need the dict in them by Scott Baker · 10 years ago
  93. 3a7fb16 Add FilteredCompositeView, fix the prevPage routing by Scott Baker · 10 years ago
  94. 1fba441 filtering the collection was the very very wrong way to go about it by Scott Baker · 10 years ago
  95. ad5be28 fix selects not having default item set properly by Scott Baker · 10 years ago
  96. 1d651ce addChild link working for things other than slivers by Scott Baker · 10 years ago
  97. c06c0c8 make field names in the generic detail view look nice by Scott Baker · 10 years ago
  98. fa2c4b5 all detail templates replaced by generic by Scott Baker · 10 years ago
  99. 079a470 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago
  100. 2c97485 header and footer templates for list views by Scott Baker · 10 years ago