1. d43be4c prevent disabled users from getting site, slice permissions by Tony Mack · 9 years ago
  2. 16a8e61 step to purge disabled user records after 1 week by Tony Mack · 9 years ago
  3. 08f8288 log messges are written to /var/log/observer.log by Tony Mack · 9 years ago
  4. 31161c9 person.site can no longer be null by Tony Mack · 9 years ago
  5. e98a133 latest changes to hpc watcher by Scott Baker · 9 years ago
  6. fbb71c7 tools tab for hpc admin by Scott Baker · 9 years ago
  7. 6d1eb3e hpc_watcher use domains from HpcHealthCheck records by Scott Baker · 9 years ago
  8. 8977c96 models for hpc healthcheck by Scott Baker · 9 years ago
  9. 38850f4 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  10. fd0669c Pass SSH keys in userdata by Andy Bavier · 9 years ago
  11. 3a5e997 switch observer log level to debug level by Tony Mack · 9 years ago
  12. aba043f dont forget to specify file name by Tony Mack · 9 years ago
  13. c1e4e94 create logger for observer by Tony Mack · 9 years ago
  14. 42f80bc check hpc heartbeat by Scott Baker · 9 years ago
  15. 062e3d1 add hpc status to view by Scott Baker · 9 years ago
  16. 40ca836 HPC status dashboard by Scott Baker · 9 years ago
  17. 2e3d9b4 tolerate old and new service related_name by Scott Baker · 9 years ago
  18. c0743de fix model.enacted --> model.attributes.enacted by Scott Baker · 9 years ago
  19. 9b01da3 hpcview for hpc monitoring by Scott Baker · 9 years ago
  20. c282e3c fix arguments to get_public_ip by Scott Baker · 9 years ago
  21. d338a38 add get_public_ip method to sliver object by Scott Baker · 9 years ago
  22. 35da767 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  23. 43e9f2c hpc watcher tool by Scott Baker · 9 years ago
  24. 84ed9d6 Fix implemented in a debugging session with Marc Fiuczynski by Sapan Bhatia · 9 years ago
  25. ca4939b Redid the pretend mode patch. by Sapan Bhatia · 9 years ago
  26. 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
  27. 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
  28. c3f9170 Run Django in foreground when container starts by Andy Bavier · 9 years ago
  29. dfcc6e0 Workaround for AUFS issue by Andy Bavier · 9 years ago
  30. 7e3b78c expose cdnPrefix in SiteMap by Scott Baker · 9 years ago
  31. 8f91061 data model changes for cmi_url in HpcService and support for multiple HPC services by Scott Baker · 9 years ago
  32. e0a410b fix map update fault due to incorrect field name, fix bind not detecting already-bound prefixes by Scott Baker · 9 years ago
  33. 5ef2f19 add config file option to disable fofum by Scott Baker · 9 years ago
  34. 81351a8 automatically create the symlink by Scott Baker · 9 years ago
  35. 690447e changes found on portal that weren't checked in by Scott Baker · 9 years ago
  36. a635cba changes found on portal that weren't checked in by Scott Baker · 9 years ago
  37. aaa46ed fix typo by Scott Baker · 9 years ago
  38. 79cb657 fix comment by Scott Baker · 9 years ago
  39. 9468e09 remove debugging code by Scott Baker · 9 years ago
  40. ff229db return Server Error responses for errors by Scott Baker · 9 years ago
  41. b3ac634 fix fault if no slices attached to services by Scott Baker · 9 years ago
  42. 4961683 more debugging info by Scott Baker · 9 years ago
  43. c9e1862 show in log whether working on deletion or regular steps by Scott Baker · 9 years ago
  44. 6861c1f add restapi_hostname and restapi_port to default userdata; check in changes to delete found on portal by Scott Baker · 9 years ago
  45. 3b47324 set backend_status properly in hpc_observer by Scott Baker · 9 years ago
  46. d0c1e6d hpc_observer support for map sync by Scott Baker · 9 years ago
  47. f24ca9d fix wrong related_name in slice.service by Scott Baker · 9 years ago
  48. 0ae90d1 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  49. 42e2906 hpc_config view for cdn autoconfiguration by Scott Baker · 9 years ago
  50. a4736f5 define composite primary key for models that need them by Tony Mack · 9 years ago
  51. b0c951c hacking in support for composite primary keys by Tony Mack · 9 years ago
  52. 0e439b1 add RESTAPI_PORT and RESTAPI_HOSTNAME to settings module by Scott Baker · 9 years ago
  53. d84b1ff replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 9 years ago
  54. 4fd314e fix exception while trying to throw DependencyFailed because peer_object has no pk by Scott Baker · 9 years ago
  55. f5d38a8 trailing slashes for the API endpoints by Scott Baker · 9 years ago
  56. 089c640 add controller_slice to xoslib by Scott Baker · 9 years ago
  57. 395470b Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  58. 725acd3 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 9 years ago
  59. 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
  60. 47944b3 Fixed dependency issues in deletions. Resolves #8. by Sapan Bhatia · 9 years ago
  61. 154f73c site map sync, WIP by Scott Baker · 9 years ago
  62. efb5d94 HPC observer, WIP by Scott Baker · 9 years ago
  63. a8aadf7 fix db name and password by Scott Baker · 9 years ago
  64. 423123a autogenerated model-deps for HPC observer by Scott Baker · 9 years ago
  65. cfc50a9 step for syncing site maps by Scott Baker · 9 years ago
  66. 1462e6c make maps subclassed from plcorebase, add cdnPrefix to maps, prevent map from being bound to multiple things by Scott Baker · 9 years ago
  67. a9412c3 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 9 years ago
  68. 229a13a do the same for RR and Syndicate by Scott Baker · 9 years ago
  69. c481b32 for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 9 years ago
  70. 7a056af solve the admin tab issue in a more generic way by Scott Baker · 9 years ago
  71. 19e76cf syndicate admin tab by Scott Baker · 9 years ago
  72. fc675ba admin tab for RR by Scott Baker · 9 years ago
  73. f812070 service button and view by Scott Baker · 9 years ago
  74. 8642fa8 HPC admin tab by Scott Baker · 9 years ago
  75. d01cb0c eliminate old debugging code by Scott Baker · 9 years ago
  76. 35309f2 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  77. e4a3393 fix networkslives_set -> networkslivers, don't fail if spaces in hostname by Scott Baker · 9 years ago
  78. 26b5953 In the node inline tab on the site page filter site deployments by site by Tony Mack · 9 years ago
  79. 0295397 Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 9 years ago
  80. 0e59183 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 9 years ago
  81. bd908ae Sliver inline only show deployments that have nodes by Tony Mack · 9 years ago
  82. f2a968a Merge pull request #57 from caglar10ur/resetdb by sbconsulting · 9 years ago
  83. 3c297b4 call ensure_postgres_running by S.Çağlar Onur · 9 years ago
  84. 4947567 fix import error by Tony Mack · 9 years ago
  85. fbdae1b fix sync steps by Tony Mack · 9 years ago
  86. 074a110 fix AttributeError by Tony Mack · 9 years ago
  87. 5c3733b fix NetworkSliver not autocreated for nat and public networks by Scott Baker · 9 years ago
  88. dd66cb9 add controllernetwork to xoslib by Scott Baker · 9 years ago
  89. 0451984 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 9 years ago
  90. 0da79c5 fix wrong model name by Scott Baker · 9 years ago
  91. 639f601 Merge pull request #53 from caglar10ur/patch-3 by tmack-pl · 9 years ago
  92. 50f64b4 Update sync_controller_slices.py by S.Çağlar Onur · 9 years ago
  93. 6729ace Merge pull request #52 from caglar10ur/patch-2 by tmack-pl · 9 years ago
  94. d345365 Update xos_config by S.Çağlar Onur · 9 years ago
  95. 277b343 Merge pull request #49 from caglar10ur/patch-1 by tmack-pl · 9 years ago
  96. 89d0ce7 Update Dockerfile by S.Çağlar Onur · 9 years ago
  97. 4e08b25 add controller_images to xoslib by Scott Baker · 9 years ago
  98. b8059c9 rename /etc/planetstack/sync to /etc/xos/sync by Scott Baker · 9 years ago
  99. 82d6228 rename database from planetstack to xos by Scott Baker · 9 years ago
  100. a7cc929 big rename by Scott Baker · 9 years ago