1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

179 Commits

Author SHA1 Message Date
1bbe7f95d6 PEP8 cleanup 2016-07-29 14:46:29 -04:00
d09ede8d1f Corrected omitted variable 2016-07-29 14:29:13 -04:00
bcb9ab7116 Show graphs button only if there is at least one graph to display 2016-07-29 13:19:58 -04:00
38aee33df0 Closes : Improved search of all objects 2016-07-29 12:51:23 -04:00
397943b222 Allow unassigning VRF and tenants when editing objects in bulk 2016-07-28 15:59:49 -04:00
6b41794e12 Implemented bulk editing for sites 2016-07-28 15:30:29 -04:00
b6e5bafd65 Replaced edit links with buttons 2016-07-28 15:04:33 -04:00
aa6c840c45 Fixes : Don't include child devices in non-racked devices table 2016-07-28 10:06:25 -04:00
1f9e4dc707 Fixed platform selection during bulk editing of devices 2016-07-27 16:38:21 -04:00
483ad256a8 Miscellaneous API query optimizations 2016-07-27 14:40:19 -04:00
300e67388b Tenancy-related API cleanup 2016-07-27 13:42:17 -04:00
2981ead41b Extended IPAM API to support tenancy 2016-07-27 13:37:55 -04:00
65b008a493 Cleaned up migrations 2016-07-26 18:01:01 -04:00
2236d2f941 Fixed tenant assignment on bulk edit of racks, devices 2016-07-26 17:49:41 -04:00
faa12abc70 Enabled filtering of sites, racks, and devices by tenant 2016-07-26 17:28:46 -04:00
7ca4c816c0 Added related_name to tenant fields on Site, Rack, and Device 2016-07-26 17:16:03 -04:00
82a98f0e8f Applied tenancy to sites, racks, and devices 2016-07-26 16:46:22 -04:00
589cbeb559 Fixed DeviceType test 2016-07-26 11:58:57 -04:00
8f4980044a Closes : Added part_number field to DeviceType 2016-07-26 11:28:45 -04:00
cc4470ade7 Include form factor on InterfaceTemplate list 2016-07-26 10:54:11 -04:00
4be5c33905 Enabled bulk deletion of device bays, interfaces, console server ports, and power outlets from devices 2016-07-26 10:14:51 -04:00
8e2a69af56 Corrected manufacturer column name in DeviceTypeTable 2016-07-25 17:06:10 -04:00
450c51604c Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView 2016-07-25 17:02:53 -04:00
d47bf4ab6b Rewrote all DeviceType component template deletion views to utilize BulkDeleteView() 2016-07-25 16:32:07 -04:00
c466dc5999 Fixes : Implements a new RackImportTable 2016-07-25 12:04:42 -04:00
275223ec53 Fixes : Use standard serializers for related objects 2016-07-21 14:48:02 -04:00
8ee083f7c1 Fixed Unicode support in forms 2016-07-21 10:47:38 -04:00
48b8602c3f Corrected error reporting on duplicate InterfaceConnections 2016-07-20 16:42:04 -04:00
e1fc78bc44 Created a template tag for displaying utilization graphs 2016-07-20 13:56:17 -04:00
2e8211399d Update tables.py 2016-07-20 13:25:03 -04:00
6fe40ef223 support for 2016-07-20 13:23:49 -04:00
3f94295d7e support for
support for 
2016-07-20 13:22:20 -04:00
5c59677c57 properly support
support for 
2016-07-20 13:04:11 -04:00
19d7caf1da Corrects a device_type error introduced in c643e3a74f6718fd4c5a98ee0ad1da8e096582ea 2016-07-20 10:10:40 -04:00
b8d7dd170e : First stab at implementing a natural ordering for sites, racks, and devices 2016-07-20 10:07:32 -04:00
c643e3a74f Fixes : Disable rack assignment for installed child devices 2016-07-19 13:09:15 -04:00
2d690ca38a Merge pull request from Zanthras/interfaceconnections
Add an API call for listing all interface connections
2016-07-19 12:35:56 -04:00
c65b9fcb0b Add an api endpoint for listing all connections 2016-07-19 09:08:14 -07:00
4f6f032ca2 Update the valid urls, to expose the new api connection listing endpoint. Naming convention updated for both interface connections to match the rest. 2016-07-19 09:08:14 -07:00
0d46a65a36 Unicode handling cleanup 2016-07-18 14:48:51 -04:00
534e6ac19e Fixes : Update rack assignment for all child devices when moving a parent device 2016-07-15 16:05:21 -04:00
518af1b95c Corrected RackGroupNestedSerializer() definition 2016-07-15 15:34:28 -04:00
5def0e91d7 Fixes : Validate device type assignment during import validation 2016-07-15 09:45:45 -04:00
f301af5ecd Fixes : Prevent deletion of DeviceBay when installed device is deleted 2016-07-14 17:41:16 -04:00
dd62caf2f0 Fixes : Introduces support for bulk import of child devices 2016-07-14 17:35:52 -04:00
46b1ac23af Allow for setting mgmt_only=True in "Add management interfaces" link 2016-07-14 11:39:53 -04:00
a5f6e64849 Fixes : Added mgmt interfaces table to device type view 2016-07-14 11:30:15 -04:00
4913d25d18 Fixes : Added support for full 32-bit ASN space 2016-07-13 15:30:15 -04:00
bafbc052e2 Fixes : Add rack group filter for devices 2016-07-13 13:07:55 -04:00
07fc2e5502 Merge pull request from bellwood/devices-filter-add-rackgroup
allow filtering by rack group
2016-07-13 12:55:11 -04:00