- da2d4e7 assuming this call to map_delete_outputs was supposed to be to map_delete_inputs by Scott Baker · 9 years ago
- 7f30519 Fixed a typo by Sapan Bhatia · 9 years ago
- 39f2753 New style invocations, lost during rebase by Sapan Bhatia · 9 years ago
- b53b109 Bug fix by Sapan Bhatia · 9 years ago
- 203f03e Support aggregation of multiple models by Sapan Bhatia · 9 years ago
- 26ea0eb resolve merge conflicts by Tony Mack · 9 years ago
- 3773b09 add DeferredException for steps that want to wait only a short while and try again by Scott Baker · 9 years ago
- 895d804 resolve merge conflicts by Tony Mack · 9 years ago
- 19b4563 add no_sync field to all models; expose in sliver inline by Scott Baker · 9 years ago
- d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
- 5b961e0 add reset_queries() in hopes of preventing memory exhaustion if DEBUG=True by Scott Baker · 10 years ago
- ac71138 Fixes the accumulating - 2 in backend_status. Resolves #91. by Sapan Bhatia · 10 years ago
- 1eecb2e Fix update of backend status fields by Sapan Bhatia · 10 years ago
- 01298ed Support for innocuous exceptions. Fail and retry, but do not report as error in GUI. by Sapan Bhatia · 10 years ago
- 5d51807 Minor tweaks, indentation issues by Sapan Bhatia · 10 years ago
- 06b1a88 Added support for disabling controllers when they are down by Sapan Bhatia · 10 years ago
- 3d56f04 Fixed a typo by Sapan Bhatia · 10 years ago
- e09fb98 Lazy creation of Neutron Networks. The creation of networks is deferred to when the first Sliver for a slice is created on a given controller, rather than at Slice creation time. Resolves #74 by Sapan Bhatia · 10 years ago
- aa86bfb fix exception while trying to throw DependencyFailed because peer_object has no pk by Scott Baker · 10 years ago
- 5f49fad fix sync steps by Tony Mack · 10 years ago
- ace7ab5 rename /etc/planetstack/sync to /etc/xos/sync by Scott Baker · 10 years ago
- ef20dd5 rename planetstack directory to xos by Scott Baker · 10 years ago[Renamed from planetstack/openstack_observer/syncstep.py]
- 0355284 observer-related big rename changes by Scott Baker · 10 years ago
- 86e132c rename planetstack module to xos by Scott Baker · 10 years ago
- de9f24c Fixed Syntax error by Sapan Bhatia · 10 years ago
- 2535359 Flag for disabling backout by Sapan Bhatia · 10 years ago
- b7b1b6e Eliminate duplicate parts of backend_status messages by Sapan Bhatia · 10 years ago
- 082ee36 Link backend dependencies to references. Resolves #20. by Sapan Bhatia · 10 years ago
- 6d42215 Accumulate failure messages if they occur again by Sapan Bhatia · 10 years ago
- 39a775f 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 · 10 years ago
- 8a51bf5 Implemented back off for failed object synchronizations by Sapan Bhatia · 10 years ago
- a2e8e2d Add types to backend status messages by Sapan Bhatia · 10 years ago
- e10fbe5 Fix bugs. Reefactor. by Tony Mack · 10 years ago
- 9c308fc Sometimes, backend_status can fail because of unicode issues. Ignore for now. by Sapan Bhatia · 10 years ago
- 8fd852b More verbose backend_status field by Sapan Bhatia · 10 years ago
- 7e482de Propagate backend_status to failed dependent objects by Sapan Bhatia · 10 years ago
- cfef6ef Bug fix from Scott Baker. If a peer object is not set, it means there is by Sapan Bhatia · 10 years ago
- d9468eb Minor bug fix by Sapan Bhatia · 10 years ago
- f1d3d27 Trying to commit an unsaved object with fields set causes the database by Sapan Bhatia · 10 years ago
- 0652f4e fix failed dependencies not taking type of objects into account by Scott Baker · 10 years ago
- 2176566 Provide default implementation of fetch_pending to remove redundant code by Sapan Bhatia · 10 years ago
- a358f0f Rename observer to openstack_observer, making room for more convenient by Sapan Bhatia · 10 years ago[Renamed from planetstack/observer/syncstep.py]
- e17bc5b Added deletion field to fetch pending method. by Sapan Bhatia · 11 years ago
- 6082336 Execute deletors and purge record. by Sapan Bhatia · 11 years ago
- c860243 New version of delete, which marks as delete instead of removing an object. by Sapan Bhatia · 11 years ago
- ea53ad3 Updated backend status during call by Sapan Bhatia · 11 years ago
- 31ebe5c Map errors and feed them into the database. by Sapan Bhatia · 11 years ago
- eba0843 Feed errors that occur in the back end in the backend_status field by Sapan Bhatia · 11 years ago
- 105b6b7 changes from alpha site by Scott Baker · 11 years ago
- 04111b7 Log to /var/log/planetstack.log instead of observer.log in current directory. by Andy Bavier · 11 years ago
- 37146d2 fix name error by Tony Mack · 11 years ago
- e7abb62 Log failures in sync steps by Andy Bavier · 11 years ago
- ca2e21f Fixed issues in object dependencies by Sapan Bhatia · 11 years ago
- 4fa85fb fix bugs by Tony Mack · 11 years ago
- 68e818d remove redundant check by Tony Mack · 11 years ago
- 16f0474 fix bugs by Tony Mack · 11 years ago
- 66646d5 implement fetch_pending() by Tony Mack · 11 years ago
- ce79de0 tabs, bugfixes by Tony Mack · 11 years ago
- 387a73f instantiate sycn steps with openstack driver. Implement garbage collector and deleters by Tony Mack · 11 years ago
- 04c94ad Wide range of debugging changes by Sapan Bhatia · 11 years ago
- 13c7f11 Class and object dependencies, schedules by Sapan Bhatia · 11 years ago
- 24836f1 Sync refactored into abstract steps by Sapan Bhatia · 11 years ago