1. a6515c4 Remove broken pip install by Andy Bavier · 9 years ago
  2. 9faf51b increment release number by Scott Baker · 9 years ago
  3. 5485d6e remove debugging code by Scott Baker · 9 years ago
  4. d921e1c clarify exceptions by Scott Baker · 9 years ago
  5. 9fa69b5 exception for missing key by Scott Baker · 9 years ago
  6. 2e16d2d move the exceptions out of apibase.py; add new exceptions for DuplicateKey, missingKey, etc by Scott Baker · 9 years ago
  7. 5c7eb76 return 400 error response if django validation error raised inside API by Scott Baker · 9 years ago
  8. e744c7b separate vlan_id from service_specific_id by Scott Baker · 9 years ago
  9. 557aada default provider_service for volt tenant by Scott Baker · 9 years ago
  10. 40aba75 sample scripts for doing REST API on vOLT tenants by Scott Baker · 9 years ago
  11. 297c138 vbng-related fields by Scott Baker · 9 years ago
  12. 697fb0b models for VBNG; cache linked models; set caller by Scott Baker · 9 years ago
  13. 895aa97 add disableAdd option by Scott Baker · 9 years ago
  14. ecccbc6 custom CORD form by Scott Baker · 9 years ago
  15. b261b90 fix wrong method called in SlicePrivilege.save by Scott Baker · 9 years ago
  16. cfac55f Merge branch 'fixes' by Andy Bavier · 9 years ago
  17. 87e7a92 Account for change in playbook by Andy Bavier · 9 years ago
  18. 91308a1 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  19. 3bbcf4f more fields in CordSubscriber by Scott Baker · 9 years ago
  20. 808a15f redo cordsubscriber fields using passthrough by Scott Baker · 9 years ago
  21. a0fc1e1 workaround for rest_framework post bug by Scott Baker · 9 years ago
  22. 0bcbb96 add more virtual fields to VCPETenant by Scott Baker · 9 years ago
  23. 03d2560 Fix problems with generated user data by Andy Bavier · 9 years ago
  24. 484d975 Fix problems with generated user data by Andy Bavier · 9 years ago
  25. b0cfe52 cord subscriber view, wip by Scott Baker · 9 years ago
  26. 39b0d89 add VOLT Tenant and Service, redo services as Proxy objects by Scott Baker · 9 years ago
  27. 7c3e0fe Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  28. 008a996 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 9 years ago
  29. 4d87155 Missing imports in model policies. by Sapan Bhatia · 9 years ago
  30. 16f9736 Missing imports in model policies. by Sapan Bhatia · 9 years ago
  31. a35c2f1 Fixed typo, set default value of pretend to false by Sapan Bhatia · 9 years ago
  32. b58e2ac Read xos_dir out of config file by Sapan Bhatia · 9 years ago
  33. 7858921 Fixed typo, set default value of pretend to false by Sapan Bhatia · 9 years ago
  34. 5155c5a Read xos_dir out of config file by Sapan Bhatia · 9 years ago
  35. a631319 Fix missing import in ansible.py by Sapan Bhatia · 9 years ago
  36. 6fc3304 Added missing import. Fixes #67. by Sapan Bhatia · 9 years ago
  37. 1b24161 cord, WIP by Scott Baker · 9 years ago
  38. f57e559 fix missing json import, fix misnamed variable by Scott Baker · 9 years ago
  39. 2aea036 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 9 years ago
  40. 7668e48 protect against crashes in ns.save() by Scott Baker · 9 years ago
  41. b111b27 contant dnsdemux on host ip as necessary by Scott Baker · 9 years ago
  42. f1b474b some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 9 years ago
  43. fd42601 import for Tenant model by Scott Baker · 9 years ago
  44. 4f27685 return private and nat addresses by Scott Baker · 9 years ago
  45. 1cb2473 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  46. bb7da5f tool to generate an ansible hosts file from REST API by Scott Baker · 9 years ago
  47. 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 9 years ago
  48. 8103d0f start working on Tenant object by Scott Baker · 9 years ago
  49. af16a3c support for cmi_hostname by Scott Baker · 9 years ago
  50. b9f96bd make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 9 years ago
  51. a94b23f don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 9 years ago
  52. dae15d8 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  53. 6019f98 fix 'undefined' in page title by Scott Baker · 9 years ago
  54. be79027 Add images and networks to new controllers automatically through the controller model policies. by Sapan Bhatia · 9 years ago
  55. e78215a Prevent Observers other than the Core Observer from running model policies. This resolves the duplicate object issue, which would cause multiple dependent objects such as ControllerNetwork objects to be created automatically. Solves #65. by Sapan Bhatia · 9 years ago
  56. ce36dac Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 9 years ago
  57. 31ebc47 use filtered views in HPC Administration page, more complete jail around the service subset by Scott Baker · 9 years ago
  58. ff3c2d2 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 9 years ago
  59. bab421b abstract out the FilteredAdmin stuff for possible future reuse by Scott Baker · 9 years ago
  60. 6fbc493 add filtered_change_view with altered changelist breadcrumb by Scott Baker · 9 years ago
  61. ba534e7 pass a request argument to add_extra_content by Scott Baker · 9 years ago
  62. 0998bcc support custom_changelist_breadcrumb_url by Scott Baker · 9 years ago
  63. 82f4617 filteredlist url working by Scott Baker · 9 years ago
  64. ed7dcee add select_by_hpcService methods by Scott Baker · 9 years ago
  65. ef3f39a backend_register was listed twice by Scott Baker · 9 years ago
  66. cae2d7d prevent titles from growing by Scott Baker · 9 years ago
  67. 1114ca1 prevent fault when things that aren't strings are displayed in text field by Scott Baker · 9 years ago
  68. e549d27 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  69. 5ccbff4 escape quotes in strings used in HTML forms by Scott Baker · 9 years ago
  70. e5aca39 Fix issue with spaces in objects by Sapan Bhatia · 9 years ago
  71. d9a2c6e set document title when displaying xosAdmin views by Scott Baker · 9 years ago
  72. b722410 make hpcservice a required field of ServiceProvider by Scott Baker · 9 years ago
  73. c59d1cd support for multiple hpcservices by Scott Baker · 9 years ago
  74. b348e41 updated comment by Scott Baker · 9 years ago
  75. e6a3bb6 site_map can be bound to multiple things by Scott Baker · 9 years ago
  76. 9211679 hpc_observer support for multiple HPCs by Scott Baker · 9 years ago
  77. b0318ce add observer_name to config file by Scott Baker · 9 years ago
  78. 3d11440 get HPC Service name from config file by Scott Baker · 9 years ago
  79. 2143054 use self.observer_name for the observer_last_run file also by Scott Baker · 9 years ago
  80. f0db81c observer_name used in timing files (changes copied from portal) by Scott Baker · 9 years ago
  81. 96c03e9 eliminate obsolete code by Scott Baker · 9 years ago
  82. e4944e6 support for multiple HPC services by Scott Baker · 9 years ago
  83. aae95af Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  84. feeb383 rename cmi_url to cmi_hostname by Scott Baker · 9 years ago
  85. d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 9 years ago
  86. 16a8e61 step to purge disabled user records after 1 week by Tony Mack · 9 years ago
  87. 08f8288 log messges are written to /var/log/observer.log by Tony Mack · 9 years ago
  88. 31161c9 person.site can no longer be null by Tony Mack · 9 years ago
  89. e98a133 latest changes to hpc watcher by Scott Baker · 9 years ago
  90. fbb71c7 tools tab for hpc admin by Scott Baker · 9 years ago
  91. 6d1eb3e hpc_watcher use domains from HpcHealthCheck records by Scott Baker · 9 years ago
  92. 8977c96 models for hpc healthcheck by Scott Baker · 9 years ago
  93. 38850f4 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  94. fd0669c Pass SSH keys in userdata by Andy Bavier · 9 years ago
  95. 3a5e997 switch observer log level to debug level by Tony Mack · 9 years ago
  96. aba043f dont forget to specify file name by Tony Mack · 9 years ago
  97. c1e4e94 create logger for observer by Tony Mack · 9 years ago
  98. 42f80bc check hpc heartbeat by Scott Baker · 9 years ago
  99. 062e3d1 add hpc status to view by Scott Baker · 9 years ago
  100. 40ca836 HPC status dashboard by Scott Baker · 9 years ago