1. fa61bc4 fix log_exc throwing exception by Scott Baker · 9 years ago
  2. 5b2ec27 Fixed several bugs that were triggering the issues we saw on portal. by Sapan Bhatia · 9 years ago
  3. 191b3b0 Mapping update by Sapan Bhatia · 9 years ago
  4. 985d226 Remap openstack_observer by Sapan Bhatia · 9 years ago
  5. f0538b8 Reran chuckmove after adjusting '*' by Sapan Bhatia · 9 years ago
  6. 3f417a8 remaining references to util.logger updated by Scott Baker · 9 years ago
  7. c83da37 Moved openstack observer into synchronizers by Sapan Bhatia · 9 years ago[Renamed from xos/openstack_observer/event_loop.py]
  8. 16be143 Relocated observer namespace into synchronizers.base by Sapan Bhatia · 9 years ago
  9. d7f9339 Let multiple external apps be specified by Sapan Bhatia · 9 years ago
  10. 2c76bff Make applist an optional variable by Sapan Bhatia · 9 years ago
  11. a0b0026 Major bug fixes to inter-observer dependencies. by Sapan Bhatia · 9 years ago
  12. a54a07c provide a way to turn off observer console output by Scott Baker · 9 years ago
  13. 3062778 add run_once methods for model_policy and event_loop by Scott Baker · 9 years ago
  14. 8b90de3 Insert phantom dependency-checking steps to honor dependencies on by Sapan Bhatia · 9 years ago
  15. 26ea0eb resolve merge conflicts by Tony Mack · 9 years ago
  16. bde3632 rename NetworkSliver-->Port in observers by Scott Baker · 9 years ago
  17. 895d804 resolve merge conflicts by Tony Mack · 9 years ago
  18. 7ce89a9 clean up some debugging statements by Scott Baker · 9 years ago
  19. d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
  20. 5b961e0 add reset_queries() in hopes of preventing memory exhaustion if DEBUG=True by Scott Baker · 10 years ago
  21. 06b1a88 Added support for disabling controllers when they are down by Sapan Bhatia · 10 years ago
  22. 1cd422c use self.observer_name for the observer_last_run file also by Scott Baker · 10 years ago
  23. a73c216 observer_name used in timing files (changes copied from portal) by Scott Baker · 10 years ago
  24. fb162a1 show in log whether working on deletion or regular steps by Scott Baker · 10 years ago
  25. 68c9928 Fixed dependency issues in deletions. Resolves #8. by Sapan Bhatia · 10 years ago
  26. ef20dd5 rename planetstack directory to xos by Scott Baker · 10 years ago[Renamed from planetstack/openstack_observer/event_loop.py]
  27. 0355284 observer-related big rename changes by Scott Baker · 10 years ago
  28. 86e132c rename planetstack module to xos by Scott Baker · 10 years ago
  29. 082ee36 Link backend dependencies to references. Resolves #20. by Sapan Bhatia · 10 years ago
  30. 7069c16 openstack_observer use XOS_DIR instead of hardcoded paths by Scott Baker · 10 years ago
  31. 1e92125 Save Observer run time information for status view by Sapan Bhatia · 10 years ago
  32. ed6fc2d Reimplemented backend dependencies in the main Observer run loop by Sapan Bhatia · 10 years ago
  33. 122595c Various bugfies to the main Observer loop by Sapan Bhatia · 10 years ago
  34. b3c46bc BUGFIX: Some steps would get skipped because of an incomplete check by Sapan Bhatia · 10 years ago
  35. 8dde6b9 Add color to Observer logs by Sapan Bhatia · 10 years ago
  36. 3066a95 removing plural from model names. some cleanup by Tony Mack · 10 years ago
  37. 14356b7 Merged ansible branch into master by Sapan Bhatia · 10 years ago
  38. 2e6c9a4 ensure db connection is closed at the end of each thread by Scott Baker · 10 years ago
  39. 72aa930 more logging; fix SyncSiteDeployments waiting on self; fix unknown identifier when adding failed step by Scott Baker · 10 years ago
  40. ab202a6 Updated OpenStack observer to parallel implementation by Sapan Bhatia · 10 years ago
  41. 51f4893 Initial plumbing for parallel Observer by Sapan Bhatia · 10 years ago
  42. 0f727b8 Make it easier to disable deletions for debugging. by Sapan Bhatia · 10 years ago
  43. 13d8915 Minor bug fixes by Sapan Bhatia · 10 years ago
  44. e82f5e5 Update OpenStack Observer's event loop from EC2 observer by Sapan Bhatia · 10 years ago
  45. a358f0f Rename observer to openstack_observer, making room for more convenient by Sapan Bhatia · 10 years ago[Renamed from planetstack/observer/event_loop.py]
  46. 285decb Changed core Observer logic to incorporate explicit deletions. by Sapan Bhatia · 11 years ago
  47. 31ebe5c Map errors and feed them into the database. by Sapan Bhatia · 11 years ago
  48. f73664b This patch logs exceptions in the core of the Observer, which might by Sapan Bhatia · 11 years ago
  49. cc877f7 stop silently absorbing exceptions inside of sync steps by Scott Baker · 11 years ago
  50. 7659920 fix error importing steps by Scott Baker · 11 years ago
  51. 2e0dc7f remove debuging code by Tony Mack · 11 years ago
  52. 45cbbc3 Rewrote toposort to handle loops in Step graph. Simpler implementation by Sapan Bhatia · 11 years ago
  53. 7771f41 add support for non-openstack drivers, rename step_dir config param by Scott Baker · 11 years ago
  54. 45fb7a1 use Config().step_dir to load steps dynamically by Scott Baker · 11 years ago
  55. 04111b7 Log to /var/log/planetstack.log instead of observer.log in current directory. by Andy Bavier · 11 years ago
  56. 808b239 store failed step object in set instead of list by Tony Mack · 11 years ago
  57. 2d5642c dont raise exceptions inside of event loop by Tony Mack · 11 years ago
  58. 3587dc7 rename config option by Tony Mack · 11 years ago
  59. 46c2d50 sync images by Tony Mack · 11 years ago
  60. e1509e8 sync nodes by Tony Mack · 11 years ago
  61. 6986ab3 enable SyncRoles by Tony Mack · 11 years ago
  62. c61cab0 fix check_schedule by Tony Mack · 11 years ago
  63. 2fd8d30 fix check_class_dependency() by Tony Mack · 11 years ago
  64. d667627 Drop debugging code by Sapan Bhatia · 11 years ago
  65. a483ab9 Fixed tabulation in the file by Sapan Bhatia · 11 years ago
  66. 467b7ce Major bugfix to toposort. by Sapan Bhatia · 11 years ago
  67. ca2e21f Fixed issues in object dependencies by Sapan Bhatia · 11 years ago
  68. 972a2e8 Steps not in the dependency graph should also be executed by Sapan Bhatia · 11 years ago
  69. 4fa85fb fix bugs by Tony Mack · 11 years ago
  70. ae7f30c fix NameError and AttribteError by Tony Mack · 11 years ago
  71. ea41f56 fix bugs by Tony Mack · 11 years ago
  72. 3bf77b0 bug fixes by Tony Mack · 11 years ago
  73. 66646d5 implement fetch_pending() by Tony Mack · 11 years ago
  74. c12d5ca bugfixes by Tony Mack · 11 years ago
  75. ce79de0 tabs, bugfixes by Tony Mack · 11 years ago
  76. 387a73f instantiate sycn steps with openstack driver. Implement garbage collector and deleters by Tony Mack · 11 years ago
  77. 04c94ad Wide range of debugging changes by Sapan Bhatia · 11 years ago
  78. 757e0b6 Fixed import issues by Sapan Bhatia · 11 years ago
  79. 36938ca Load and save run times by Sapan Bhatia · 11 years ago
  80. 13c7f11 Class and object dependencies, schedules by Sapan Bhatia · 11 years ago
  81. 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 11 years ago