- 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 · 9 years ago
- 878576f apply deployment filtering logic to InstanceAdmin by Scott Baker · 9 years ago
- 4fcc6c5 make all InstanceInline fields readonly by Scott Baker · 9 years ago
- dc5db28 fixed NodeAdmin failing due to truncated formfield_for_foreignkey function by Scott Baker · 9 years ago
- ebe8923 fix bug when adding new deployment; remove django's add-instance link in favor of add-instance popup by Scott Baker · 9 years ago
- 533c215 supply the correct slice id when using the expert window by Scott Baker · 9 years ago
- 22beb6a add expert mode for adding instances by Scott Baker · 9 years ago
- c02a652 remove obsolete code by Scott Baker · 9 years ago
- 3201006 replaces all occurrences of "{S,s}liver{s,}" with {I,i}nstance{s,} by Tony Mack · 9 years ago
- b956a5d resolve merge conflicts by Tony Mack · 9 years ago
- e553b47 store neutron mac addr in port object by Scott Baker · 9 years ago
- 26ea0eb resolve merge conflicts by Tony Mack · 9 years ago
- 5a7d931 start renaming NetworkSliver to Port by Scott Baker · 9 years ago
- f23c59d syntax error by Tony Mack · 9 years ago
- fbade88 add port inline to sliver detail page; remove 'reserve' from port inlines by Scott Baker · 9 years ago
- 5f1068a rename NetworkSliver to Port in UI by Scott Baker · 9 years ago
- 895d804 resolve merge conflicts by Tony Mack · 9 years ago
- 8fd49d5 delete obsolete code by Scott Baker · 9 years ago
- 3789cb2 add field to prevent network from being auto-connected as a slice's default private net by Scott Baker · 9 years ago
- 19b4563 add no_sync field to all models; expose in sliver inline by Scott Baker · 9 years ago
- d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 9 years ago
- a92af1f add ability to create NetworkSlivers with sliver=None by Scott Baker · 9 years ago
- c24f86d Add Program model to XOS by Scott Baker · 9 years ago
- 8d60ba3 created SiteHostsNodesInline, SiteHostsUsersInline. SliceAdmin filters the site field for sites that host users by Tony Mack · 9 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 · 9 years ago
- 6a38847 added new fields to Site model (hosts_nodes, hosts_users) by Tony Mack · 9 years ago
- b581a46 fix bug introduced in selflink code by Scott Baker · 9 years ago
- 54c9b9b redo selflink_url so that derived classes can provide a different changelist addr by Scott Baker · 9 years ago
- 31ba9ca allow Slice Admins to see SlicePrivileges in their slice, allow any user to be used for SlicePrivilege by Scott Baker · 9 years ago
- b9040e9 add service_specific_attribute to service model by Scott Baker · 9 years ago
- f41fe2c if a user adds a sliver and doesn't have privilege, then throw an error by Scott Baker · 9 years ago
- f8cbac7 fix sliver.creator error on saving slivers from slice page, remove CORD deployment hack by Scott Baker · 9 years ago
- b3cf921 add TenantRoot admins by Scott Baker · 9 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
- 5817cb4 add foreign key field 'deployment' to Controller. by Tony Mack · 10 years ago
- 180148a deployment in ControllerAdmin (uncommitted code from portal) by Scott Baker · 10 years ago
- 2f29540 make instance_id clickable in SliverAdmin list_display by Scott Baker · 10 years ago
- e5f9d7d refactor the backend icon stuff to one spot by Scott Baker · 10 years ago
- 8658390 planetstack/core/models/site.py by Tony Mack · 10 years ago
- 622bcf0 eliminate Sites list from Controller and Deployment, add sites tab to ControllerAdmin, hide enacted/policied from ControllerAdmin by Scott Baker · 10 years ago
- 88c8990 add suit-tab-deploymentprivileges to suit_classes in DeploymentPrivilegeInline by Tony Mack · 10 years ago
- cf29cfa update object write permissions by Tony Mack · 10 years ago
- b428feb fix read_only fields for SliverAdmin by Tony Mack · 10 years ago
- db8580b add 'all_ips_string' to list of read only fields in SliverAdmin by Tony Mack · 10 years ago
- 707f7d7 get ip address from Sliver.all_ips_string instead of Sliver.ip by Tony Mack · 10 years ago
- b81d5e4 move site_deployments tab from SiteAdmin page to DeploymentAdmin page by Tony Mack · 10 years ago
- 9047261 remove Dashboard Views from user admin by Scott Baker · 10 years ago
- 933b291 disable setting fields to readonly based on user's privilege in UserAdmin by Tony Mack · 10 years ago
- 03b9229 only admins and pis can change/modify a user's site by Tony Mack · 10 years ago
- 365545d dont list is_admin field twice in UserAdmin by Tony Mack · 10 years ago
- 4c877d6 Show greens where status is 1 - by Sapan Bhatia · 10 years ago
- b5839e9 Merge branch 'master' of ssh://git.planet-lab.org/git/plstackapi by Scott Baker · 10 years ago