1. b34553e adding Tags tab back to Slice Admin page by Tony Mack · 10 years ago
  2. 82df1d0 add nodes tab to site admin by Tony Mack · 10 years ago
  3. 10328a1 fix bugs by Tony Mack · 10 years ago
  4. c36cafb only admins can save/update controllers by Tony Mack · 10 years ago
  5. ab6538f remove Tags tab from model pages by Tony Mack · 10 years ago
  6. 3c01ff9 cleanup controller links in admin.py by Tony Mack · 10 years ago
  7. 4357457 fix errors in admin related to sitedeployment object by Scott Baker · 10 years ago
  8. ffe6d8b checking in missing site/slice privilege steps by Tony Mack · 10 years ago
  9. 2656436 bug fixes by Tony Mack · 10 years ago
  10. 8f30ebe fix bugs by Tony Mack · 10 years ago
  11. a7dbd42 removing plural from model names. some cleanup by Tony Mack · 10 years ago
  12. 1e82828 removing ControllerSiteDeployment object. Move tenant_id field to SiteDeployments model by Tony Mack · 10 years ago
  13. 0451fb6 update code to use renamed network fields by Scott Baker · 10 years ago
  14. 81fa17f update to make use of renamed NetworkTemplate fields by Scott Baker · 10 years ago
  15. bf6aa30 replaced sliver.controllerNetwork with sliver.deployment by Tony Mack · 10 years ago
  16. a6a0c77 rename ControllerDashboard to ControllerDashboardView by Scott Baker · 10 years ago
  17. 48208cd Fixed a UI error in admin by Sapan Bhatia · 10 years ago
  18. eef5a6b models for per-controller dashboard views by Scott Baker · 10 years ago
  19. 11f4d20 fix bug that caused flavors to be permanently deleted by Tony Mack · 10 years ago
  20. 592aa95 fix bug preventing deployment admin from updating deployment flavors on ssave. fix nameError bug by Tony Mack · 10 years ago
  21. 93d1b03 refactor and bug fixes by Tony Mack · 10 years ago
  22. 528d422 refactor by Tony Mack · 10 years ago
  23. 336e0f9 Controller replaces Deployment by Tony Mack · 10 years ago
  24. 400f5b5 Convention-breakers that escaped my eye in the last pass by Sapan Bhatia · 10 years ago
  25. e9f96f6 Renamed ImageDeployment back to ImageDeployments by Sapan Bhatia · 10 years ago
  26. bf7856b Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  27. 39e8558 Renamed SliceDeployment back to SliceDeployments by Sapan Bhatia · 10 years ago
  28. 9f6b8ed upload buttons for user.public_key, network sdn parameters by Scott Baker · 10 years ago
  29. 7b6722e add controllerUrl to network object by Scott Baker · 10 years ago
  30. 4024871 admin for network sdn stuff by Scott Baker · 10 years ago
  31. 18b779c Renamed ImageDeployments->ImageDeployment by Sapan Bhatia · 10 years ago
  32. 7a8b7e9 Renamed SliceDeployments --> SliceDeployment by Sapan Bhatia · 10 years ago
  33. 6d21da3 Renamed SiteDeployments->SiteDeployment by Sapan Bhatia · 10 years ago
  34. 24ded6a fix error when showing deployment admin by Scott Baker · 10 years ago
  35. 585cb19 manually query the site object if it isn't present in the SliceForm's cleaned_data dict by Tony Mack · 10 years ago
  36. 7b8505a make site field read only on slice admin change/modify form page by Tony Mack · 10 years ago
  37. 3cde737 escape backend_status strings by Scott Baker · 10 years ago
  38. fbb4586 Network admin-only tab, fix exception when saving sliver in SliverAdmin by Scott Baker · 10 years ago
  39. 5c43269 move a few methods to base class by Scott Baker · 10 years ago
  40. c4efdc7 add admin-only tab for sliceadmine by Scott Baker · 10 years ago
  41. 6efad46 fix TypeError in SliceForm:clean by Scott Baker · 10 years ago
  42. 0a5633b fix nonworking tabs displayed when adding user by Scott Baker · 10 years ago
  43. 61b6aec fix manyToMany error when creating deployment by Scott Baker · 10 years ago
  44. 86c83ab cleaner approach to dealing with UserAdmin, using multiple inheritance by Scott Baker · 10 years ago
  45. cbfb600 add support for fine-grained field permissions for user model by Scott Baker · 10 years ago
  46. 7cbd427 check-in fix for checkbox deletion not working in django 1.7 by Scott Baker · 10 years ago
  47. 2cbd380 added availability_zone field to Deployment model by Tony Mack · 10 years ago
  48. fbf0664 prevent backend-status icon from disappearing by Scott Baker · 10 years ago
  49. 93e80cd filter images in sliver-add inline by deployment by Scott Baker · 10 years ago
  50. 3248131 filter nodes by flavor dropdown, primarily intended for EC2 deployment where nodes are named after flavors by Scott Baker · 10 years ago
  51. 7d45990 display slice's name attribute instead of slicename by Tony Mack · 10 years ago
  52. ec23b99 merge by Tony Mack · 10 years ago
  53. 7a61dc4 replace sliver.numberCores with sliver.Flavor, add flavor filtering by deployment to sliver inline by Scott Baker · 10 years ago
  54. 0a78cb5 accidentally removed this during merge by Scott Baker · 10 years ago
  55. 37b4790 flavor data model objects and admin by Scott Baker · 10 years ago
  56. fbb26fc put site field before name field on slice create page by Tony Mack · 10 years ago
  57. 7283fdf update slice prefix in slice name field when site is changed slice create page by Tony Mack · 10 years ago
  58. bf88e7e eliminate line break between icon and slice name by Scott Baker · 10 years ago
  59. 49f75b9 display slicename intead of name in slice admin field list by Tony Mack · 10 years ago
  60. 40c0076 came up with a better way to implement backend status, and made it use enacted/updated to determine icon by Scott Baker · 10 years ago
  61. 63d1a55 provisioning status in admin UI by Scott Baker · 10 years ago
  62. 36f5087 add backend_status to UI by Scott Baker · 10 years ago
  63. b27b62c remove all ROInline objects by Scott Baker · 10 years ago
  64. 618e379 fix issues with enacted fields in NetworkAdmin's inlines by Scott Baker · 10 years ago
  65. 434ca7e helper code for getting a list of IP addresses from a sliver by Scott Baker · 10 years ago
  66. adae55f expose is_active bit on user page by Scott Baker · 10 years ago
  67. f7f79a1 use slicename attribute as slice's keystone tenant name by Tony Mack · 10 years ago
  68. df65d88 cleaner version of selector by Scott Baker · 10 years ago
  69. 34b502f filtering of select in sliverinline now working by Scott Baker · 10 years ago
  70. 510fdbb inject node_deployment info into change_form for slice admin by Scott Baker · 10 years ago
  71. de0f441 use a filteredSelectMultiple for choosing images in developer view by Scott Baker · 10 years ago
  72. b6f9924 first cut on ImageDeployments addable by UI by Scott Baker · 10 years ago
  73. 7098318 help text for deployment sites by Scott Baker · 10 years ago
  74. 3b67874 fix filtering of deployments when adding slivers by Scott Baker · 10 years ago
  75. 838d7df fix unable to add nodes from deployment admin by Scott Baker · 10 years ago
  76. b24cc93 filter deployments in add-sliver inline by acl by Scott Baker · 10 years ago
  77. 5380c52 acl support for deployments by Scott Baker · 10 years ago
  78. 2170b97 Add ImageDeploymentsInline, eliminate enacted field in Slice:Networks by Scott Baker · 10 years ago
  79. e8859f9 make SingletonAdmin readonly-aware, make ReadonlyAwareAdmin tolerate missing user_readonly_fields by Scott Baker · 10 years ago
  80. f875eba fix instances of the readonly bug in useradmin by Scott Baker · 10 years ago
  81. 3ca51f6 make user contact fields RO for RO user, fix unable to add deployment to user in user admin by Scott Baker · 10 years ago
  82. f398252 fix sitedeployment missing for readonly user by Scott Baker · 10 years ago
  83. ff5e0f3 prevent readonly user from saving deployment sites by Scott Baker · 10 years ago
  84. c9b14f7 fix Deployment sites not being saved properly by Scott Baker · 10 years ago
  85. ed31f67 readonly inline for UserDashboardViews by Scott Baker · 10 years ago
  86. 2c3cb64 dynamic home view with customization by Scott Baker · 10 years ago
  87. 526b71e fix missing yield in SliverAdmin.get_form_sets by Scott Baker · 10 years ago
  88. 32e1ce3 remove image_id field from ImageAdmin by Tony Mack · 10 years ago
  89. 00b00b3 remove Image.image_id from admin by Scott Baker · 10 years ago
  90. 29bf5e8 added max_slivers (instance) quota attribute to slice model by Tony Mack · 10 years ago
  91. af73e10 attempt to fix readonly bug by Scott Baker · 10 years ago
  92. 0cd67e8 fix attribute error by Tony Mack · 10 years ago
  93. dd06ca8 fix attribute error by Tony Mack · 10 years ago
  94. 3d04279 attach caller to saved objects/models by Tony Mack · 10 years ago
  95. e4be32f observer now supports remote openstack deployments by Tony Mack · 10 years ago
  96. 332ee1d refactor by Tony Mack · 10 years ago
  97. 5b06147 added rbac for viewing objects by Tony Mack · 10 years ago
  98. 320b462 Corrected issue with DeploymentAdmin's reverse lookup of Site relationship by Siobhan Tully · 10 years ago
  99. 874936e support for selflink_fieldname by Scott Baker · 11 years ago
  100. e2bbf7e don't create selflink if no modeladmin exists for that model by Scott Baker · 11 years ago