1. b30aa08 hpc observer, wip by Scott Baker · 11 years ago
  2. 2c8ba41 fix bad import name by Scott Baker · 11 years ago
  3. 8f54aac fix bug by Scott Baker · 11 years ago
  4. 45efc58 add configurable logfile name by Scott Baker · 11 years ago
  5. 7771f41 add support for non-openstack drivers, rename step_dir config param by Scott Baker · 11 years ago
  6. d8ebe8c support command line option to specify config file name by Scott Baker · 11 years ago
  7. 45fb7a1 use Config().step_dir to load steps dynamically by Scott Baker · 11 years ago
  8. 1eff85d Support optional application-name argument, fix CamelCased objects in ForeignKeys by Scott Baker · 11 years ago
  9. 44a90a2 updates to demo data by Tony Mack · 11 years ago
  10. 360afb8 fix field description by Tony Mack · 11 years ago
  11. aa47472 added I2 Singapore site and nodes by Tony Mack · 11 years ago
  12. 4cac5c5 updating demo fixture by Tony Mack · 11 years ago
  13. ee83f34 updating demo data by Tony Mack · 11 years ago
  14. 23c2bf4 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Tony Mack · 11 years ago
  15. ecb8c68 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 11 years ago
  16. 9cc9bf3 add slice_remap argument to RPC calls by Scott Baker · 11 years ago
  17. 01965a1 updating demo data by Tony Mack · 11 years ago
  18. a0a641d updating demo data by Tony Mack · 11 years ago
  19. 9cb88a2 add invoice drilldown, move billing link to above location field in site by Scott Baker · 11 years ago
  20. 545db2a add billing link to site admin by Scott Baker · 11 years ago
  21. 15cddfa dollar formatting, eliminate delete checkboxes, eliminate add_another by Scott Baker · 11 years ago
  22. 419b779 updating demo data by Tony Mack · 11 years ago
  23. 4310504 check in billing system models, admin, and sample data generator by Scott Baker · 11 years ago
  24. 4816cee backup just he 'core' data by Tony Mack · 11 years ago
  25. 9d27d52 archiving the demo data by Tony Mack · 11 years ago
  26. 6bba535 If a Network already has a network_id, read subnet info from Quantum by Andy Bavier · 11 years ago
  27. fe81aa4 Add Site and Deployment to Network object by Andy Bavier · 11 years ago
  28. 4980132 Bug fixes by Andy Bavier · 11 years ago
  29. 7225f72 fix import by smbaker · 11 years ago
  30. f33829c split off GetSlices and GetNodes from GetConfiguration by smbaker · 11 years ago
  31. e36a7de legacy api for GetConfiguration by smbaker · 11 years ago
  32. 1e2c232 Add systemd script by Andy Bavier · 11 years ago
  33. 33584c5 Log to default location by Andy Bavier · 11 years ago
  34. 04111b7 Log to /var/log/planetstack.log instead of observer.log in current directory. by Andy Bavier · 11 years ago
  35. 37146d2 fix name error by Tony Mack · 11 years ago
  36. a6cbd36 use slice creator context instead of admin context by Tony Mack · 11 years ago
  37. e7abb62 Log failures in sync steps by Andy Bavier · 11 years ago
  38. 606bf0e Fix tenant update by Andy Bavier · 11 years ago
  39. 5e243e1 Return value from get_next_subnet() by Andy Bavier · 11 years ago
  40. aaa5c4a Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Sapan Bhatia · 11 years ago
  41. 9c2c8fa Set observer/disabled=1 to run an observerless PlanetStack by Sapan Bhatia · 11 years ago
  42. 27ec0f5 fix bugs by Tony Mack · 11 years ago
  43. 808b239 store failed step object in set instead of list by Tony Mack · 11 years ago
  44. 2d5642c dont raise exceptions inside of event loop by Tony Mack · 11 years ago
  45. 3587dc7 rename config option by Tony Mack · 11 years ago
  46. 04054f5 fix syntax error by Tony Mack · 11 years ago
  47. 46c2d50 sync images by Tony Mack · 11 years ago
  48. e1509e8 sync nodes by Tony Mack · 11 years ago
  49. 012ecff Bug fix to my last change. by Sapan Bhatia · 11 years ago
  50. 9faf7b0 Client ids need to be unique per deployment by Sapan Bhatia · 11 years ago
  51. 6fd3ef8 add missing code to sync_slivers by Tony Mack · 11 years ago
  52. c265b89 Merged plcorebase by Siobhan Tully · 11 years ago
  53. 00353f7 Added missing Service.py by Siobhan Tully · 11 years ago
  54. ce652d0 Adjusted modeling of Service, Slice and Tags. Added RequestRouter starter App. Modified Admin.py of core apps for new relationships. Modified the initial_data for new roles, and deprecated ForeignKey relationships. by Siobhan Tully · 11 years ago
  55. 0036707 fix attribute error by Tony Mack · 11 years ago
  56. f4f1616 include DeploymentRole in role sync by Tony Mack · 11 years ago
  57. 03742a7 fix syntax error by Tony Mack · 11 years ago
  58. 6986ab3 enable SyncRoles by Tony Mack · 11 years ago
  59. 27c7390 added krole_id to SiteRole and SliceRole. Enable SyncRoles by Tony Mack · 11 years ago
  60. 3971415 add missing roles by Tony Mack · 11 years ago
  61. 9747e9d OpenStackSyncStep extends SyncStep by Tony Mack · 11 years ago
  62. 0ae3fe3 checking in latest sync_slices code. move get_next_subnet to sync_slices by Tony Mack · 11 years ago
  63. 7665f81 planetstack/core/models/role.py by Tony Mack · 11 years ago
  64. cfa2708 planetstack/core/models/role.py by Tony Mack · 11 years ago
  65. bfe0f8e modify system users and tenants by Tony Mack · 11 years ago
  66. 9b6dde8 enable user delete by Tony Mack · 11 years ago
  67. a76b895 bug fixes by Tony Mack · 11 years ago
  68. b0e03bf include args kwd pointer in call() params by Tony Mack · 11 years ago
  69. c61cab0 fix check_schedule by Tony Mack · 11 years ago
  70. 2fd8d30 fix check_class_dependency() by Tony Mack · 11 years ago
  71. 98a6a1d remove unnecessary import by Tony Mack · 11 years ago
  72. f044a7b fix TypeError by Tony Mack · 11 years ago
  73. 31078dd misc changes by Tony Mack · 11 years ago
  74. 322edfa Make change to Model code failsafe by Sapan Bhatia · 11 years ago
  75. d667627 Drop debugging code by Sapan Bhatia · 11 years ago
  76. a2227d1 BUGFIX: list.reverse() is in place, does not return a value by Sapan Bhatia · 11 years ago
  77. a483ab9 Fixed tabulation in the file by Sapan Bhatia · 11 years ago
  78. 467b7ce Major bugfix to toposort. by Sapan Bhatia · 11 years ago
  79. 22e0ffe Missing import by Sapan Bhatia · 11 years ago
  80. ca2e21f Fixed issues in object dependencies by Sapan Bhatia · 11 years ago
  81. 972a2e8 Steps not in the dependency graph should also be executed by Sapan Bhatia · 11 years ago
  82. 4fa85fb fix bugs by Tony Mack · 11 years ago
  83. 68e818d remove redundant check by Tony Mack · 11 years ago
  84. ad5ed9e tabs by Tony Mack · 11 years ago
  85. ae7f30c fix NameError and AttribteError by Tony Mack · 11 years ago
  86. 16f0474 fix bugs by Tony Mack · 11 years ago
  87. ea41f56 fix bugs by Tony Mack · 11 years ago
  88. 3bf77b0 bug fixes by Tony Mack · 11 years ago
  89. dacfb98 tabs by Tony Mack · 11 years ago
  90. 66646d5 implement fetch_pending() by Tony Mack · 11 years ago
  91. c12d5ca bugfixes by Tony Mack · 11 years ago
  92. ce79de0 tabs, bugfixes by Tony Mack · 11 years ago
  93. 57c1628 adding missing file by Tony Mack · 11 years ago
  94. 387a73f instantiate sycn steps with openstack driver. Implement garbage collector and deleters by Tony Mack · 11 years ago
  95. 3a0e66b support passing metadata during spawn. automatically add syscyl tags to metadata by Scott Baker · 11 years ago
  96. bc640cf add comments to describe purpose of tool by Scott Baker · 11 years ago
  97. 3b98ab6 check in openstack db cleanup tool by Scott Baker · 11 years ago
  98. 15c1801 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 11 years ago
  99. 3262495 check in openstack healthcheck tool by Scott Baker · 11 years ago
  100. fece0d5 Consolidated email and username fields to preserve availability on both indexes by Siobhan Tully · 11 years ago