- 9843673 add ability for services to scale by Scott Baker · 10 years ago
- d84f385 The deletion of dependencies has been moved to model policies by Sapan Bhatia · 10 years ago
- 62d5b63 Reapply model policies when an object is saved by Sapan Bhatia · 10 years ago
- 375aa1e REST API for getting ssh keys by Scott Baker · 10 years ago
- 76934d8 make service_specific_id and service_specific_attribute optional by Scott Baker · 10 years ago
- e7fc9f5 add method to get deleted tenant objects by Scott Baker · 10 years ago
- 6894474 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 10 years ago
- 925a8fa add coarse tenancy support by Scott Baker · 10 years ago
- 859c551 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
- d921e1c clarify exceptions by Scott Baker · 10 years ago
- b261b90 fix wrong method called in SlicePrivilege.save by Scott Baker · 10 years ago
- a0fc1e1 workaround for rest_framework post bug by Scott Baker · 10 years ago
- 008a996 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 10 years ago
- f57e559 fix missing json import, fix misnamed variable by Scott Baker · 10 years ago
- f1b474b some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 10 years ago
- fd42601 import for Tenant model by Scott Baker · 10 years ago
- 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 10 years ago
- 8103d0f start working on Tenant object by Scott Baker · 10 years ago
- b9f96bd make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 10 years ago
- a94b23f don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 10 years ago
- ce36dac Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 10 years ago
- d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 10 years ago
- 31161c9 person.site can no longer be null by Tony Mack · 10 years ago
- c282e3c fix arguments to get_public_ip by Scott Baker · 10 years ago
- d338a38 add get_public_ip method to sliver object by Scott Baker · 10 years ago
- 690447e changes found on portal that weren't checked in by Scott Baker · 10 years ago
- a635cba changes found on portal that weren't checked in by Scott Baker · 10 years ago
- aaa46ed fix typo by Scott Baker · 10 years ago
- f24ca9d fix wrong related_name in slice.service by Scott Baker · 10 years ago
- a4736f5 define composite primary key for models that need them by Tony Mack · 10 years ago
- b0c951c hacking in support for composite primary keys by Tony Mack · 10 years ago
- d84b1ff replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 10 years ago
- 395470b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- 725acd3 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 10 years ago
- 653c983 StripedCharField extends django.db.models.CharField and overrides clean() to automatically strip leading and trailing whitespace character fields. Note: clean() is only called by forms, not by orm. by Tony Mack · 10 years ago
- f812070 service button and view by Scott Baker · 10 years ago
- 0e59183 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
- 0da79c5 fix wrong model name by Scott Baker · 10 years ago
- 89f8a9e rename planetstack directory to xos by Scott Baker · 10 years ago