remove Dashboard Views from user admin
[plstackapi.git] / planetstack / ec2_observer /
2015-01-07 Sapan BhatiaMerge branch 'master' of git://git.planet-lab.org/plsta...
2015-01-06 Scott Bakerconflict resolution
2015-01-06 Tony Mackremoving plural from model names. some cleanup
2014-11-19 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-11-19 Sapan BhatiaRenamed UserDeployment back to UserDeployments
2014-11-19 Sapan BhatiaRenamed SliceDeployment back to SliceDeployments
2014-11-19 Sapan BhatiaRenamed SliceDeployment back to SliceDeployments
2014-11-12 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-11-12 Sapan BhatiaMerge branch 'master' of git://git.planet-lab.org/plsta...
2014-11-12 Sapan BhatiaThis change renamed a number of misnamed related fields...
2014-11-12 Sapan BhatiaRenamed UserDeployments->UserDeployment
2014-11-12 Sapan BhatiaRenamed SliceDeployments --> SliceDeployment
2014-11-12 Sapan BhatiaRenamed SiteDeployments->SiteDeployment
2014-09-25 rootMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-23 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaDropped pyc files
2014-09-22 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaRenamed namespace-polluting file
2014-09-22 John H. HartmanMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-15 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-15 Sapan BhatiaWorkaround for a very annoying issue. For some reason...
2014-09-08 Sapan BhatiaSync users with custom creds
2014-09-08 Sapan BhatiaSync slivers with custom user creds
2014-09-08 Sapan BhatiaRun aws commands with custom credentials
2014-09-08 Sapan BhatiaCalculate creds for a user
2014-09-04 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-03 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-03 Sapan BhatiaBug fix
2014-09-03 Sapan BhatiaBug fixes to parallelization
2014-09-03 Sapan BhatiaReverse dependencies and order for deletions
2014-09-03 Sapan BhatiaSynchronization logic for parallel steps
2014-09-03 Sapan BhatiaUpdated graph routines for new sync
2014-09-03 Sapan BhatiaStep synchronization with locks
2014-09-03 Sapan BhatiaMake event waiting/notification generic
2014-09-02 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-01 Sapan BhatiaAdded generic depth first search for parallel execution
2014-09-02 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-08-25 Sapan BhatiaInitial plumbing for parallel Observer
2014-08-18 Sapan BhatiaMake it easier to disable deletions for debugging.
2014-08-18 Sapan BhatiaTrying to commit an unsaved object with fields set...
2014-08-06 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-08-04 Sapan BhatiaIf an object's peer is not set, it implies no dependenc...
2014-07-23 Sapan BhatiaLog exception when graph cannot be loaded
2014-07-23 Sapan BhatiaFixed tabulations
2014-07-23 Sapan BhatiaMinor bug fixes
2014-07-23 Sapan BhatiaMerge changes to sync steps in OpenStack Observer back...
2014-07-23 Sapan BhatiaExplicitly prevent deletion processing in steps in...
2014-07-23 Sapan BhatiaFixed indentations.
2014-07-23 Sapan BhatiaBug fix
2014-07-23 Sapan BhatiaDeletion
2014-07-23 Sapan BhatiaContinuing removal of delters from EventManager
2014-07-23 Sapan BhatiaDon't load deleters, they don't exist anymore
2014-07-23 Sapan BhatiaLet's not have an outer exception try/catch... it only...
2014-07-23 Sapan BhatiaMore cleanups
2014-07-23 Sapan BhatiaMerged some changes that SCott made to event_manager
2014-07-23 Sapan BhatiaDropped extraneous sync steps in ec2_observer/steps...
2014-07-23 Sapan BhatiaAdded awslib, for interacting with Amazon AWS.
2014-07-23 Sapan BhatiaImported bug fixes
2014-07-23 Sapan BhatiaThis tree was mixed up, with an old version of the...
2014-07-23 Sapan BhatiaAdded ec2 observer, WIP