Filter out slivers not associated with a deployment
[plstackapi.git] / planetstack / core / models /
2014-10-22 Sapan BhatiaFilter out slivers not associated with a deployment
2014-10-09 Scott Bakerfix keyerror in plcorebase.delete
2014-10-09 Scott Bakerobserver_disabled was not being imported into core...
2014-10-09 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-10-08 Tony Mackadded openstack dependencies for the observer
2014-10-08 Sapan BhatiaFor backend-specific observers, filter out deployments...
2014-10-07 Scott Bakerre-did the fine grained permission checking stuff again
2014-10-03 Scott Bakeradd default select_by_user to plcorebase, hunt down...
2014-10-03 Scott Bakeradd support for fine-grained field permissions for...
2014-10-03 Scott Bakerraise PermissionDenied if someone tries to save an...
2014-09-30 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-29 Tony Mackadded availability_zone field to Deployment model
2014-09-26 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-25 rootMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-24 Tony Mackallow only enforce login base prefix on new slices
2014-09-24 Tony Mackset sliver name in save()
2014-09-24 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-24 Scott Bakeralso allow 'silent' to be set as an instance variable
2014-09-24 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-24 Sapan BhatiaFixed a typo
2014-09-23 Scott Bakeradd silent kwarg to delete() and save()
2014-09-23 Sapan BhatiaDeploymentRole is not linked to deployments
2014-09-23 Sapan BhatiaDon't use config backend type if it's not set
2014-09-23 Sapan BhatiaDisable deployment filtering if the backend_type config...
2014-09-23 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaMissing import
2014-09-22 Sapan BhatiaWe can only import site.py after slice.py, because...
2014-09-22 Sapan BhatiaTypo .site<-.deployment
2014-09-22 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaRe-added imports to __init__.py
2014-09-22 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaCompanion to renaming core/models/planetstack
2014-09-22 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-22 Sapan BhatiaAdded config import back
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-22 Sapan BhatiaDeployment filtering for UserDeployment objects
2014-09-22 Sapan BhatiaDeployment filtering for deployment images
2014-09-22 Sapan BhatiaDeployment filtering for deployment credentials
2014-09-22 Sapan BhatiaDeployment filtering for SliceDeployment objects
2014-09-22 Sapan BhatiaDeployment filtering for SiteDeployment objects
2014-09-22 Sapan BhatiaDeployment filtering for Deployment Privilege objects
2014-09-22 Sapan BhatiaDeployment filtering for deployment role objects
2014-09-22 Sapan BhatiaDeployment filtering for deployment objects
2014-09-22 Sapan BhatiaDeployment filtering for NetworkDeployment objects
2014-09-19 Sapan BhatiaDeploymentLinkDeletionManager for filtering deployment...
2014-09-19 Sapan BhatiaDeploymentDeletionManager for filtering deleted deployments
2014-09-19 Sapan BhatiaDeploymentLinkManager, for filtering deployment-linked...
2014-09-19 Sapan BhatiaDeployment manager for filtering deployments based...
2014-09-18 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-18 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-18 Scott Bakerswitch from naive timestamps to timezone-aware timestamps
2014-09-18 Sapan BhatiaAdded backend_type field to migrations
2014-09-15 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-12 Scott Bakerclean up some deprecation warnings in django 1.7
2014-09-12 Scott Bakerset default for omf_friendly, move get_default_servicec...
2014-09-12 Scott Bakerevaluate default for plcorebase.created and plcorebase...
2014-09-10 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-08 Sapan BhatiaAdd credentials module to core list
2014-09-08 Sapan BhatiaAdded credentials models for User, Slice and Site objects
2014-09-08 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-05 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-04 Sapan BhatiaBug: Models should import model_policy, not model_policies
2014-09-04 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-03 Sapan BhatiaAdd policies feature to user objects
2014-09-03 Tony Mackraise validation error if slice name prefix is incorrect
2014-09-03 Sapan BhatiaInclude model policies
2014-09-03 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-03 Scott Bakerremove debug code
2014-09-03 Scott Bakerreplace sliver.numberCores with sliver.Flavor, add...
2014-09-02 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-02 Scott Bakerflavor data model objects and admin
2014-09-02 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-02 Sapan BhatiaMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-09-01 Sapan BhatiaAdded missing import for Deployment
2014-09-01 Sapan BhatiaAdded DeploymentCredential to set of supported credentials
2014-08-29 Scott BakerHTTP_ORIGIN wasn't working on Firefox, changed it to...
2014-08-29 Scott Bakermerge Amisha changes
2014-08-20 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-08-20 Tony Mackpis can view slices at their sites
2014-08-20 Tony Mackpis can update slice objects
2014-08-20 Tony Mackpis can update slice objects
2014-08-15 Scott Bakerhelper code for getting a list of IP addresses from...
2014-08-15 Scott Bakerpunch through portfwd; fix not all ports used in sync_n...
2014-08-13 Scott Bakeradd select_by_user for NetworkTemplate
2014-08-12 Scott BakerMerge branch 'master' of ssh://git.planet-lab.org/git...
2014-08-11 Tony Mackadd slicename prop
2014-07-23 Sapan BhatiaDjango's delete method does not accept unknown keywords
2014-07-23 Sapan BhatiaFixed a typo
2014-07-23 Sapan BhatiaImplement new mark/purge deletion for User Model
2014-07-23 Sapan BhatiaDefault to purging on delete if the Observer cannot...
2014-07-23 Sapan BhatiaMove queries for deleted objects into a new manager
2014-07-23 Sapan BhatiaPurge operation.
2014-07-23 Sapan BhatiaNew version of delete, which marks as delete instead...
2014-07-23 Sapan BhatiaAdded deletion check as a default filter of the User...
2014-07-23 Sapan BhatiaMake the deletion check a default filter on the base...
2014-07-23 Sapan BhatiaThis change makes a 'deletion check' a default filter...
2014-07-23 Sapan BhatiaAdded a 'deleted' field to all models. Specifically to:
next