1. b6043c2 add quick-profile to user admin by Scott Baker · 11 years ago
  2. 034232d add is_appuser field to user model by Scott Baker · 11 years ago
  3. 9b3457f Merge pull request #85 from open-cloud/service_permissions by tmack-pl · 11 years ago
  4. c1ec8bc import ServicePrivilege by Tony Mack · 11 years ago
  5. 02683de fix TypeError by Tony Mack · 11 years ago
  6. 2ec862b fix syntax error by Tony Mack · 11 years ago
  7. 30d993f Merge branch 'master' of github.com:open-cloud/xos by Sapan Bhatia · 11 years ago
  8. 52ba542 Set 'controller' helper property of Sliver object for dependency resolution by Sapan Bhatia · 11 years ago
  9. ae9be86 resolve merge conflict by Tony Mack · 11 years ago
  10. 2575722 add ability for services to scale by Scott Baker · 11 years ago
  11. 50de6be The deletion of dependencies has been moved to model policies by Sapan Bhatia · 11 years ago
  12. f50d047 Reapply model policies when an object is saved by Sapan Bhatia · 11 years ago
  13. a115c1e REST API for getting ssh keys by Scott Baker · 11 years ago
  14. 1b7c6f1 make service_specific_id and service_specific_attribute optional by Scott Baker · 11 years ago
  15. 579df9f merge by Tony Mack · 11 years ago
  16. eb50ee3 add method to get deleted tenant objects by Scott Baker · 11 years ago
  17. 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 11 years ago
  18. 950b449 add service permissions by Tony Mack · 11 years ago
  19. ef58a84 add coarse tenancy support by Scott Baker · 11 years ago
  20. e09fb98 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 · 11 years ago
  21. 7f8ef8f clarify exceptions by Scott Baker · 11 years ago
  22. 77fc173 fix wrong method called in SlicePrivilege.save by Scott Baker · 11 years ago
  23. 2a2ffb7 workaround for rest_framework post bug by Scott Baker · 11 years ago
  24. 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 11 years ago
  25. 7211f5b fix missing json import, fix misnamed variable by Scott Baker · 11 years ago
  26. b3c363e some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 11 years ago
  27. 25f3cbf import for Tenant model by Scott Baker · 11 years ago
  28. 5d93a9e replace composite_primary_key hack with django's unique together by Tony Mack · 11 years ago
  29. 91e8588 start working on Tenant object by Scott Baker · 11 years ago
  30. a8892c1 make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 11 years ago
  31. 6a3a285 don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 11 years ago
  32. 57a8c68 Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 11 years ago
  33. a6928d6 prevent disabled users from getting site, slice permissions by Tony Mack · 11 years ago
  34. e7a6dc1 person.site can no longer be null by Tony Mack · 11 years ago
  35. 7d7d8cd fix arguments to get_public_ip by Scott Baker · 11 years ago
  36. f8ec83d add get_public_ip method to sliver object by Scott Baker · 11 years ago
  37. 206e75b changes found on portal that weren't checked in by Scott Baker · 11 years ago
  38. 2bc1023 changes found on portal that weren't checked in by Scott Baker · 11 years ago
  39. fe1c42d fix typo by Scott Baker · 11 years ago
  40. fb530d8 fix wrong related_name in slice.service by Scott Baker · 11 years ago
  41. c8836df define composite primary key for models that need them by Tony Mack · 11 years ago
  42. a817460 hacking in support for composite primary keys by Tony Mack · 11 years ago
  43. 50e1221 replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 11 years ago
  44. cffaa4f Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 11 years ago
  45. 62e3d29 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 11 years ago
  46. 257d5912 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 · 11 years ago
  47. a3cd261 service button and view by Scott Baker · 11 years ago
  48. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 11 years ago
  49. 7d85a03 fix wrong model name by Scott Baker · 11 years ago
  50. ef20dd5 rename planetstack directory to xos by Scott Baker · 11 years ago