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

92 Commits

Author SHA1 Message Date
b8d7dd170e #303: First stab at implementing a natural ordering for sites, racks, and devices 2016-07-20 10:07:32 -04:00
0d46a65a36 Unicode handling cleanup 2016-07-18 14:48:51 -04:00
534e6ac19e Fixes #308: Update rack assignment for all child devices when moving a parent device 2016-07-15 16:05:21 -04:00
5def0e91d7 Fixes #307: Validate device type assignment during import validation 2016-07-15 09:45:45 -04:00
f301af5ecd Fixes #301: Prevent deletion of DeviceBay when installed device is deleted 2016-07-14 17:41:16 -04:00
4913d25d18 Fixes #268: Added support for full 32-bit ASN space 2016-07-13 15:30:15 -04:00
f1b6f0cfee Fixes #285: Added PREFER_IPV4 configuration setting 2016-07-13 11:16:09 -04:00
4c45e38aea Fixes #162: Return Unicode from display_name() 2016-07-12 10:46:32 -04:00
4e4bb01a55 Initial work on #93: Primary IPv4/IPv6 support 2016-07-11 16:24:46 -04:00
a6d41c95b8 Remove external macaddress package dependency 2016-07-06 13:21:40 -04:00
5034b836ea Add MAC address field to interfaces 2016-07-06 13:21:40 -04:00
064582f6c5 Improve DeviceType display (credit to @peelman); add validation for DeviceType components 2016-07-05 17:30:16 -04:00
0123dbcf5f Initial work on #91: Support for subdevices 2016-07-01 17:34:47 -04:00
004f5c448e Fixes #117: Improved device import validation 2016-06-29 14:53:24 -04:00
b02c54ce52 A modest attempt at improving interface ordering; see #9 2016-06-28 23:22:41 -04:00
fdfc32899d Fixes #75: Ignore a Device's occupied rack units when relocating it within a rack 2016-06-28 14:10:16 -04:00
ec667eeed0 Fixes #84: Added IFACE_FF_10GE_COPPER 2016-06-28 13:32:47 -04:00
7918f85cdd Corrected rack height validation to exclude 0U devices 2016-06-27 23:08:30 -04:00
4dd31497e5 Fixes #26: Corrected rack validation to work when there are no devices within the rack 2016-06-27 22:27:40 -04:00
7cf437e11b Fixes #26: Added rack height validation 2016-06-27 13:53:39 -04:00
85a50c67de Tweaked display names for Racks, VLANs 2016-06-22 17:12:12 -04:00
cb5991d5a6 Extended primary models to include 'created' and 'last_updated' fields 2016-06-22 10:19:00 -04:00
658a0acfa9 Moved 'display_name' from serializer to model 2016-06-21 15:06:26 -04:00
14af78522e Added help_text to Interface.mgmt_only 2016-06-21 14:44:00 -04:00
bc958a23b3 Improved model docstring quality 2016-06-21 12:45:02 -04:00
943c7934f3 Implemented built-in CSV export for DCIM objects 2016-06-16 13:38:31 -04:00
4b34af3e1d Introduced ability to edit/delete modules 2016-06-15 13:27:12 -04:00
d6cd3428f6 Removed Device.ro_snmp 2016-05-19 11:34:38 -04:00
112e2ccde7 Code cleanup 2016-05-18 16:02:53 -04:00
a07aa69321 Added CBVs for Platforms 2016-05-16 11:54:17 -04:00
4eeae08fb5 Added CBVs for Manufacturers 2016-05-13 15:22:31 -04:00
39be01051d Changed RackGroup URL/filter from slug to PK (slugs are not unique across sites) 2016-05-12 14:45:32 -04:00
21b3fbd50f Added views for DeviceRoles 2016-05-12 14:38:34 -04:00
1fb2cc4b31 Modified RackGroup.__unicode__ to include site name 2016-05-11 15:28:46 -04:00
e1479be3d0 Converted DCIM DeviceType add/edit/delete views to CBVs 2016-05-03 16:50:48 -04:00
2f86d5e43d Added front-end UI for RackGroups 2016-03-30 12:26:37 -04:00
690ad29ab8 Tweaked Module ordering 2016-03-28 17:36:02 -04:00
d096d35891 Added parent field to device modules 2016-03-28 17:28:44 -04:00
a6108f2fa8 Changed Secret parent from a GenericForeignKey to ForeignKey(Device) 2016-03-21 11:42:42 -04:00
d0b57266ae Prevented an interface from being connected to itself 2016-03-17 11:45:57 -04:00
7d11cb5f6c Improved DeviceType help_texts 2016-03-03 17:55:45 -05:00
27b289ee3b Initial push to public repo 2016-03-01 11:23:03 -05:00