1. 0e8ee18 make routeable_subnet a non-required field of CordSubscriber by Scott Baker · 10 years ago
  2. 47605c8 fix cdn_enable showing wrong state; make textareas bigger by Scott Baker · 10 years ago
  3. 1b7c6f1 make service_specific_id and service_specific_attribute optional by Scott Baker · 10 years ago
  4. eb50ee3 add method to get deleted tenant objects by Scott Baker · 10 years ago
  5. fa8a40d add public_key field to ServiceAdmin by Scott Baker · 10 years ago
  6. b000601 dnsredir config age wasn't being displayed by Scott Baker · 10 years ago
  7. 5b04461 add service.public_key; make sync_slivers get image id from ControllerImage object by Scott Baker · 10 years ago
  8. 0b04cf0 icon for service graph by Scott Baker · 10 years ago
  9. b58973a Implement service graph; add service graph to service grid; add add-service to service grid by Scott Baker · 10 years ago
  10. b98f991 config.run monitoring by Scott Baker · 10 years ago
  11. ef58a84 add coarse tenancy support by Scott Baker · 10 years ago
  12. 66695c8 add nameserver checking, add warnings section to view, show host ip if dedicated-public is not used by Scott Baker · 10 years ago
  13. e6bca52 display host ips for slivers that don't have dedicated public ip by Scott Baker · 10 years ago
  14. 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 · 10 years ago
  15. 8d29e6b support REST query by service_specific_id and vlan_id by Scott Baker · 10 years ago
  16. a2f9ecc fix default for provider_service by Scott Baker · 10 years ago
  17. 286ca5d VOLT REST API tenant by Scott Baker · 10 years ago
  18. f717828 remove debugging code by Scott Baker · 10 years ago
  19. 7f8ef8f clarify exceptions by Scott Baker · 10 years ago
  20. 679f702 separate vlan_id from service_specific_id by Scott Baker · 10 years ago
  21. b9944cc vbng-related fields by Scott Baker · 10 years ago
  22. 6d36189 add disableAdd option by Scott Baker · 10 years ago
  23. 06b6dee custom CORD form by Scott Baker · 10 years ago
  24. 77fc173 fix wrong method called in SlicePrivilege.save by Scott Baker · 10 years ago
  25. db56967 more fields in CordSubscriber by Scott Baker · 10 years ago
  26. c6b2538 redo cordsubscriber fields using passthrough by Scott Baker · 10 years ago
  27. 2a2ffb7 workaround for rest_framework post bug by Scott Baker · 10 years ago
  28. 75210d3 cord subscriber view, wip by Scott Baker · 10 years ago
  29. 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 10 years ago
  30. 7211f5b fix missing json import, fix misnamed variable by Scott Baker · 10 years ago
  31. 88ac9d6 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 10 years ago
  32. b3c363e some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 10 years ago
  33. 25f3cbf import for Tenant model by Scott Baker · 10 years ago
  34. b95b680 return private and nat addresses by Scott Baker · 10 years ago
  35. 5d93a9e replace composite_primary_key hack with django's unique together by Tony Mack · 10 years ago
  36. 91e8588 start working on Tenant object by Scott Baker · 10 years ago
  37. e012b91 support for cmi_hostname by Scott Baker · 10 years ago
  38. a8892c1 make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 10 years ago
  39. 6a3a285 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
  40. 57aedfc Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  41. bcc05d4 fix 'undefined' in page title by Scott Baker · 10 years ago
  42. 57a8c68 Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 10 years ago
  43. fbe0f65 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 10 years ago
  44. a8ef274 pass a request argument to add_extra_content by Scott Baker · 10 years ago
  45. f85c009 support custom_changelist_breadcrumb_url by Scott Baker · 10 years ago
  46. 81d1c24 backend_register was listed twice by Scott Baker · 10 years ago
  47. 32d0c55 prevent titles from growing by Scott Baker · 10 years ago
  48. 2b9583e prevent fault when things that aren't strings are displayed in text field by Scott Baker · 10 years ago
  49. b80951f escape quotes in strings used in HTML forms by Scott Baker · 10 years ago
  50. 17421f9 set document title when displaying xosAdmin views by Scott Baker · 10 years ago
  51. 5ee95fd support for multiple HPC services by Scott Baker · 10 years ago
  52. a6928d6 prevent disabled users from getting site, slice permissions by Tony Mack · 10 years ago
  53. e7a6dc1 person.site can no longer be null by Tony Mack · 10 years ago
  54. 4c11693 latest changes to hpc watcher by Scott Baker · 10 years ago
  55. 81b16ad add hpc status to view by Scott Baker · 10 years ago
  56. 750a285 HPC status dashboard by Scott Baker · 10 years ago
  57. 241531d fix model.enacted --> model.attributes.enacted by Scott Baker · 10 years ago
  58. 3c65e7a hpcview for hpc monitoring by Scott Baker · 10 years ago
  59. 7d7d8cd fix arguments to get_public_ip by Scott Baker · 10 years ago
  60. f8ec83d add get_public_ip method to sliver object by Scott Baker · 10 years ago
  61. 206e75b changes found on portal that weren't checked in by Scott Baker · 10 years ago
  62. 2bc1023 changes found on portal that weren't checked in by Scott Baker · 10 years ago
  63. fe1c42d fix typo by Scott Baker · 10 years ago
  64. 7eac7b8 fix comment by Scott Baker · 10 years ago
  65. b9fcf1e remove debugging code by Scott Baker · 10 years ago
  66. e3e93d3 return Server Error responses for errors by Scott Baker · 10 years ago
  67. b72e51f fix fault if no slices attached to services by Scott Baker · 10 years ago
  68. fb530d8 fix wrong related_name in slice.service by Scott Baker · 10 years ago
  69. 946efd3 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  70. 77c327c hpc_config view for cdn autoconfiguration by Scott Baker · 10 years ago
  71. c8836df define composite primary key for models that need them by Tony Mack · 10 years ago
  72. 50e1221 replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 10 years ago
  73. 1e07de8 trailing slashes for the API endpoints by Scott Baker · 10 years ago
  74. 69e4cbd add controller_slice to xoslib by Scott Baker · 10 years ago
  75. cffaa4f Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  76. 62e3d29 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 10 years ago
  77. 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 · 10 years ago
  78. 3a8aed6 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 10 years ago
  79. fbe38ee for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 10 years ago
  80. a9b8f61 solve the admin tab issue in a more generic way by Scott Baker · 10 years ago
  81. a3cd261 service button and view by Scott Baker · 10 years ago
  82. 0bf8c24 eliminate old debugging code by Scott Baker · 10 years ago
  83. e60b5d6 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  84. 582aec9 fix networkslives_set -> networkslivers, don't fail if spaces in hostname by Scott Baker · 10 years ago
  85. c2a0d31 In the node inline tab on the site page filter site deployments by site by Tony Mack · 10 years ago
  86. ae9ce3d Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 10 years ago
  87. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
  88. 1b8975c Sliver inline only show deployments that have nodes by Tony Mack · 10 years ago
  89. d9d50b4 add controllernetwork to xoslib by Scott Baker · 10 years ago
  90. 7d85a03 fix wrong model name by Scott Baker · 10 years ago
  91. 43f4c85 add controller_images to xoslib by Scott Baker · 10 years ago
  92. ef20dd5 rename planetstack directory to xos by Scott Baker · 10 years ago