Continuing bug fixes
[plstackapi.git] / planetstack / observer /
2014-01-22 Scott Bakerpass pk and model_dict to deleter, dynamic load of...
2014-01-22 Scott Bakerpass pk to deleter, support model as a class or instanc...
2014-01-03 Scott Bakeradd support for non-openstack drivers, rename step_dir...
2013-12-31 Scott Bakeruse Config().step_dir to load steps dynamically
2013-11-21 Andy BavierIf a Network already has a network_id, read subnet...
2013-11-19 Andy BavierBug fixes
2013-10-28 Andy BavierLog to default location
2013-10-22 Andy BavierLog to /var/log/planetstack.log instead of observer...
2013-10-21 Tony Mackfix name error
2013-10-21 Tony Mackuse slice creator context instead of admin context
2013-10-18 Andy BavierLog failures in sync steps
2013-10-18 Andy BavierFix tenant update
2013-10-18 Andy BavierReturn value from get_next_subnet()
2013-10-16 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2013-10-16 Sapan BhatiaSet observer/disabled=1 to run an observerless PlanetStack
2013-10-16 Tony Mackfix bugs
2013-10-16 Tony Mackstore failed step object in set instead of list
2013-10-16 Tony Mackdont raise exceptions inside of event loop
2013-10-15 Tony Mackrename config option
2013-10-14 Tony Mackfix syntax error
2013-10-09 Tony Macksync images
2013-10-09 Tony Macksync nodes
2013-10-09 Sapan BhatiaBug fix to my last change.
2013-10-09 Sapan BhatiaClient ids need to be unique per deployment
2013-10-09 Tony Mackadd missing code to sync_slivers
2013-10-09 Siobhan TullyMerged plcorebase
2013-10-08 Tony Mackfix attribute error
2013-10-08 Tony Mackinclude DeploymentRole in role sync
2013-10-08 Tony Mackfix syntax error
2013-10-08 Tony Mackenable SyncRoles
2013-10-08 Tony Mackadded krole_id to SiteRole and SliceRole. Enable SyncRoles
2013-10-08 Tony MackOpenStackSyncStep extends SyncStep
2013-10-08 Tony Mackchecking in latest sync_slices code. move get_next_subn...
2013-10-06 Tony Mackmodify system users and tenants
2013-10-06 Tony Mackenable user delete
2013-10-06 Tony Mackbug fixes
2013-10-06 Tony Mackinclude args kwd pointer in call() params
2013-10-06 Tony Mackfix check_schedule
2013-10-05 Tony Mackfix check_class_dependency()
2013-10-02 Tony Mackremove unnecessary import
2013-10-02 Tony Mackfix TypeError
2013-10-02 Tony Mackmisc changes
2013-10-02 Sapan BhatiaDrop debugging code
2013-10-02 Sapan BhatiaBUGFIX: list.reverse() is in place, does not return...
2013-10-02 Sapan BhatiaFixed tabulation in the file
2013-10-02 Sapan BhatiaMajor bugfix to toposort.
2013-10-02 Sapan BhatiaMissing import
2013-10-02 Sapan BhatiaFixed issues in object dependencies
2013-10-02 Sapan BhatiaSteps not in the dependency graph should also be executed
2013-09-25 Tony Mackfix bugs
2013-09-25 Tony Mackremove redundant check
2013-09-25 Tony Mackfix NameError and AttribteError
2013-09-25 Tony Mackfix bugs
2013-09-25 Tony Mackfix bugs
2013-09-25 Tony Mackbug fixes
2013-09-25 Tony Macktabs
2013-09-25 Tony Mackimplement fetch_pending()
2013-09-24 Tony Mackbugfixes
2013-09-24 Tony Macktabs, bugfixes
2013-09-18 Tony Mackinstantiate sycn steps with openstack driver. Implement...
2013-09-08 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2013-09-06 Siobhan TullyMerge branch 'master' of git.planet-lab.org:/git/plstackapi
2013-09-03 Sapan BhatiaTemporarily disabled deleters
2013-09-03 Sapan BhatiaGarbage collector step
2013-09-03 Sapan BhatiaAbstracted out deleters
2013-09-03 Sapan BhatiaCleaned up event manager code
2013-09-02 Sapan BhatiaWide range of debugging changes
2013-09-02 Sapan BhatiaMerge branch 'master' of git://git.planet-lab.org/plsta...
2013-09-02 Sapan BhatiaFixed import issues
2013-09-02 Sapan BhatiaMerge branch 'syncsteps'
2013-09-02 Sapan BhatiaMerge branch 'master' of git://git.planet-lab.org/plsta...
2013-09-02 Sapan BhatiaMerge branch 'syncsteps' of git://git.planet-lab.org...
2013-09-02 Sapan BhatiaLoad and save run times syncsteps origin/syncsteps
2013-09-02 Sapan BhatiaSchedules for various steps
2013-09-02 Sapan BhatiaClass and object dependencies, schedules
2013-08-27 Sapan BhatiaSync refactored into abstract steps