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