1. 9843673 add ability for services to scale by Scott Baker · 10 years ago
  2. d84f385 The deletion of dependencies has been moved to model policies by Sapan Bhatia · 10 years ago
  3. 62d5b63 Reapply model policies when an object is saved by Sapan Bhatia · 10 years ago
  4. 375aa1e REST API for getting ssh keys by Scott Baker · 10 years ago
  5. 76934d8 make service_specific_id and service_specific_attribute optional by Scott Baker · 10 years ago
  6. e7fc9f5 add method to get deleted tenant objects by Scott Baker · 10 years ago
  7. 6894474 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 10 years ago
  8. 925a8fa add coarse tenancy support by Scott Baker · 10 years ago
  9. 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
  10. d921e1c clarify exceptions by Scott Baker · 10 years ago
  11. b261b90 fix wrong method called in SlicePrivilege.save by Scott Baker · 10 years ago
  12. a0fc1e1 workaround for rest_framework post bug by Scott Baker · 10 years ago
  13. 008a996 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 10 years ago
  14. f57e559 fix missing json import, fix misnamed variable by Scott Baker · 10 years ago
  15. f1b474b some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 10 years ago
  16. fd42601 import for Tenant model by Scott Baker · 10 years ago
  17. 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 10 years ago
  18. 8103d0f start working on Tenant object by Scott Baker · 10 years ago
  19. b9f96bd make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 10 years ago
  20. 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
  21. ce36dac Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 10 years ago
  22. d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 10 years ago
  23. 31161c9 person.site can no longer be null by Tony Mack · 10 years ago
  24. c282e3c fix arguments to get_public_ip by Scott Baker · 10 years ago
  25. d338a38 add get_public_ip method to sliver object by Scott Baker · 10 years ago
  26. 690447e changes found on portal that weren't checked in by Scott Baker · 10 years ago
  27. a635cba changes found on portal that weren't checked in by Scott Baker · 10 years ago
  28. aaa46ed fix typo by Scott Baker · 10 years ago
  29. f24ca9d fix wrong related_name in slice.service by Scott Baker · 10 years ago
  30. a4736f5 define composite primary key for models that need them by Tony Mack · 10 years ago
  31. b0c951c hacking in support for composite primary keys by Tony Mack · 10 years ago
  32. d84b1ff replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 10 years ago
  33. 395470b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  34. 725acd3 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 10 years ago
  35. 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
  36. f812070 service button and view by Scott Baker · 10 years ago
  37. 0e59183 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
  38. 0da79c5 fix wrong model name by Scott Baker · 10 years ago
  39. 89f8a9e rename planetstack directory to xos by Scott Baker · 10 years ago