1. 549f7b1 replace composite_primary_key hack with django's unique together by Tony Mack · 9 years ago
  2. 8103d0f start working on Tenant object by Scott Baker · 9 years ago
  3. af16a3c support for cmi_hostname by Scott Baker · 9 years ago
  4. b9f96bd make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 9 years ago
  5. 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
  6. dae15d8 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  7. 6019f98 fix 'undefined' in page title by Scott Baker · 9 years ago
  8. be79027 Add images and networks to new controllers automatically through the controller model policies. by Sapan Bhatia · 9 years ago
  9. 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
  10. ce36dac Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 9 years ago
  11. 31ebc47 use filtered views in HPC Administration page, more complete jail around the service subset by Scott Baker · 9 years ago
  12. ff3c2d2 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 9 years ago
  13. bab421b abstract out the FilteredAdmin stuff for possible future reuse by Scott Baker · 9 years ago
  14. 6fbc493 add filtered_change_view with altered changelist breadcrumb by Scott Baker · 9 years ago
  15. ba534e7 pass a request argument to add_extra_content by Scott Baker · 9 years ago
  16. 0998bcc support custom_changelist_breadcrumb_url by Scott Baker · 9 years ago
  17. 82f4617 filteredlist url working by Scott Baker · 9 years ago
  18. ed7dcee add select_by_hpcService methods by Scott Baker · 9 years ago
  19. ef3f39a backend_register was listed twice by Scott Baker · 9 years ago
  20. cae2d7d prevent titles from growing by Scott Baker · 9 years ago
  21. 1114ca1 prevent fault when things that aren't strings are displayed in text field by Scott Baker · 9 years ago
  22. e549d27 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  23. 5ccbff4 escape quotes in strings used in HTML forms by Scott Baker · 9 years ago
  24. e5aca39 Fix issue with spaces in objects by Sapan Bhatia · 9 years ago
  25. d9a2c6e set document title when displaying xosAdmin views by Scott Baker · 9 years ago
  26. b722410 make hpcservice a required field of ServiceProvider by Scott Baker · 9 years ago
  27. c59d1cd support for multiple hpcservices by Scott Baker · 9 years ago
  28. b348e41 updated comment by Scott Baker · 9 years ago
  29. e6a3bb6 site_map can be bound to multiple things by Scott Baker · 9 years ago
  30. 9211679 hpc_observer support for multiple HPCs by Scott Baker · 9 years ago
  31. b0318ce add observer_name to config file by Scott Baker · 9 years ago
  32. 3d11440 get HPC Service name from config file by Scott Baker · 9 years ago
  33. 2143054 use self.observer_name for the observer_last_run file also by Scott Baker · 9 years ago
  34. f0db81c observer_name used in timing files (changes copied from portal) by Scott Baker · 9 years ago
  35. 96c03e9 eliminate obsolete code by Scott Baker · 9 years ago
  36. e4944e6 support for multiple HPC services by Scott Baker · 9 years ago
  37. aae95af Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  38. feeb383 rename cmi_url to cmi_hostname by Scott Baker · 9 years ago
  39. d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 9 years ago
  40. 16a8e61 step to purge disabled user records after 1 week by Tony Mack · 9 years ago
  41. 08f8288 log messges are written to /var/log/observer.log by Tony Mack · 9 years ago
  42. 31161c9 person.site can no longer be null by Tony Mack · 9 years ago
  43. e98a133 latest changes to hpc watcher by Scott Baker · 9 years ago
  44. fbb71c7 tools tab for hpc admin by Scott Baker · 9 years ago
  45. 6d1eb3e hpc_watcher use domains from HpcHealthCheck records by Scott Baker · 9 years ago
  46. 8977c96 models for hpc healthcheck by Scott Baker · 9 years ago
  47. 38850f4 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  48. fd0669c Pass SSH keys in userdata by Andy Bavier · 9 years ago
  49. 3a5e997 switch observer log level to debug level by Tony Mack · 9 years ago
  50. aba043f dont forget to specify file name by Tony Mack · 9 years ago
  51. c1e4e94 create logger for observer by Tony Mack · 9 years ago
  52. 42f80bc check hpc heartbeat by Scott Baker · 9 years ago
  53. 062e3d1 add hpc status to view by Scott Baker · 9 years ago
  54. 40ca836 HPC status dashboard by Scott Baker · 9 years ago
  55. 2e3d9b4 tolerate old and new service related_name by Scott Baker · 9 years ago
  56. c0743de fix model.enacted --> model.attributes.enacted by Scott Baker · 9 years ago
  57. 9b01da3 hpcview for hpc monitoring by Scott Baker · 9 years ago
  58. c282e3c fix arguments to get_public_ip by Scott Baker · 9 years ago
  59. d338a38 add get_public_ip method to sliver object by Scott Baker · 9 years ago
  60. 35da767 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  61. 43e9f2c hpc watcher tool by Scott Baker · 9 years ago
  62. 84ed9d6 Fix implemented in a debugging session with Marc Fiuczynski by Sapan Bhatia · 9 years ago
  63. ca4939b Redid the pretend mode patch. by Sapan Bhatia · 9 years ago
  64. c269d06 Revert "Pretend mode for the Observer. With this option set, the Ansible recipes for operations are generated, but not executed." by Sapan Bhatia · 9 years ago
  65. be8ddc8 Pretend mode for the Observer. With this option set, the Ansible recipes for operations are generated, but not executed. by Sapan Bhatia · 9 years ago
  66. c3f9170 Run Django in foreground when container starts by Andy Bavier · 9 years ago
  67. dfcc6e0 Workaround for AUFS issue by Andy Bavier · 9 years ago
  68. 7e3b78c expose cdnPrefix in SiteMap by Scott Baker · 9 years ago
  69. 8f91061 data model changes for cmi_url in HpcService and support for multiple HPC services by Scott Baker · 9 years ago
  70. e0a410b fix map update fault due to incorrect field name, fix bind not detecting already-bound prefixes by Scott Baker · 9 years ago
  71. 5ef2f19 add config file option to disable fofum by Scott Baker · 9 years ago
  72. 81351a8 automatically create the symlink by Scott Baker · 9 years ago
  73. 690447e changes found on portal that weren't checked in by Scott Baker · 9 years ago
  74. a635cba changes found on portal that weren't checked in by Scott Baker · 9 years ago
  75. aaa46ed fix typo by Scott Baker · 9 years ago
  76. 79cb657 fix comment by Scott Baker · 9 years ago
  77. 9468e09 remove debugging code by Scott Baker · 9 years ago
  78. ff229db return Server Error responses for errors by Scott Baker · 9 years ago
  79. b3ac634 fix fault if no slices attached to services by Scott Baker · 9 years ago
  80. 4961683 more debugging info by Scott Baker · 9 years ago
  81. c9e1862 show in log whether working on deletion or regular steps by Scott Baker · 9 years ago
  82. 6861c1f add restapi_hostname and restapi_port to default userdata; check in changes to delete found on portal by Scott Baker · 9 years ago
  83. 3b47324 set backend_status properly in hpc_observer by Scott Baker · 9 years ago
  84. d0c1e6d hpc_observer support for map sync by Scott Baker · 9 years ago
  85. f24ca9d fix wrong related_name in slice.service by Scott Baker · 9 years ago
  86. 0ae90d1 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  87. 42e2906 hpc_config view for cdn autoconfiguration by Scott Baker · 9 years ago
  88. a4736f5 define composite primary key for models that need them by Tony Mack · 9 years ago
  89. b0c951c hacking in support for composite primary keys by Tony Mack · 9 years ago
  90. 0e439b1 add RESTAPI_PORT and RESTAPI_HOSTNAME to settings module by Scott Baker · 9 years ago
  91. d84b1ff replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 9 years ago
  92. 4fd314e fix exception while trying to throw DependencyFailed because peer_object has no pk by Scott Baker · 9 years ago
  93. f5d38a8 trailing slashes for the API endpoints by Scott Baker · 9 years ago
  94. 089c640 add controller_slice to xoslib by Scott Baker · 9 years ago
  95. 395470b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  96. 725acd3 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 9 years ago
  97. 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 · 9 years ago
  98. 47944b3 Fixed dependency issues in deletions. Resolves #8. by Sapan Bhatia · 9 years ago
  99. 154f73c site map sync, WIP by Scott Baker · 9 years ago
  100. efb5d94 HPC observer, WIP by Scott Baker · 9 years ago