1. 745cfa4 more debugging info by Scott Baker · 10 years ago
  2. fb162a1 show in log whether working on deletion or regular steps by Scott Baker · 10 years ago
  3. 107b3e2 add restapi_hostname and restapi_port to default userdata; check in changes to delete found on portal by Scott Baker · 10 years ago
  4. 7b6a9d8 set backend_status properly in hpc_observer by Scott Baker · 10 years ago
  5. ee53c44 hpc_observer support for map sync by Scott Baker · 10 years ago
  6. fb530d8 fix wrong related_name in slice.service by Scott Baker · 10 years ago
  7. 946efd3 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  8. 77c327c hpc_config view for cdn autoconfiguration by Scott Baker · 10 years ago
  9. c8836df define composite primary key for models that need them by Tony Mack · 10 years ago
  10. a817460 hacking in support for composite primary keys by Tony Mack · 10 years ago
  11. 3d6f405 add RESTAPI_PORT and RESTAPI_HOSTNAME to settings module by Scott Baker · 10 years ago
  12. 50e1221 replace django.db.models.CharField with core.models.plcorebase.StrippedCharField by Tony Mack · 10 years ago
  13. aa86bfb fix exception while trying to throw DependencyFailed because peer_object has no pk by Scott Baker · 10 years ago
  14. 1e07de8 trailing slashes for the API endpoints by Scott Baker · 10 years ago
  15. 69e4cbd add controller_slice to xoslib by Scott Baker · 10 years ago
  16. cffaa4f Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  17. 62e3d29 display clock icon while sync is pending, add Pending Sync last_status text by Scott Baker · 10 years ago
  18. 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
  19. 68c9928 Fixed dependency issues in deletions. Resolves #8. by Sapan Bhatia · 10 years ago
  20. 2772805 site map sync, WIP by Scott Baker · 10 years ago
  21. 1e6a7b6 HPC observer, WIP by Scott Baker · 10 years ago
  22. a12b43e fix db name and password by Scott Baker · 10 years ago
  23. e463f1e autogenerated model-deps for HPC observer by Scott Baker · 10 years ago
  24. b401d86 step for syncing site maps by Scott Baker · 10 years ago
  25. 77bfa22 make maps subclassed from plcorebase, add cdnPrefix to maps, prevent map from being bound to multiple things by Scott Baker · 10 years ago
  26. 3a8aed6 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 10 years ago
  27. 43f2d67 do the same for RR and Syndicate by Scott Baker · 10 years ago
  28. fbe38ee for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 10 years ago
  29. a9b8f61 solve the admin tab issue in a more generic way by Scott Baker · 10 years ago
  30. b005743 syndicate admin tab by Scott Baker · 10 years ago
  31. beb44a9 admin tab for RR by Scott Baker · 10 years ago
  32. a3cd261 service button and view by Scott Baker · 10 years ago
  33. d4050d9 HPC admin tab by Scott Baker · 10 years ago
  34. 0bf8c24 eliminate old debugging code by Scott Baker · 10 years ago
  35. e60b5d6 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  36. 582aec9 fix networkslives_set -> networkslivers, don't fail if spaces in hostname by Scott Baker · 10 years ago
  37. c2a0d31 In the node inline tab on the site page filter site deployments by site by Tony Mack · 10 years ago
  38. ae9ce3d Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 10 years ago
  39. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
  40. 1b8975c Sliver inline only show deployments that have nodes by Tony Mack · 10 years ago
  41. e46ed26 Merge pull request #57 from caglar10ur/resetdb by sbconsulting · 10 years ago
  42. 995e07d call ensure_postgres_running by S.Çağlar Onur · 10 years ago
  43. 0989421 fix import error by Tony Mack · 10 years ago
  44. 5f49fad fix sync steps by Tony Mack · 10 years ago
  45. b40c363 fix AttributeError by Tony Mack · 10 years ago
  46. 1e464ff fix NetworkSliver not autocreated for nat and public networks by Scott Baker · 10 years ago
  47. d9d50b4 add controllernetwork to xoslib by Scott Baker · 10 years ago
  48. 4abdf19 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  49. 7d85a03 fix wrong model name by Scott Baker · 10 years ago
  50. 9c8e424 Merge pull request #53 from caglar10ur/patch-3 by tmack-pl · 10 years ago
  51. 0f685ff Update sync_controller_slices.py by S.Çağlar Onur · 10 years ago
  52. 234a59b Merge pull request #52 from caglar10ur/patch-2 by tmack-pl · 10 years ago
  53. 1730b38 Update xos_config by S.Çağlar Onur · 10 years ago
  54. 04bcc04 Merge pull request #49 from caglar10ur/patch-1 by tmack-pl · 10 years ago
  55. 525bb72 Update Dockerfile by S.Çağlar Onur · 10 years ago
  56. 43f4c85 add controller_images to xoslib by Scott Baker · 10 years ago
  57. ace7ab5 rename /etc/planetstack/sync to /etc/xos/sync by Scott Baker · 10 years ago
  58. d2ebcd4 rename database from planetstack to xos by Scott Baker · 10 years ago
  59. 8417b02 big rename by Scott Baker · 10 years ago
  60. ca2cb45 rename uwsgi and nginx config files by Scott Baker · 10 years ago
  61. 1e415b1 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  62. 9363946 create pidfile for observer by Scott Baker · 10 years ago
  63. ae14d87 remove observer-initscript as it's broken on Ubuntu by Scott Baker · 10 years ago
  64. 2655944 rename observer initscript by Scott Baker · 10 years ago
  65. 5bec759 only run dropdb on remigrate if database exists; suppress unnecessary call of initdb on ubuntu by Scott Baker · 10 years ago
  66. bb60438 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  67. 6b50484 check in changes found on portal by Scott Baker · 10 years ago
  68. e2641e8 increment version number by Scott Baker · 10 years ago
  69. f9a5154 rename planetstack.deps to xos.deps by Scott Baker · 10 years ago
  70. 7ff86d8 Dockerfile, RPM, and setup.py changes to match directory rename by Scott Baker · 10 years ago
  71. ef20dd5 rename planetstack directory to xos by Scott Baker · 10 years ago
  72. 2868acb remove obsolete comment by Scott Baker · 10 years ago
  73. a26e35f latest autogenerated xos-defaults and xos-validators by Scott Baker · 10 years ago
  74. b998712 rename planetstack_graphs.js and remove from base template by Scott Baker · 10 years ago
  75. e980902 rename planetstackanalytics by Scott Baker · 10 years ago
  76. dfe40fd Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  77. b353ffe use remigrate to redo migrations by Scott Baker · 10 years ago
  78. 396f608 rename context processor by Scott Baker · 10 years ago
  79. 4d8a638 add remigrate command to opencloud script by Scott Baker · 10 years ago
  80. 8aa7283 autogenerated model-deps from portal by Scott Baker · 10 years ago
  81. 0355284 observer-related big rename changes by Scott Baker · 10 years ago
  82. 4c0e202 remove unused model by Scott Baker · 10 years ago
  83. 0162bb4 more big rename changes by Scott Baker · 10 years ago
  84. 67db95f rename PlanetStackAdmin -> XOSAdmin, PlStackTabularInline -> XOSTabularInline by Scott Baker · 10 years ago
  85. 925b134 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  86. 0686895 rename planetstack.css -> xos.css by Scott Baker · 10 years ago
  87. db29d93 remove servcomp from makemigrations by Scott Baker · 10 years ago
  88. ff940a7 latest autogenerated api by Scott Baker · 10 years ago
  89. 4d25137d remove service composition from navigation by Scott Baker · 10 years ago
  90. ed3093a remove PlanetStack, PlanetStackRole, PlanetStackPrivilege models by Scott Baker · 10 years ago
  91. 415aa36 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
  92. 2125dab rename planetstack.settings to xos.settings by Scott Baker · 10 years ago
  93. f8e8cd2 fix syntax error by Tony Mack · 10 years ago
  94. 9405dd3 rename test cases by Scott Baker · 10 years ago
  95. 2414f91 remove obsolete billing sample generator by Scott Baker · 10 years ago
  96. 3495c5a fix test cases by Scott Baker · 10 years ago
  97. ed6003e GetConfiguration is part of legacyapi by Scott Baker · 10 years ago
  98. 78fc136 only root and deployment admins can see controllers by Tony Mack · 10 years ago
  99. 2f55f26 Merge pull request #41 from caglar10ur/40 by tmack-pl · 10 years ago
  100. fdeacc5 add missing import, fixes #40 by S.Çağlar Onur · 10 years ago