1. 46d96d1 Fix style and imports by Jeremy Mowery · 9 years ago
  2. fca52df addresspool now has cidr field and can only hold one cidr by Scott Baker · 9 years ago
  3. b4d7797 add AddressPool to core admins by Scott Baker · 9 years ago
  4. e2f7d41 Merge branch 'feature/api-cleanup' by Matteo Scandolo · 9 years ago
  5. b0955d9 rename reverse relation of nodelabel to fix issue with apigen by Scott Baker · 9 years ago
  6. 09ee171 enable Tag tab in NodeAdmin by Scott Baker · 9 years ago
  7. 2a5fe50 order the nodes displayed in the InstanceAdmin form by Scott Baker · 9 years ago
  8. b5a4f63 Controller should not be a read-only field of ControllerUserInline by Tony Mack · 9 years ago
  9. 7c886d4 add node label feature by Scott Baker · 9 years ago
  10. 2d8c252 show controllerimages in Admin-Only tab in image admin by Scott Baker · 9 years ago
  11. 8a35127 fix Port admin throwing 500 error by Scott Baker · 9 years ago
  12. 81c752f Temp fix to js bug by Matteo Scandolo · 9 years ago
  13. b7265f0 allow network.subnet and/or controller_network.subnet to be filled in by user before object is synced by Scott Baker · 9 years ago
  14. e552cdc add tab for Tag in InstanceAdmin by Scott Baker · 9 years ago
  15. ecfbec7 allow editing Controller backend_register disabled bit from ControllerAdmin by Scott Baker · 9 years ago
  16. 16be143 Relocated observer namespace into synchronizers.base by Sapan Bhatia · 9 years ago
  17. 9f7538e Added a FIXME by Sapan Bhatia · 9 years ago
  18. 02dc833 Added UI code to display properties of objects by Sapan Bhatia · 9 years ago
  19. 13067c7 add support for docker bridged and host networking by Scott Baker · 9 years ago
  20. 2838970 make path field visible in image admin by Scott Baker · 9 years ago
  21. 7b8262d add tag field git to image object by Scott Baker · 9 years ago
  22. a36a990 Data model support for network access classes by Scott Baker · 9 years ago
  23. d6e2cfe remove django_evolution from admin and installed_apps by Scott Baker · 9 years ago
  24. 8e610d0 remove django_evolution from admin and installed_apps by Scott Baker · 9 years ago
  25. 5ca2a52 reset exponential backoff when model is saved in admin by Scott Baker · 9 years ago
  26. 84e15b6 add default_isolation field to slice by Scott Baker · 9 years ago
  27. ba12a25 add network parameters to template admin; change port selflinks from instance to port by Scott Baker · 9 years ago
  28. 17ff017 Add PortAdmin by Scott Baker · 9 years ago
  29. 1f454e3 add nesting support for container-in-vm by Scott Baker · 9 years ago
  30. dc63fb3 add private_key_fn to tosca service models by Scott Baker · 9 years ago
  31. e317a99 add volume support back to containers by Scott Baker · 9 years ago
  32. dcf9e0d fold Container object into Instance by Scott Baker · 9 years ago
  33. 56cf3c7 add volumes field to container admin by Scott Baker · 9 years ago
  34. 0360317 Change 'Instance' to 'Container' by Scott Baker · 9 years ago
  35. 9f457d9 display ports in container admin by Scott Baker · 9 years ago
  36. e4ea895 Add container class, add segmentation_id to Port, allow ports to be attached to containers by Scott Baker · 9 years ago
  37. af91108 XOS changes to import ceilometer as a service and to fetch metrics from vcpe containers by svavilap · 9 years ago
  38. 1e7e348 add TenantAttribute model by Scott Baker · 9 years ago
  39. 17ee7f8 fix bug where change instance before add instance would lead to keyerror; juggle the instance fields around by Scott Baker · 10 years ago
  40. 878576f apply deployment filtering logic to InstanceAdmin by Scott Baker · 10 years ago
  41. 4fcc6c5 make all InstanceInline fields readonly by Scott Baker · 10 years ago
  42. dc5db28 fixed NodeAdmin failing due to truncated formfield_for_foreignkey function by Scott Baker · 10 years ago
  43. ebe8923 fix bug when adding new deployment; remove django's add-instance link in favor of add-instance popup by Scott Baker · 10 years ago
  44. 533c215 supply the correct slice id when using the expert window by Scott Baker · 10 years ago
  45. 22beb6a add expert mode for adding instances by Scott Baker · 10 years ago
  46. c02a652 remove obsolete code by Scott Baker · 10 years ago
  47. 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 10 years ago
  48. b956a5d resolve merge conflicts by Tony Mack · 10 years ago
  49. e553b47 store neutron mac addr in port object by Scott Baker · 10 years ago
  50. 26ea0eb resolve merge conflicts by Tony Mack · 10 years ago
  51. 5a7d931 start renaming NetworkSliver to Port by Scott Baker · 10 years ago
  52. f23c59d syntax error by Tony Mack · 10 years ago
  53. fbade88 add port inline to sliver detail page; remove 'reserve' from port inlines by Scott Baker · 10 years ago
  54. 5f1068a rename NetworkSliver to Port in UI by Scott Baker · 10 years ago
  55. 895d804 resolve merge conflicts by Tony Mack · 10 years ago
  56. 8fd49d5 delete obsolete code by Scott Baker · 10 years ago
  57. 3789cb2 add field to prevent network from being auto-connected as a slice's default private net by Scott Baker · 10 years ago
  58. 19b4563 add no_sync field to all models; expose in sliver inline by Scott Baker · 10 years ago
  59. d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
  60. a92af1f add ability to create NetworkSlivers with sliver=None by Scott Baker · 10 years ago
  61. c24f86d Add Program model to XOS by Scott Baker · 10 years ago
  62. 8d60ba3 created SiteHostsNodesInline, SiteHostsUsersInline. SliceAdmin filters the site field for sites that host users by Tony Mack · 10 years ago
  63. 02b8f14 UserAdmin filters the site field to only display sites that host users. NodeAdmin filters the site field to only display sites that host nodes. by Tony Mack · 10 years ago
  64. 6a38847 added new fields to Site model (hosts_nodes, hosts_users) by Tony Mack · 10 years ago
  65. b581a46 fix bug introduced in selflink code by Scott Baker · 10 years ago
  66. 54c9b9b redo selflink_url so that derived classes can provide a different changelist addr by Scott Baker · 10 years ago
  67. 31ba9ca allow Slice Admins to see SlicePrivileges in their slice, allow any user to be used for SlicePrivilege by Scott Baker · 10 years ago
  68. b9040e9 add service_specific_attribute to service model by Scott Baker · 10 years ago
  69. f41fe2c if a user adds a sliver and doesn't have privilege, then throw an error by Scott Baker · 10 years ago
  70. f8cbac7 fix sliver.creator error on saving slivers from slice page, remove CORD deployment hack by Scott Baker · 10 years ago
  71. b3cf921 add TenantRoot admins by Scott Baker · 10 years ago
  72. 2588199 hide Deployment column for mysite_vcpe slice by Scott Baker · 10 years ago
  73. 6da26a5 restart dnsmasq on change; add bbs_addrs to yaml by Scott Baker · 10 years ago
  74. b6043c2 add quick-profile to user admin by Scott Baker · 10 years ago
  75. 034232d add is_appuser field to user model by Scott Baker · 10 years ago
  76. 5fa0f40 fix indents by Tony Mack · 10 years ago
  77. 60789ac service privileges by Tony Mack · 10 years ago
  78. 50ac419 add SliderWidget by Scott Baker · 10 years ago
  79. fa8a40d add public_key field to ServiceAdmin by Scott Baker · 10 years ago
  80. ef58a84 add coarse tenancy support by Scott Baker · 10 years ago
  81. 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 10 years ago
  82. 88ac9d6 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 10 years ago
  83. fbe0f65 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 10 years ago
  84. a8ef274 pass a request argument to add_extra_content by Scott Baker · 10 years ago
  85. f85c009 support custom_changelist_breadcrumb_url by Scott Baker · 10 years ago
  86. 3a8aed6 rename PermissionCheckingAdmin to XOSAdmin by Scott Baker · 10 years ago
  87. fbe38ee for HPC view, force app label to show HpcServer rather than hpc admin index by Scott Baker · 10 years ago
  88. a9b8f61 solve the admin tab issue in a more generic way by Scott Baker · 10 years ago
  89. a3cd261 service button and view by Scott Baker · 10 years ago
  90. c2a0d31 In the node inline tab on the site page filter site deployments by site by Tony Mack · 10 years ago
  91. ae9ce3d Merge pull request #58 from caglar10ur/dos2unix by tmack-pl · 10 years ago
  92. b6e63f0 get rid of weird looking DOS EOF chars by S.Çağlar Onur · 10 years ago
  93. 1b8975c Sliver inline only show deployments that have nodes by Tony Mack · 10 years ago
  94. ef20dd5 rename planetstack directory to xos by Scott Baker · 10 years ago[Renamed from planetstack/core/admin.py]
  95. 2868acb remove obsolete comment by Scott Baker · 10 years ago
  96. 67db95f rename PlanetStackAdmin -> XOSAdmin, PlStackTabularInline -> XOSTabularInline by Scott Baker · 10 years ago
  97. 0686895 rename planetstack.css -> xos.css by Scott Baker · 10 years ago
  98. ed3093a remove PlanetStack, PlanetStackRole, PlanetStackPrivilege models by Scott Baker · 10 years ago
  99. 78fc136 only root and deployment admins can see controllers by Tony Mack · 10 years ago
  100. 5924818 allow deployments to be linked to dashboards by Scott Baker · 10 years ago