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

131 Commits

Author SHA1 Message Date
aaf5523378 Add view tests for device components 2019-12-12 11:58:57 -05:00
fae2469dd7 Add DCIM CSV import tests 2019-12-12 10:30:15 -05:00
05938d60f0 Merge pull request #3754 from netbox-community/2248-svg-rack-elevations
2248 svg rack elevations
2019-12-11 14:26:32 -05:00
12657ebd7c Cable.status to slug (#3569) 2019-12-10 09:55:10 -05:00
a8dd060e32 #2269: Allow non-unique Device names 2019-12-09 11:41:03 -05:00
e5b49e25b9 dcim api: add feedback from @jeremystretch to rack elevations api 2019-12-08 18:14:59 +01:00
66b6f586f1 tests: update to reflect absence of utility functions 2019-12-08 17:59:40 +01:00
7518174374 Closes #3731: Change Graph.type to a ContentType foreign key field 2019-12-06 10:32:59 -05:00
21fe5902a8 PowerOutlet.feed_leg to slug (#3569) 2019-11-27 21:30:11 -05:00
62494f295e PowerFeed.type to slug (#3569) 2019-11-25 21:03:11 -05:00
79a40e22c9 Cable.type to slug (#3569) 2019-11-25 19:57:13 -05:00
dead5b42be Front/RearPort.type to slug (#3569) 2019-11-25 19:39:25 -05:00
bcc34f6099 Device.face to slug (#3569) 2019-11-25 19:23:43 -05:00
5c95927a43 Site.status to slug (#3569) 2019-11-21 22:54:01 -05:00
3fa4ceadb0 Interface.mode to slug (#3569) 2019-11-21 22:50:01 -05:00
5f5081f719 Interface.type to slug (#3569) 2019-11-21 22:11:02 -05:00
afd82fd9d3 DeviceType.subdevice_role to slug (#3569) 2019-11-18 22:08:33 -05:00
a8db07e0a8 Device.face to slug (#3569) 2019-11-16 21:46:07 -05:00
62b45494b6 Convert all DCIM choice classes to ChoiceSets 2019-11-15 21:17:01 -05:00
d392982fe7 Extend DeviceType import test with power port/outlet types 2019-11-06 16:59:01 -05:00
8cb7eb0382 Convert console port types to slugs (#3569) 2019-11-06 16:56:46 -05:00
bb30f64252 Closes #1865: Add console port and console server port types 2019-10-30 14:25:55 -04:00
d787c353f3 Added slug choices for interface and port types 2019-10-10 23:24:44 -04:00
807d849657 PEP8 fix 2019-10-01 17:07:17 -04:00
6892b79366 Enforce object creation permissions 2019-10-01 16:54:10 -04:00
ee4e68b082 Rewrote test for DeviceType import 2019-10-01 16:36:31 -04:00
edc1b52f65 Adopted a different approach to importing related objects 2019-09-27 16:51:12 -04:00
36d4f0d259 Fix typo 2019-09-25 16:39:04 -04:00
93154abb31 Merge branch 'develop' into 451-devicetype-import 2019-09-25 13:44:48 -04:00
ffc6eec483 Fixes #3519: Prevent cables from being terminated to virtual/wireless interfaces 2019-09-24 15:07:54 -04:00
5049c6c0a1 Add test for DeviceType import 2019-09-20 15:57:44 -04:00
605be30fb2 Add test for device component creation 2019-08-07 17:48:12 -04:00
a46b43bff6 Added child counts to API serializers (WIP) 2019-04-12 17:07:56 -04:00
1a2c9e3bba Rename form_factor to type on dcim.Interface 2019-04-12 13:42:56 -04:00
e710ccb0e6 Enforce view permissions for UI views 2019-04-11 17:27:38 -04:00
3b06251720 Added tests for power panels, power feeds 2019-04-11 12:29:43 -04:00
e521508de9 #2350 - added virtual machines and test cases 2019-02-18 22:10:05 -05:00
9d69f14faa Implement basic view testing for all models (#2909) 2019-02-15 17:02:18 -05:00
3b4bcc881f Fix broken test 2019-02-13 10:09:33 -05:00
64d37cd450 Closes #2648: Include the connection_status field in nested represenations of connectable device components 2018-12-06 12:14:54 -05:00
bd7aee7c1f Closes #2614: Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
a324638f1f Improved logic for recording cable path connection status 2018-11-19 12:37:53 -05:00
fc41359df6 removed blank line 2018-11-12 23:34:14 -05:00
65bc8f0254 resolved #2586 - tests for the Cable model clean method 2018-11-12 23:26:08 -05:00
75f0d8ee90 Closes #2578: Reorganized nested serializers 2018-11-12 11:36:44 -05:00
3e92aa9fe7 Fixes #2571: Enforce deletion of attached cable when deleting a termination point 2018-11-08 12:15:56 -05:00
bb114ea66b Re-implemented connected device API view & test 2018-11-06 11:44:32 -05:00
e5f12109c5 Closes #2165: Re-implemented natural ordering for interfaces 2018-11-05 11:51:38 -05:00
cd243a90d0 connected_endpoint must be read-only on termination serializers 2018-10-31 16:12:36 -04:00
c2656c4ce1 Added tests for Cable model 2018-10-31 15:17:51 -04:00