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

2248 Commits

Author SHA1 Message Date
f61cea695b Release v2.5-beta1 2018-11-06 15:59:46 -05:00
338ce737c8 Removed deprecated expand_numeric_pattern() 2018-11-06 15:39:38 -05:00
f41f141130 Removed unused class NullableModelMultipleChoiceField 2018-11-06 15:32:59 -05:00
9f0169286b Standardize usage of NaturalOrderingManager 2018-11-06 14:05:23 -05:00
60452a7b0c Implemented DeviceComponentManager; removed natsort as a dependency 2018-11-06 12:43:30 -05:00
6140dd955a Set unit_length to empty string when not specified during cable import 2018-11-06 12:12:06 -05:00
5e06c5a9ea Added cable connection views for front/rear ports 2018-11-06 12:04:46 -05:00
ad4e1f01aa Improved templates for cable creation 2018-11-06 11:52:41 -05:00
bb114ea66b Re-implemented connected device API view & test 2018-11-06 11:44:32 -05:00
ce00226bc6 Merge release v2.4.7 into develop-2.5 2018-11-06 11:19:38 -05:00
8bad25b860 Post-release version bump 2018-11-06 10:57:38 -05:00
99edb8b8d5 Release v2.4.7 2018-11-06 10:49:44 -05:00
b4998f4b01 Closes #2388: Enable filtering of devices/VMs by region 2018-11-06 10:31:56 -05:00
51295389c6 add temporary support for hyphenated query params for #2549 2018-11-06 10:08:00 -05:00
fd4a9db13e Closes #2512: Add device field to inventory item filter form 2018-11-06 09:24:05 -05:00
817dc89279 fixed test for #2549 2018-11-06 00:54:57 -05:00
798a87b31e fixed #2549 - incorrect naming of peer-device and peer-interface 2018-11-06 00:51:55 -05:00
bd3ccfe020 Fixes #2528: Enable creating circuit terminations with interface assignment via API 2018-11-05 16:10:01 -05:00
ded90df01b Filter cleanup 2018-11-05 15:45:21 -05:00
82b4aad585 Fixes 2427: Added filtering interfaces by vlan id(vlan=#) and vlan pk(vlan_id=#) (#2521) 2018-11-05 15:37:52 -05:00
0c86fd89ca Update models.py (#2502)
Fix the handling of shared IPs (VIP, VRRF, etc.) when unique IP space enforcement is set.

Add parentheses for the logical OR-statement to make the evaluation valid.

Fixes: #2501
2018-11-05 15:33:10 -05:00
e57b3bc4ab Closes #2057: Added description columns to interface connections list 2018-11-05 14:41:51 -05:00
46e594f1f1 Closes #1931: Added a count of assigned IP addresses to the interface API serializer 2018-11-05 14:32:22 -05:00
1847e82d04 Closes #867: Add a 'description' field to CircuitTermination 2018-11-05 13:53:22 -05:00
045856c9ac Introduced a placeholder template filter 2018-11-05 13:00:46 -05:00
976388f29c Removed 'interface_ordering' field from DeviceType 2018-11-05 12:02:55 -05:00
e5f12109c5 Closes #2165: Re-implemented natural ordering for interfaces 2018-11-05 11:51:38 -05:00
319869c22e Update django is_safe_url calls to new API (#2546) 2018-11-05 08:52:00 -05:00
66ef5c726c Removed deprecated CableQuerySet 2018-11-02 15:33:31 -04:00
f8a961b568 Cleaned up import statements 2018-11-02 15:20:08 -04:00
521a989d23 Removed Python2 hack 2018-11-02 14:59:48 -04:00
0a71c63583 Upgraded to Django 2.1 2018-11-02 14:42:15 -04:00
b05171b126 Upgraded django-tables2 to v2.0.2 2018-11-02 14:27:17 -04:00
516faac73f Fixed deprecation warnings from DRF 3.9 2018-11-02 13:48:44 -04:00
29d546a3f1 Upgraded django-filter to 2.0.0 2018-11-02 13:46:28 -04:00
bb5c0989f3 Fixed compatability with Django REST Framework v3.9.0 2018-11-02 13:16:44 -04:00
3ea2978df4 Standardized naming of reverse relationships from component templates to DeviceType 2018-11-02 11:55:52 -04:00
cf9c8f35a0 Normalize ordering of cables by PK 2018-11-02 11:27:26 -04:00
cefec1be60 Show connected circuit termination on interface view 2018-11-02 11:15:09 -04:00
16d8308fa8 Deprecated CableTermination.get_connected_cable() 2018-11-02 11:04:21 -04:00
af95ba48aa Replaced is_console_server, is_pdu, and is_network_device filters on Device and DeviceType 2018-11-02 10:45:31 -04:00
c60c5502f6 Closes #450: Add 'outer_width' and 'outer_depth' fields to Rack 2018-11-02 09:51:17 -04:00
4ffe1866c5 Closes #1444: Add field to Rack model 2018-11-02 09:17:51 -04:00
fa6c4db13b Closes #2104: Add 'status' field to Rack 2018-11-01 16:03:42 -04:00
91ce6c2420 Cable migration for ExportTemplate 2018-11-01 14:54:53 -04:00
62da0778ee Suppress print() output from migrations during testing 2018-11-01 14:54:36 -04:00
7ffb5f16dd Fix color display for cables 2018-11-01 14:32:43 -04:00
623de7d210 Fixed cable list display for circuit terminations 2018-11-01 14:14:31 -04:00
1119209fa0 Added CSV export for cables 2018-11-01 13:39:39 -04:00
c3db7191d2 Added bulk edit/delete views for cables 2018-11-01 13:19:24 -04:00