Jeremy Stretch
a7389de109
Release v2.3.3
2018-04-19 11:07:19 -04:00
Nicholas St. Germain
9153c71cbf
stop force value split w ArrayFieldSelectMultiple
2018-04-18 14:02:40 -05:00
Jeremy Stretch
b44aa9d32e
Fixes #2014 : Allow assignment of VLANs to VM interfaces via the API
2018-04-18 12:37:20 -04:00
Jeremy Stretch
bcb1d9af0b
Fixes #2012 : Fixed deselection of an IP address as the primary IP for its parent device/VM
2018-04-12 13:03:20 -04:00
Jeremy Stretch
ef84889a57
Fixes #2022 : Show 0 for zero-value fields on CSV export
2018-04-12 12:54:21 -04:00
Jeremy Stretch
81c027e7cf
Fixes #2023 : Manufacturer should not be a required field when importing platforms
2018-04-12 12:45:25 -04:00
Jeremy Stretch
fd62a248ee
Merge pull request #2020 from Wikia/intfix
...
#2019 : avoid illegal casts on large integers
2018-04-12 12:06:44 -04:00
frankfarmer
2c8bea1b59
avoid illegal casts on large integers
...
A similar fix was applied in e5e32d82d00e454ba5edf25316828c1cdcd7673e
2018-04-09 17:42:54 -07:00
Jeremy Stretch
9de1a8c363
Introduced SerializedPKRelatedField to represent serialized ManyToManyFields
2018-04-06 12:42:25 -04:00
Jeremy Stretch
c72d70d114
Removed nested serializers for ManyToMany relationships temporarily
2018-04-05 16:26:29 -04:00
Jeremy Stretch
821fb1e01e
Finished merging writable serializers
2018-04-05 14:12:43 -04:00
Jeremy Stretch
7241783249
Started merging writable serializers (WIP)
2018-04-04 17:01:24 -04:00
Jeremy Stretch
db3cbaf83b
Introduced WritableNestedSerializer
2018-04-04 15:39:14 -04:00
Jeremy Stretch
72c518bcb7
Updated tests for recently added model fields
2018-04-04 15:10:06 -04:00
Jeremy Stretch
9725f19bae
Code formatting cleanup
2018-03-30 13:57:26 -04:00
Jeremy Stretch
0969c458b3
Closes #1842 : Implement support for Django 2.0
2018-03-30 10:39:22 -04:00
Jeremy Stretch
07364abf9e
Fixes #1988 : Order interfaces naturally when bulk renaming
2018-03-29 15:15:13 -04:00
Jeremy Stretch
20cb13e1bb
Fixes #1975 : Correct filtering logic for custom boolean fields
2018-03-29 14:47:35 -04:00
Jeremy Stretch
3f3b385de7
Fixes #1999 : Added missing description field to site edit form
2018-03-29 13:49:50 -04:00
Jeremy Stretch
94b12e506e
Fixes #1993 : Corrected status choices in site CSV import form
2018-03-29 09:50:29 -04:00
Jeremy Stretch
4ec6e52e73
Closes #1990 : Improved search function when assigning an IP address to an interface
2018-03-29 09:45:17 -04:00
Jeremy Stretch
88adc5ca86
Post-release version bump
2018-03-22 15:06:59 -04:00
Jeremy Stretch
223c95adbc
Release v2.3.2
2018-03-22 14:59:23 -04:00
Jeremy Stretch
720c5fabaf
Merge pull request #1643 from RyanBreaker/wildcard
...
Implements #1586 , add additional variants for ExpandableNameFields
2018-03-22 11:40:54 -04:00
Jeremy Stretch
05b5609d86
Merge pull request #1930 from davcamer/drf-yasg
...
Use drf_yasg to generate swagger
2018-03-21 15:43:05 -04:00
Jeremy Stretch
7e92aeb7ac
Merge pull request #1981 from luto/patch-1
...
compare strings using "==" not "is", fix crash bug
2018-03-21 15:22:00 -04:00
Jeremy Stretch
6e2eb15a80
Fixes #1978 : Include all virtual chassis member interfaces in LLDP neighbors view
2018-03-21 15:12:15 -04:00
luto
0b825ac3d0
compare strings using "==" not "is", fixes #1980
2018-03-21 14:28:59 +01:00
Dave Cameron
b5f1d74d6f
Definition for /dcim/connected-device/ endpoint
2018-03-16 16:48:08 -04:00
Dave Cameron
e071b7dfd5
The id__in field is a csv-separated string of ids
...
drf_yasg is interpreting it as a number because NumericInFilter inherits
from django's NumberFilter which explicitly identifies as being a
DecimalField.
2018-03-15 17:07:58 -04:00
Dave Cameron
53e4e74930
Differentiate better between boolean and 0, 1 choices
2018-03-15 17:07:58 -04:00
Dave Cameron
b83de7eb11
Use drf_yasg to generate swagger
...
drf_yasg provides more complete swagger output, allowing for generation
of usable clients.
Some custom work was needed to accommodate Netbox's custom field
serializers, and to provide x-nullable attributes where appropriate.
2018-03-15 17:07:58 -04:00
Jeremy Stretch
38a208242b
Closes #1945 : Implemented a VLAN members view
2018-03-15 15:33:13 -04:00
Jeremy Stretch
debc8521a5
Closes #1968 : Link device type instance count to filtered device list
2018-03-14 15:18:24 -04:00
Jeremy Stretch
8bd268d81c
Closes #1944 : Enable assigning VLANs to virtual machine interfaces
2018-03-14 14:53:28 -04:00
Jeremy Stretch
b22744b031
Removed validation constraint prohibitting a VLAN from being both tagged and untagged
2018-03-09 14:00:48 -05:00
Jeremy Stretch
a75d7079df
Fixed tests
2018-03-08 13:36:14 -05:00
Jeremy Stretch
aa8442a345
Removed VLAN assignments from interface bulk editing
2018-03-08 13:29:08 -05:00
Jeremy Stretch
70625a5cb0
Improved validation and workflow
2018-03-08 13:25:51 -05:00
Jeremy Stretch
7c043d9b4f
Replaced tagged/untagged VLAN assignment widgets with a VLAN table; separate view for adding VLANs
2018-03-07 17:01:51 -05:00
Jeremy Stretch
546f17ab50
Closes #1866 : Introduced AnnotatedMultipleChoiceField for filter forms
2018-03-07 14:16:38 -05:00
Jeremy Stretch
1c9986efc4
Closes #1949 : Added a button to view elevations on rack groups list
2018-03-07 11:37:05 -05:00
Jeremy Stretch
8ae13e29f5
Fixes #1955 : Require a plaintext value when creating a new secret
2018-03-07 11:20:10 -05:00
Jeremy Stretch
f5bb072f28
Fixes #1953 : Ignore duplicate IPs when calculating prefix utilization
2018-03-07 11:08:28 -05:00
Jeremy Stretch
37eef0ba6d
Fixes #1951 : Fix TypeError exception when importing platforms
2018-03-06 12:10:02 -05:00
Jeremy Stretch
603b80db1b
Fixes #1948 : Fix TypeError when attempting to add a member to an existing virtual chassis
2018-03-06 11:48:26 -05:00
Jeremy Stretch
c823660a8f
Post-release version bump
2018-03-01 15:36:32 -05:00
Jeremy Stretch
0c5ad85b35
Release v2.3.1
2018-03-01 15:30:09 -05:00
Jeremy Stretch
bdecf7a3e3
Fixes #1936 : Trigger validation error when attempting to create a virtual chassis without specifying member positions
2018-03-01 14:40:39 -05:00
Jeremy Stretch
6b62720daf
Closes #1910 : Added filters for cluter group and cluster type
2018-03-01 13:22:43 -05:00
Jeremy Stretch
d48c450018
Merge pull request #1925 from lampwins/bug/1921
...
fixed #1921 - create interfaces with 802.1q in api
2018-03-01 13:17:16 -05:00
Jeremy Stretch
078404fb59
Fixes #1926 : Prevent reassignment of parent device when bulk editing VC member interfaces
2018-03-01 13:10:36 -05:00
Jeremy Stretch
4bb526896f
Fixes #1934 : Fixed exception when rendering export template on an object type with custom fields assigned
2018-03-01 12:37:12 -05:00
Jeremy Stretch
0476006ef2
Merge pull request #1929 from lampwins/bug/1928
...
Fixed #1928 form bound check for site and vlan group
2018-03-01 12:22:17 -05:00
John Anderson
19831f0177
Merge branch 'develop' into bug/1921
2018-03-01 12:11:46 -05:00
Jeremy Stretch
fc9871fba3
Fixes #1935 : Correct API validation of VLANs assigned to interfaces
2018-03-01 12:05:25 -05:00
John Anderson
b34f4f8e43
refactor to handle M2M validation in ValidatedModelSerializer
2018-03-01 11:31:56 -05:00
John Anderson
0357d8522c
Merge branch 'develop' into bug/1921
2018-03-01 11:26:52 -05:00
Jeremy Stretch
08d06bd781
Fixes #1921 : Ignore ManyToManyFields when validating a new object created via the API
2018-03-01 11:16:28 -05:00
Jeremy Stretch
01a97add2a
Fixes #1927 : Include all VC member interaces on A side when creating a new interface connection
2018-03-01 09:49:17 -05:00
John Anderson
3cb351dceb
fixed form bound check for site and vlan group
2018-02-28 16:31:53 -05:00
Jeremy Stretch
9e11591b3b
Post-release version bump (a bit late)
2018-02-27 17:56:18 -05:00
John Anderson
e4c1cece75
fixed #1921 - create interfaces with 801.1q in api
2018-02-27 16:19:28 -05:00
Jeremy Stretch
6881a98048
Fixes #1924 : Include VID in VLAN lists when editing an interface
2018-02-27 16:10:02 -05:00
Jeremy Stretch
1cc135f01f
Fixes #1919 : Prevent exception when attempting to create a virtual machine without selecting devices
2018-02-27 15:40:24 -05:00
Jeremy Stretch
079c8894fa
Fixes #1915 : Redirect to device view after deleting a component
2018-02-27 14:59:45 -05:00
Jeremy Stretch
970759ed8b
Release v2.3.0
2018-02-26 14:19:38 -05:00
Jeremy Stretch
22f17a1424
Merge branch 'develop-2.3' into develop
2018-02-26 14:14:47 -05:00
Jeremy Stretch
5ed797cfc9
Fixes #1907 : Allow removing an IP as the primary for a device when editing the IP directly
2018-02-26 14:13:34 -05:00
Jeremy Stretch
37dde72c8f
Corrected order of arguments on DeviceVCMembershipForm
2018-02-26 13:28:05 -05:00
Jeremy Stretch
8b33b888b2
Merge branch 'develop' into develop-2.3
2018-02-21 16:16:20 -05:00
Jeremy Stretch
d29fd338eb
Post-release version bump
2018-02-21 16:13:29 -05:00
Jeremy Stretch
8b5dba25f5
Release v2.2.10
2018-02-21 16:04:15 -05:00
Jeremy Stretch
a5dc9537e5
Closes #1693 : Allow specifying loose or exact matching for custom field filters
2018-02-21 15:40:11 -05:00
Jeremy Stretch
3064948d8c
Closes #1801 : Update list of rack groups when selecting a site to filter by in rack elevations list
2018-02-21 14:06:38 -05:00
Jeremy Stretch
6967b6bdc5
Fixes #1892 : Removed convenience function from an old migration (see #632 ) to fix database error on extras/0009_topologymap_type
2018-02-21 12:00:38 -05:00
Jeremy Stretch
a8977a5dec
Closes #1885 : Added a device filter field for primary IP
2018-02-21 10:55:49 -05:00
Jeremy Stretch
b837e8ea0b
Fixes #1886 : Allow setting the primary IPv4/v6 address for a VirtualMachine via the web UI
2018-02-21 10:49:40 -05:00
Jeremy Stretch
110052fa0f
Fixes #1889 : Consistent ordering of interface fields on add/edit
2018-02-21 10:38:45 -05:00
Jeremy Stretch
84bb977d2e
Finished VirtualChassis list view
2018-02-21 09:53:23 -05:00
Jeremy Stretch
2d93c2b2da
Closes #78 : Implemented ability to render topology maps for console/power
2018-02-15 12:10:29 -05:00
Jeremy Stretch
9e4f2a9614
Fixed panel heading CSS class
2018-02-15 10:01:02 -05:00
Jeremy Stretch
5412a9f8ea
Exclude devices already assigned to a VC from the list of potential VC members
2018-02-14 13:36:05 -05:00
Jeremy Stretch
d7177d3e05
Fixed typo in template
2018-02-14 13:35:25 -05:00
Jeremy Stretch
a21bd81681
VirtualChassis form validation cleanup
2018-02-14 12:47:10 -05:00
Jeremy Stretch
e653f35bf1
Fixes #1884 : Provide additional context to identify devices when creating/editing avirtual chassis
2018-02-14 11:14:04 -05:00
John Anderson
28ea06a8bc
Fix for bulk interface edit form 802.1Q settings ( #1882 )
...
* fixes #1881 - bulk interface 802.1Q settings form
* fix PEP8 newline
* PEP8 fixup
2018-02-14 10:42:12 -05:00
Jeremy Stretch
86b0491b68
Closes #1876 : Added explanatory title text to disabled NAPALM buttons on device view
2018-02-13 11:03:31 -05:00
Jeremy Stretch
c8309581be
Fixes #1869 : Corrected ordering of VRFs with duplicate names
2018-02-07 13:40:08 -05:00
Jeremy Stretch
376c531fe4
Template libraries cleanup
2018-02-07 13:35:19 -05:00
Jeremy Stretch
b2c5bcd4f1
Upgraded jquery to v3.3.1
2018-02-06 15:11:29 -05:00
Jeremy Stretch
73c64272d8
Merge branch 'develop' into develop-2.3
2018-02-06 14:58:11 -05:00
Jeremy Stretch
11fe54753e
Fixes #1867 : Allow filtering on device status with multiple values
2018-02-06 14:10:42 -05:00
Jeremy Stretch
69f921aea9
Closes #1864 : Added a 'status' field to the circuit model
2018-02-06 14:06:05 -05:00
Jeremy Stretch
594ef71027
Fixes #1860 : Do not populate initial values for custom fields when editing objects in bulk
2018-02-02 21:30:16 -05:00
Jeremy Stretch
d25d8c21f6
Eliminated queries for distinct related object counts for better performance
2018-02-02 17:46:23 -05:00
Jeremy Stretch
835d13542f
Fixes #1858 : Include device/CM count for cluster list in global search results
2018-02-02 17:11:46 -05:00
Jeremy Stretch
7f5a3fffd3
Fixed related object links for platform/role tables
2018-02-02 16:49:38 -05:00
Jeremy Stretch
1890e710cb
Fixed quoting of line breaks inside a CSV field
2018-02-02 16:31:23 -05:00
Jeremy Stretch
a9fefbec5c
Added missing CSV header
2018-02-02 16:23:07 -05:00
Jeremy Stretch
b96e3af6c7
Closes #1714 : Standardized CSV export functionality for all object lists
2018-02-02 16:12:57 -05:00
Jeremy Stretch
12e6fe1d50
Standardized declaration of csv_headers on models
2018-02-02 14:26:16 -05:00
Jeremy Stretch
60c03a646c
Fixes #1859 : Implemented support for line breaks within CSV fields
2018-02-02 13:32:16 -05:00
Jeremy Stretch
59dcbce417
Refactored CSV export logic
2018-02-02 11:36:45 -05:00
Jeremy Stretch
e2213f458f
Allow assignment of services to IPs on any VC member
2018-02-01 16:11:04 -05:00
Jeremy Stretch
55adcc1f0c
Additional validation cleanup
2018-02-01 15:53:59 -05:00
Jeremy Stretch
d6eaa3d0cc
Added virtual chassis tests
2018-02-01 13:52:41 -05:00
Jeremy Stretch
25ad58d42c
Cleaned up API for virtual chassis
2018-02-01 13:02:34 -05:00
Jeremy Stretch
b61bccbb67
Added virtual chassis member remove view
2018-02-01 12:49:23 -05:00
Jeremy Stretch
f1da517c84
Added virtual chassis member add view
2018-02-01 11:39:13 -05:00
Jeremy Stretch
a4019be28c
Collapsed VCMembership into the Device model (WIP)
2018-01-31 22:47:27 -05:00
Jeremy Stretch
36090d9f02
Post-release version bump
2018-01-31 11:15:26 -05:00
Jeremy Stretch
6b101d2c49
Merge branch 'develop' into develop-2.3
2018-01-31 11:13:17 -05:00
Jeremy Stretch
b3243704df
Release v.2.2.9
2018-01-31 10:30:55 -05:00
Jeremy Stretch
8bedfcfc64
Added warning message about automatically deleting child inventory items
2018-01-31 10:25:06 -05:00
Jeremy Stretch
e0aa2c33e9
Fixes #1850 : Fix TypeError when attempting IP address import if only unnamed devices exist
2018-01-31 10:03:05 -05:00
Jeremy Stretch
49f268a14c
Added report results to the home page
2018-01-30 21:01:08 -05:00
Jeremy Stretch
2bb0e65aea
Closes #144 : Implemented list and bulk edit/delete views for InventoryItems
2018-01-30 17:46:00 -05:00
Jeremy Stretch
8b6d731cb6
Fixes #1838 : Fix KeyError when attempting to create a VirtualChassis with no devicesselected
2018-01-30 16:42:52 -05:00
Jeremy Stretch
1cd629efb3
#1843 : Allow assignment of VC member interfaces to VC master LAG
2018-01-30 16:34:42 -05:00
Jeremy Stretch
2f7f5425d8
Fixes #1848 : Allow null value for interface encapsulation mode
2018-01-30 16:20:50 -05:00
Jeremy Stretch
215156c333
Fixes #1847 : Fix RecursionError when VC master device is unnamed
2018-01-30 16:08:43 -05:00
Jeremy Stretch
a5d2055c11
Closes #1073 : Include prefixes/IPs from all VRFs when viewing the children of a container prefix in the global table
2018-01-30 13:39:33 -05:00
Jeremy Stretch
ffc2c564b8
Cleaned up InventoryItem add/edit/delete links and return URL
2018-01-30 13:07:10 -05:00
Jeremy Stretch
16f222b0ab
Closes #1366 : Enable searching for regions by name/slug
2018-01-30 12:11:20 -05:00
Jeremy Stretch
3edf90714a
Closes #1406 : Display tenant description as title text in object tables
2018-01-30 11:57:21 -05:00
Jeremy Stretch
4e8fc03c2b
Fixes #1845 : Correct display of VMs in list with no role assigned
2018-01-30 11:18:37 -05:00
Jeremy Stretch
5037283b62
Removed support for NAPALM 1.x
2018-01-25 14:35:19 -05:00
Jeremy Stretch
f2c9135b96
Merge branch 'develop' into develop-2.3
2018-01-25 14:21:25 -05:00
Jeremy Stretch
7378d82bc4
Closes #1821 : Added 'description' field to Site model
2018-01-25 13:29:09 -05:00
Jeremy Stretch
ed10a99771
Closes #1758 : Added 'status' field to Site model
2018-01-25 13:07:04 -05:00
Jeremy Stretch
4df128d34e
Renamed device status constants for clarity
2018-01-25 12:20:24 -05:00
Jeremy Stretch
33d0db5854
Highlight renamed components and allow for multiple previews
2018-01-25 11:59:43 -05:00
Jeremy Stretch
4a57a554da
Allow interface mode to be null (for routed interfaces)
2018-01-25 11:45:12 -05:00
Jeremy Stretch
21fe7c57d8
Closes #1835 : Consistent position of previous/next rack buttons
2018-01-25 10:19:45 -05:00
Jeremy Stretch
c43487b741
Extend IP address device filter to match virtual chassis members
2018-01-22 16:42:19 -05:00
Jeremy Stretch
9ea8dca4e3
Evaluate device_id rather than pulling entire device (DB optimization)
2018-01-19 16:16:45 -05:00
Jeremy Stretch
d80e64b2cc
Reflect virtual chassis membership in display_name
2018-01-19 15:53:49 -05:00
Jeremy Stretch
d7354f4dab
Completed virtual chassis API serializers
2018-01-19 13:34:37 -05:00
Jeremy Stretch
8d1676db54
Implemented a view for adding individual devices to an existing virtual chassis
2018-01-19 12:34:09 -05:00
Jeremy Stretch
0714a40509
Merge branch 'develop' into develop-2.3
2018-01-19 10:54:26 -05:00
Jeremy Stretch
5262156e1a
Fixes #1818 : InventoryItem API serializer no longer requires specifying a null value for items with no parent
2018-01-19 10:30:26 -05:00
Jeremy Stretch
7ac27b59c6
Closes #1824 : Add virtual machine count to platforms list
2018-01-19 09:25:16 -05:00
Jeremy Stretch
fc7a43f23e
Closes #1781 : Enable bulk renaming of device components
2018-01-10 15:48:07 -05:00
Jeremy Stretch
d5ecfe7bef
Fixes #1809 : Populate tenant assignment from parent when creating a new prefix
2018-01-10 09:38:55 -05:00
Jeremy Stretch
e58d1ac87e
Fixes #1807 : Populate VRF from parent when creating a new prefix
2018-01-05 15:31:48 -05:00
Jeremy Stretch
bb653e733c
Fixes #1621 : Tweaked LLDP interface name evaluation logic
2018-01-05 15:19:27 -05:00
Jeremy Stretch
9c27d18d6c
Fix bulk creation of Secrets via API
2018-01-02 17:07:21 -05:00
Jeremy Stretch
e5c13d2d72
Fix bulk creation of VCMemberships via API
2018-01-02 16:40:52 -05:00
Jeremy Stretch
b27529d927
Added bulk creation API tests
2018-01-02 16:29:44 -05:00
Jeremy Stretch
78ed85943b
Fixes #1765 : Improved rendering of null options for model choice fields in filter forms
2017-12-26 12:08:22 -05:00
Jeremy Stretch
7d87cc498a
Converted remaining legacy views to class-based views for the DCIM app
2017-12-21 15:08:05 -05:00
Jeremy Stretch
a523d25c0d
More table cleanup
2017-12-21 13:33:41 -05:00
Jeremy Stretch
d84e5d1839
Cleaned up component tables and checkbox toggling
2017-12-21 13:29:02 -05:00
Jeremy Stretch
063e79451f
Closes #1321 : Added created and last_updated fields for relevant models to their API serializers
2017-12-21 10:49:40 -05:00
Jeremy Stretch
b4a842d9da
Post-release version bump
2017-12-20 15:32:57 -05:00
Jeremy Stretch
841471104b
Release v2.2.8
2017-12-20 15:24:07 -05:00
Jeremy Stretch
779d685335
Closes #1784 : Added cluster_type filters for virtual machines
2017-12-20 14:24:12 -05:00
Jeremy Stretch
4d1e798c56
Merge pull request #1780 from explody/fix_1778
...
Fix for #1778 .
2017-12-20 14:17:45 -05:00
Jeremy Stretch
a598035236
Closes #1774 : Include a button to refine search results for all object types under global search
2017-12-20 14:09:52 -05:00
Jeremy Stretch
50395aa821
Closes #1773 : Moved child prefixes table to its own view
2017-12-20 14:01:37 -05:00
Jeremy Stretch
6d9c8fd85b
Fixes #1787 : Added missing site field to virtualization cluster CSV export
2017-12-20 13:18:30 -05:00
Jeremy Stretch
b65d994397
Fixes #1136 : Enforce model validation during bulk update
2017-12-20 13:04:00 -05:00
Jeremy Stretch
b20258c66e
Closes #1283 : Added a time zone field to the site model
2017-12-19 17:24:14 -05:00
Jeremy Stretch
9984238f2a
Closes #1744 : Allow associating a platform with a specific manufacturer
2017-12-19 16:15:26 -05:00
Jeremy Stretch
c3599bacf2
Fixes #1785 : Omit filter forms from browsable API
2017-12-19 15:30:55 -05:00
Jeremy Stretch
c10481b99d
Fixes #1783 : Added vm_role filter for device roles
2017-12-19 09:37:26 -05:00
Jeremy Stretch
02e01b7386
Merge pull request #1782 from digitalocean/99-virtual-chassis
...
Virtual Chassis Support
2017-12-18 17:09:53 -05:00
Jeremy Stretch
ca7147a0a7
PEP8 fixes
2017-12-18 16:52:49 -05:00
Jeremy Stretch
022c360964
Ignore VC member interfaces where mgmt_only=True
2017-12-18 16:44:44 -05:00
Jeremy Stretch
d41f4d2db3
Return all VC member interfaces when filtering for the master device; remove virtual_chassis_id filter
2017-12-18 16:22:49 -05:00
Jeremy Stretch
4871682dc6
Allow designating primary IPs assigned to a device's peer VC members
2017-12-18 16:08:46 -05:00
Mike Culbertson
1cebc1248b
Fix for #1778 .
...
This will set initial values for visible bulk-add form fields from query args.
2017-12-16 12:28:37 -05:00
Jeremy Stretch
70d235f99e
Added virtual chassis tests
2017-12-15 17:21:43 -05:00
Jeremy Stretch
153409d37e
Obsoleted ComponentEditView and ComponentDeleteView
2017-12-15 15:57:49 -05:00
Jeremy Stretch
67a30fdf91
Added virtual_chassis_id API filter for interfaces
2017-12-15 15:31:35 -05:00
Jeremy Stretch
911ce3f047
Display member interfaces when viewing VC master device
2017-12-15 15:24:03 -05:00
Jeremy Stretch
c97f7041a7
Closes #1772 : Added position filter for devices
2017-12-14 13:12:04 -05:00
Jeremy Stretch
89bfb4f722
Closes #1771 : Added name filter for racks
2017-12-14 13:05:26 -05:00
Jeremy Stretch
da3935ff36
Fixes #1766 : Fixed display of "select all" button on device power outlets list
2017-12-13 15:23:35 -05:00
Jeremy Stretch
06810bff91
Fixes #1764 : Fixed typos in export buttons
2017-12-13 11:55:31 -05:00
Jeremy Stretch
a9af75bbd1
Fixes #1767 : Use proper template for 404 responses
2017-12-13 11:49:36 -05:00
Jeremy Stretch
da2bff691b
Added views for editing/deleting VCMemberships
2017-12-08 12:51:52 -05:00
Jeremy Stretch
a85b3aa69f
Added a form to edit virtual chassis
2017-12-07 17:05:03 -05:00
Jeremy Stretch
859f89101e
Fixes #1727 : Added missing import for M2M_FIELD_TYPES
2017-12-07 15:36:08 -05:00
Jeremy Stretch
2545912532
Merge branch 'develop-2.3' into 99-virtual-chassis
2017-12-07 15:30:58 -05:00
Jeremy Stretch
2fc1519bc6
Merge branch 'develop' into develop-2.3
2017-12-07 14:56:16 -05:00
Jeremy Stretch
be6ef15ffa
Post-release version bump
2017-12-07 14:54:16 -05:00
Jeremy Stretch
5666079d92
Release v2.2.7
2017-12-07 14:50:44 -05:00
Jeremy Stretch
85f5ba9a25
Fixes #1756 : Improved natural ordering of console server ports and power outlets
2017-12-07 13:22:48 -05:00
Jeremy Stretch
fed6fc131b
Fixes #1751 : Corrected filtering for IPv6 addresses containing letters
2017-12-05 16:10:45 -05:00
Jeremy Stretch
cf49891853
Fixes #1740 : Delete session_key cookie on logout
2017-12-05 14:19:24 -05:00
Jeremy Stretch
de2a894269
Closes #1737 : Added a 'contains' API filter to find all prefixes containing a given IP or prefix
2017-11-30 12:37:41 -05:00
Jeremy Stretch
34d10f8db7
Fixes #1741 : Fixed Unicode support for secret plaintexts
2017-11-29 15:16:11 -05:00
Jeremy Stretch
68f76465cf
Fixes #1743 : Include number of instances for device types in global search
2017-11-29 14:07:41 -05:00
Jeremy Stretch
5f91413023
Added initial UI views for virtual chassis assignment
2017-11-29 12:58:36 -05:00
Jeremy Stretch
45d6955260
Fixed search field length in search view
2017-11-28 09:27:31 -05:00
Jeremy Stretch
3b801d43bc
Moved VC master designation to membership model
2017-11-27 15:59:13 -05:00
Jeremy Stretch
30df060357
Closes #1722 : Added VM count to site view
2017-11-27 10:59:24 -05:00
Jeremy Stretch
252be84bf0
Corrected tenant inheritance for new IP addresses created from a parent prefix
2017-11-22 13:00:48 -05:00
Jeremy Stretch
40ab272995
Fixes #1721 : Differentiated child IP count from utilization percentage for prefixes
2017-11-22 12:40:58 -05:00
Jeremy Stretch
0ec3b5db8b
Closes #1722 : Added virtual machine count to sites list
2017-11-22 12:19:04 -05:00
Jeremy Stretch
55e07c1c9a
Initial work on virtual chassis support
2017-11-17 16:47:26 -05:00
Jeremy Stretch
7e475511b6
Fixed version number
2017-11-17 12:06:52 -05:00
Jeremy Stretch
ca77e4545a
Merge branch 'develop' into develop-2.3
2017-11-17 12:05:38 -05:00
Jeremy Stretch
5dc9723585
Post-release version bump
2017-11-16 12:01:09 -05:00
Jeremy Stretch
3f8350b78f
Release v2.2.6
2017-11-16 11:57:43 -05:00
Jeremy Stretch
500a56b869
Fixes #1718 : Set empty label to 'Global' or VRF field in IP assignment form
2017-11-16 11:54:23 -05:00
Jeremy Stretch
e50b7174bf
Closes #1669 : Clicking "add an IP" from the prefix view will default to the first available IP within the prefix
2017-11-15 15:26:00 -05:00
Jeremy Stretch
8299c735b1
Fixes #1599 : Reduce mobile cut-off for navigation menu to 960px
2017-11-15 14:57:56 -05:00
Jeremy Stretch
124878ed22
Fixes #1599 : Display global search in navigation menu unless display is less than 1200px wide
2017-11-15 14:44:33 -05:00
Jeremy Stretch
1c09570805
Added nested representations of user and tenant to the rack reservation serializer
2017-11-15 14:15:44 -05:00
Jeremy Stretch
e56797737d
A bit of cosmetic cleanup from #1672
2017-11-15 14:06:58 -05:00
Jeremy Stretch
81852de1fa
Resolved migration collision from #1672
2017-11-15 13:57:19 -05:00
Nicholas Totsch
fbd39da8ca
Add Tenancy to Rack Reservations; Fixes #1592 ( #1672 )
...
* fixed prefix header to represent new serial "vlan_vid"
* shows option in creation now
* fixed visibility on rack page
* cleanup
* Added view to Tenant page
* Moved migration for update from #1666 and fixed tenant enumeration in FilterForm
* Fixed conflict #1
* Fixed filters from merge and made migration merge
* added tenant to api
* Fixed migrations problem
* Added Tenant to bulkedit option
2017-11-15 13:54:49 -05:00
Jeremy Stretch
db0ef95fe3
Cleaned up bulk IP provisioning a bit
2017-11-15 13:52:14 -05:00
Jeremy Stretch
d888aa67f9
Fixes #1715 : Added missing import buttons on object lists
2017-11-15 12:52:21 -05:00
Jeremy Stretch
0cb3e1749b
Fixes #1717 : Fixed inteface validation for virtual machines
2017-11-15 12:37:08 -05:00
Jeremy Stretch
b5a51aced3
Fixes #1645 : Simplified interface serialzier for IP addresses and optimized API view queryset
2017-11-15 12:21:52 -05:00
Jeremy Stretch
04ba57cb38
Fixed up validation of Interface VLAN assignments
2017-11-14 16:15:23 -05:00
Jeremy Stretch
ba42ad2115
Merge branch '150-interface-vlans' into develop-2.3
2017-11-14 15:36:14 -05:00
Jeremy Stretch
5c13382071
Closes #1706 : Added deprecation warning for Python 2
2017-11-14 15:07:13 -05:00
Jeremy Stretch
3df8c63d5c
Merge branch 'develop' into develop-2.3
2017-11-14 14:38:32 -05:00
Jeremy Stretch
8ff10d5995
Post-release version bump
2017-11-14 13:29:46 -05:00
Jeremy Stretch
63ac8863f3
Release v2.2.5
2017-11-14 13:20:15 -05:00
Jeremy Stretch
2047a16a57
Fixes #1703 : Added API serializer validation for custom integer fields
2017-11-14 13:15:09 -05:00
Jeremy Stretch
8d6d55d628
Fixes #1705 : Fixed filtering of devices with a status of offline
2017-11-14 12:58:47 -05:00
Karl
9a7dd5ea19
Update 0008_reports.py ( #1702 )
...
* Update 0008_reports.py
PG10 version string appears to, at least on Windows, contain a comma.
* Fix missing re import.
Fix missing re import.
* Update 0008_reports.py
2017-11-13 15:11:41 -05:00
Jeremy Stretch
30b544a743
Fixes #1642 : Validate device type classification when creating console server ports and power outlets
2017-11-10 15:01:46 -05:00
Jeremy Stretch
a0bb7b08bd
Closes #1512 : Added a view to search for an IP address being assigned to an interface
2017-11-10 11:58:59 -05:00
Jeremy Stretch
e1d655cb23
Fixes #1471 : Correct bulk selection of IP addresses within a prefix assigned to a VRF
2017-11-10 09:34:30 -05:00
Jeremy Stretch
5d46a112f8
#1694 : Initial work on "next available" prefix provisioning
2017-11-09 16:59:50 -05:00
Jeremy Stretch
a1b1e261de
Fixes #1699 : Correct nested representation in the API of primary IPs for virtual machines and add missing primary_ip property
2017-11-09 09:33:40 -05:00
Jeremy Stretch
e01e5e6b0e
Standardize on JSON data format for all POST/PUT test client requests
2017-11-08 13:54:35 -05:00
Jeremy Stretch
4f2dc50b5c
Extended prefix 'available-ips' endpoint to accept multiple objects (related to #1553 )
2017-11-08 13:48:33 -05:00
Jeremy Stretch
c3e5106b04
Restored search method on prefix filter
2017-11-08 10:33:30 -05:00
Jeremy Stretch
593ae295e3
Removed prefix parent
filter (see #1684 )
2017-11-08 09:57:35 -05:00
Jeremy Stretch
9d50b78b69
Fixes #1696 : Fix for NAPALM v2.0+
2017-11-08 09:51:37 -05:00
Jeremy Stretch
198170ca48
Closes #1553 : Introduced support for bulk object creation via the API
2017-11-07 15:36:10 -05:00
Jeremy Stretch
00986fd7bf
Closes #1691 : Cleaned up and reorganized import statements
2017-11-07 11:08:23 -05:00
Jeremy Stretch
2519ebff9d
Tweaked exception-handling middleware to preserve tracebacks
2017-11-06 17:48:13 -05:00
Jeremy Stretch
c33775d71e
#1689 : Fix for Python 2
2017-11-06 17:44:19 -05:00
Jeremy Stretch
6b0721cc21
Fixed PermissionError handling for Python 2
2017-11-06 17:24:09 -05:00
Jeremy Stretch
d306e76420
Fixes #1689 : Disregard IP address mask when filtering for child IPs of a prefix
2017-11-06 10:07:44 -05:00
Jeremy Stretch
73cd76932a
Closes #1679 : Added IP address roles to device/VM interface lists
2017-11-03 17:00:08 -04:00
Jeremy Stretch
5d19a9f50f
Rearranged device/VM view and expanded component lists
2017-11-03 16:58:56 -04:00
Jeremy Stretch
368c30ef9d
Removed unused imports
2017-11-03 14:36:28 -04:00
Jeremy Stretch
f77bf72de8
Closes #1683 : Replaced default 500 handler with custom middleware to provide preliminary troubleshooting assistance
2017-11-03 13:24:31 -04:00
Jeremy Stretch
74cc8c022c
Fixes #1650 : Correct numeric ordering for interfaces with no alphabetic type
2017-11-02 13:58:30 -04:00
Jeremy Stretch
c6f3b00f0e
Fixes #1676 : Correct filtering of child prefixes upon bulk edit/delete from the parent prefix view
2017-11-02 13:21:19 -04:00
Jeremy Stretch
626fbd1d10
Closes #1684 : Replaced prefix 'parent' filter with 'within' and 'within_include'
2017-11-02 13:15:25 -04:00
Ichabond
b8df05cf88
Fixes #1655 . Removed explicit field references. ( #1656 )
...
* Fixes #1655
Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.
* Fixes #1655 : Removed explicit field references
Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.
* Adapted PR to comply with comments
Re-introduced certain references to make sure explicit references are still used where needed.
2017-11-02 11:51:27 -04:00
Ryan Breaker
57973f62c5
Fix bug with numbers >10
2017-10-31 22:03:57 -05:00
Jeremy Stretch
e56fc4b1ee
Post-release version bump
2017-10-31 15:25:59 -04:00
Jeremy Stretch
76ebd2d34f
Release v2.2.4
2017-10-31 15:17:35 -04:00
Jeremy Stretch
85c273c8ca
Fixes #1670 : Corrected filter names (regression from #1649 )
2017-10-31 14:47:14 -04:00
Jeremy Stretch
b9cd834e95
Post-release version bump
2017-10-31 14:07:19 -04:00
Jeremy Stretch
cfa6bee081
Release v2.2.3
2017-10-31 13:58:27 -04:00
Jeremy Stretch
b46cc2c1a9
Closes #1666 : Allow modifying the owner of a rack reservation
2017-10-31 13:52:35 -04:00
wanglf
d08bc7767e
Fixed missing field 'serial' in function to_csv()
2017-10-31 22:05:30 +08:00
Jeremy Stretch
bbd0761887
Fixes #1653 : Remove outdated description for DeviceType's is_network_device flag
2017-10-30 17:45:05 -04:00
Jeremy Stretch
4668149943
Fixes #1649 : Correct fitlering on null values (e.g. ?tenant_id=0) for django-filters v1.1.0+
2017-10-30 17:20:22 -04:00
Jeremy Stretch
a5b7c057eb
Merge pull request #1604 from RyanBreaker/virt-initial_data
...
Added virtualization fixture for initial_data
2017-10-30 15:30:28 -04:00
Jeremy Stretch
0a04bb110a
Fixes #1603 : Hide selection checkboxes for tables with no available actions
2017-10-27 10:33:58 -04:00
Jeremy Stretch
9c0b414676
Fixed vertical heigh of checboxes in tables
2017-10-27 10:31:54 -04:00
Jeremy Stretch
5be4b0c4fd
Closes #1631 : Added a post_run method to the Report class
2017-10-27 10:02:27 -04:00
Tom Strickx
1b5aa67f5d
Remove explicit reference to the name
field
...
Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display
2017-10-26 09:24:39 -07:00
Ryan Breaker
02c278f393
Add Digital Ocean as an initial cluster
2017-10-26 10:05:18 -05:00
Ryan Breaker
e57b8aa26f
E226 fix
2017-10-24 20:43:02 -05:00
Ryan Breaker
3d023126ba
Refactor pattern check
2017-10-24 20:22:15 -05:00
Ryan Breaker
53f58d4496
Update comment
2017-10-24 20:03:10 -05:00
Ryan Breaker
1a6ee237f6
Update help text for ExpandableNameField (again)
2017-10-24 19:59:37 -05:00
Ryan Breaker
33a99441a4
Update help text for ExpandableNameField
2017-10-24 19:55:50 -05:00
Ryan Breaker
3df7e283e3
Prevent mismatch of cases in ranges
2017-10-24 19:46:12 -05:00
Ryan Breaker
b295849f53
Prevent mismatch of types in ranges
2017-10-24 19:30:43 -05:00
Ryan Breaker
c107f35118
Merge letters and numbers into one function
2017-10-24 17:55:00 -05:00
Ryan Breaker
3d91153275
Add alphabetic variants to interface expansions
2017-10-24 00:09:38 -05:00
Jeremy Stretch
54472b3806
Fixes #1634 : Cluster should not be a required field when importing child devices
2017-10-23 13:17:51 -04:00
Jeremy Stretch
14e5f89feb
Fixes #1624 : Add VM count to device roles table
2017-10-23 13:15:34 -04:00
Jeremy Stretch
a0b93bb4df
Fixes #1513 : Correct filtering of custom field choices
2017-10-20 16:39:13 -04:00
Jeremy Stretch
85347d9675
Closes #999 : Display devices on which circuits are terminated in circuits list
2017-10-20 16:27:19 -04:00
Ryan Breaker
060f7a7191
Add Hyper-V and Azure to Virtualization initial_data
2017-10-19 20:18:09 -05:00
Jeremy Stretch
81ca6f7cba
#1621 : Allow for loose matching of short-form IOS interface names when validating LLDP neighbors
2017-10-19 17:12:28 -04:00
Jeremy Stretch
515645bb4d
Fixes #1620 : Loosen IP address search filter to match all IPs that start with the given string
2017-10-18 14:29:56 -04:00
Jeremy Stretch
6ae6209457
Fixes #1619 : Correct text-based filtering of IP network and address fields
2017-10-18 13:01:49 -04:00
Jeremy Stretch
272325ff05
Fixes #1618 : Allow bulk deletion of all virtual machines
2017-10-18 12:31:58 -04:00
Jeremy Stretch
a84b49b92d
Merge pull request #1597 from RyanBreaker/validations
...
Additional data validation for Rack model
2017-10-18 11:22:26 -04:00
Jeremy Stretch
b63efdd80b
Post-release version bump
2017-10-17 11:25:12 -04:00
Jeremy Stretch
2afa6ed2cb
Release v2.2.2
2017-10-17 11:21:58 -04:00
Jeremy Stretch
34f1a9ebfb
Fixes #1579 : Devices already assigned to a cluster cannot be added to a different cluster
2017-10-17 09:59:35 -04:00
Jeremy Stretch
6f2f8697ae
Fixes #1609 : Added missing virtual_machine field to IP address interface serializer
2017-10-17 09:23:53 -04:00
Jeremy Stretch
6ec9d1d6ce
Merge pull request #1598 from candlerb/candlerb/1498
...
Avoid creating repeated graph nodes where device matches multiple regexps
2017-10-16 17:16:46 -04:00
Jeremy Stretch
047f22e110
Fixes #1605 : Added clusters and virtual machines to object list for global search
2017-10-16 16:44:15 -04:00
Ryan Breaker
a91fcbb310
Added virtualization fixture for loaddata initial_data
2017-10-16 14:59:39 -05:00
root
5fc3eac0f6
Avoid creating repeated graph nodes where device matches multiple regexps
...
Fixes #1498
2017-10-16 10:13:39 +00:00
Ryan Breaker
937faaf149
Add test for validation of device within rack height.
2017-10-15 19:03:28 -05:00
Ryan Breaker
115e7d6e50
Add group and site matching validation to Rack.clean() and testing
2017-10-15 18:35:03 -05:00
Jeremy Stretch
34259d5d9d
Removed deprecated xstr and expand_pattern functions
2017-10-13 14:29:55 -04:00
Jeremy Stretch
91b6ebb0c0
Closes #1580 : Allow cluster assignment when bulk importing devices
2017-10-13 14:19:41 -04:00
Jeremy Stretch
60b4f1f89f
Fixes #1585 : Fixed slug-based filtering of virtual machines
2017-10-13 12:14:19 -04:00
Jeremy Stretch
17493ff655
Closes #1587 : Add primary IP column for virtual machines in global search results
2017-10-13 10:53:25 -04:00
Jeremy Stretch
6c27e6c4fe
Fixes #1584 : Colorized virtual machine role column
2017-10-13 10:45:34 -04:00
Jeremy Stretch
4cb0be4df3
Fixes #1582 : Add virtual_machine attribute to IPAddress
2017-10-13 10:42:45 -04:00
Jeremy Stretch
881fdbe893
Post-release version bump
2017-10-12 16:39:51 -04:00
Jeremy Stretch
75d840fa1a
PEP8 fix
2017-10-12 16:07:13 -04:00
Jeremy Stretch
800bdd8fc5
Release v2.2.1
2017-10-12 16:04:01 -04:00
Jeremy Stretch
b04ade8060
Fixes #1576 : Move PostgreSQL validation logic into the relevant migration
2017-10-12 16:02:15 -04:00
Jeremy Stretch
7f4d96f33e
Post-release version bump
2017-10-12 14:01:52 -04:00
Jeremy Stretch
9d8daca54d
Release v2.2.0
2017-10-12 13:54:04 -04:00
Jeremy Stretch
3a0b57b50f
Fixed typo
2017-10-12 13:47:44 -04:00
Ryan Breaker
38d2333165
Add meta tags for charset and convert some tabs to spaces for consistency ( #1574 )
...
* Add meta tag for charset.
* Add meta tag for charset in 500.html and convert some tabs to spaces for consistency.
2017-10-12 13:39:28 -04:00
Jeremy Stretch
60e3ff0bf0
Updated version number for v2.2 build
2017-10-11 16:42:44 -04:00
Jeremy Stretch
17a45109f4
Bypass PostgreSQL 9.4 check if database is inaccessible
2017-10-11 16:28:05 -04:00
Jeremy Stretch
f27e1ba885
Check that PostgreSQL is 9.4 or higher on initialization
2017-10-11 16:16:44 -04:00
Jeremy Stretch
990c9d6f7c
Updated package requirements
2017-10-11 15:11:51 -04:00
Jeremy Stretch
b301b8f6f2
Branded the browsable API template
2017-10-11 14:47:43 -04:00
Jeremy Stretch
924cf9bfd4
Removed obsolete docker build file
2017-10-11 14:39:51 -04:00
Jeremy Stretch
7e6573d191
Added missing permission class to reports API viewset
2017-10-11 14:37:25 -04:00
Jeremy Stretch
fdae3a3f31
Introduced the REPORTS_ROOT config parameter; Python2 fixes
2017-10-11 14:03:35 -04:00
Jeremy Stretch
51194e20f2
Improved template for when no reports are found
2017-10-11 13:30:38 -04:00
Jeremy Stretch
007f930fed
Merge branch 'develop' into develop-2.2
...
Conflicts:
netbox/utilities/api.py
2017-10-11 10:47:21 -04:00
Jeremy Stretch
f253f164a3
Closes #1510 : Added ability to search by name when adding devices to a cluster
2017-10-11 10:14:09 -04:00
Jeremy Stretch
abfe71bb04
#1556 : Swapped label and value
2017-10-10 17:47:53 -04:00
Jeremy Stretch
0c645b12d1
Moved querysets to separate files; tweaked interface ordering logic ( #1523 )
2017-10-10 17:23:41 -04:00
Jeremy Stretch
f824d1eb3b
Closes #1556 : Added API endpoints listing static field choices for each app
2017-10-10 16:41:35 -04:00
Jeremy Stretch
afbbe1148f
Moved core API classes out of utilities
2017-10-10 14:21:20 -04:00
Jeremy Stretch
8403e91fc9
Fixes #1567 : Prompt user for session key when importing secrets
2017-10-10 13:22:40 -04:00
Jeremy Stretch
c300879995
Fixes #1527 : Replace deprecated pycrypto library with pycryptodome
2017-10-09 17:40:15 -04:00
Jeremy Stretch
ea1d298eb3
Closes #494 : Include asset tag in device info pop-up on rack elevation
2017-10-09 16:25:52 -04:00
Jeremy Stretch
d17b36519a
Closes #1479 : Added CARP IP address role
2017-10-09 16:03:45 -04:00
Jeremy Stretch
f4f0896470
Added bulk import view for secret roles
2017-10-09 15:56:17 -04:00
Jeremy Stretch
2c9b41db75
Added bulk import view for circuit types
2017-10-09 15:52:22 -04:00
Jeremy Stretch
a38cd449c5
Added bulk import views for cluster types and groups
2017-10-09 15:49:48 -04:00
Jeremy Stretch
977cad3830
Added bulk import views for RIRs, roles, and VLAN groups
2017-10-09 15:42:06 -04:00
Jeremy Stretch
987587b5f3
Added NAPALM driver to platform table; removed legacy RPC client
2017-10-09 15:30:48 -04:00
Jeremy Stretch
9351f686b1
Added bulk import views for rack roles, device roles, and platforms
2017-10-09 15:28:46 -04:00
Jeremy Stretch
42e557bd3f
Added bulk import view for tenant groups
2017-10-09 15:09:40 -04:00
Jeremy Stretch
35c2c8e8de
#1444 : Added a serial number field to the rack model
2017-10-09 15:01:57 -04:00
Jeremy Stretch
960e1d49c2
Closes #1551 : Added CPAK, CFP2, and CFP4 100GE interface form factors
2017-10-09 14:45:10 -04:00
Jeremy Stretch
100d979d3e
Fixes #1554 : Don't require form_factor when creating an interface assigned to a virtual machine
2017-10-09 14:27:31 -04:00
Jeremy Stretch
b734599f40
Closes #1557 : Added filtering for virtual machine interfaces
2017-10-09 13:59:53 -04:00
Jeremy Stretch
b41b4fc584
Closes #1506 : Extended rack facility ID field from 30 to 50 characters
2017-10-09 13:44:22 -04:00
Jeremy Stretch
b69bf58c63
Closes #1548 : Automatically populate tenant assignment when adding an IP address from the prefix view
2017-10-09 13:40:28 -04:00
Jeremy Stretch
a73e598a6e
#1561 : Selected related primary IPs for devices under global search
2017-10-09 13:32:30 -04:00
huzichunjohn
af2de6776d
Closes #1561 : Add Primary IP for a device to Search Results ( #1565 )
2017-10-09 13:28:39 -04:00
Jeremy Stretch
98195c9e74
Fixes #1550 : Corrected interface connections link in navigation menu
2017-10-06 15:39:39 -04:00
Jeremy Stretch
97188ad85b
Fixes #1563 : Made necessary updates for Django REST Framework v3.7.0
2017-10-06 15:26:56 -04:00
Jeremy Stretch
77182d8711
Redesigned the navigation menus
2017-09-29 14:27:42 -04:00
Jeremy Stretch
32399b0cb5
Merge branch 'develop-2.2' of github.com:digitalocean/netbox into develop-2.2
2017-09-29 12:54:38 -04:00
Jeremy Stretch
3d25cecc69
Merge branch 'develop-2.2' into develop-2.1
2017-09-29 12:30:36 -04:00