67c73768c1
Add count_fhrp_groups to interface serializers
2021-11-04 09:58:33 -04:00
bbb98083eb
Clean up filtersets
2021-11-03 16:58:31 -04:00
96cde7d4af
Add wireless_lans to InterfaceSerializer; extend tests
2021-11-03 15:55:16 -04:00
ea39c8a4c1
Optimize interface REST API endpoints
2021-11-03 15:38:17 -04:00
7a55832a22
#6732 : Add asns relationship to SiteSerializer and extend tests
2021-11-03 15:24:15 -04:00
5fc373f5cc
Merge feature -> develop
2021-11-03 12:05:11 -05:00
cf9eaf2eff
Fix dcim/views.py merge error
2021-11-03 11:36:54 -05:00
0ec0185d84
Fix Migration
2021-11-03 09:51:03 -05:00
2c2e37e9f0
Merge branch 'develop' into feature
2021-11-03 10:29:02 -04:00
db2d71ed9e
Merge branch 'feature' into 6732-asn-model
2021-11-03 08:37:11 -05:00
cef0d168a5
Closes #6930 : Add 'ID' column to object tables ( #7673 )
...
* netbox-community/netbox#6930 : Add ID column to devices, device types, and components
* netbox-community/netbox#6930 : Add ID column to sites, racks, and tenants
* netbox-community/netbox#6930 : Add ID column to power, providers, TODO circuits
* netbox-community/netbox#6930 : Add ID column to virtualization tables
* netbox-community/netbox#6930 : Add ID column to IPAM tables
* netbox-community/netbox#6930 : Add ID column to 'extras' tables
* netbox-community/netbox#6930 : Move ID column to BaseTable class
* netbox-community/netbox#6930 : Don't linkify ID in device component template tables
* netbox-community/netbox#6930 : Don't show ID column in interface/console/power connections tables
* netbox-community/netbox#6930 : Don't show ID column in device component template tables
* netbox-community/netbox#6930 : Add ID column to ObjectJournal, DeviceImport, and Circuit tables
* Exclude ID column from selected tables
* netbox-community/netbox#6930:revert default columns on ObjectChangeTable, not configurable
* netbox-community/netbox#6930 : Add object ID to tagged objects table in tag detail view
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2021-11-02 16:21:34 -04:00
131e433880
Rename FHRPGroupAssignment object to interface
2021-11-02 15:10:02 -04:00
7625a2dd3c
#6732 - Swap ASN M2M to Site model and update some templates/filters
2021-11-02 12:26:06 -05:00
330c498fe4
Merge feature
2021-11-02 11:16:01 -05:00
8c27ff3859
#6732 - Add ASN back to filtersets
2021-11-02 11:07:19 -05:00
bb4f3e1789
Initial work on #6235
2021-11-01 16:56:30 -04:00
87e07e731d
#6732 - Removed ASN field hiding
2021-10-29 14:56:58 -05:00
3991115ae5
#6732 - Fix imports and other small items
2021-10-29 14:54:55 -05:00
a30e7bf34f
#6732 - Add ASN field back to bulk edit
2021-10-29 14:28:13 -05:00
7c147db324
#6732 - Fix test exception in Site form
2021-10-28 16:08:32 -05:00
1ce9192369
Move MACAddressField to utilities
2021-10-28 16:26:31 -04:00
0a8788eb97
#6732 - Fix Site form and ASN form
2021-10-28 13:57:36 -05:00
9565addcd4
#6732 - Fix test failure when sending data
2021-10-28 13:12:55 -05:00
033db83068
Merge branch 'feature' of https://github.com/netbox-community/netbox into 6732-asn-model
2021-10-28 11:55:20 -05:00
de5c9ef4b2
#6732 - Add graphql support for new ASN model and fix ASN overflow on longs
2021-10-28 11:49:59 -05:00
3c261b05d9
#6732 - Fix ASN tests
2021-10-28 11:49:21 -05:00
0f68ecda78
#6732 - Fix hiding of ASN field in Site creation form
2021-10-28 11:47:54 -05:00
a173083e5b
Closes #7606 : Model transmit power for interfaces
2021-10-28 09:31:45 -04:00
9b5f45aee1
#6732 - Serializers
2021-10-27 23:07:04 -05:00
8235b339ee
#6732 - Revert some changes to legacy ASN field on site model
...
* Re-instates ASN field on Site model
* Re-instates ASN field on Site view
* Re-instates ASN field on edit form and API, except for where forms instances are new (add site) or instance does not have any existing AS data
* Does not re-instate asn field on SiteBulkEditForm
* Does not re-instate ASN field on SiteTable
* Does not re-instate filter for filterset, but does allow filtering by query (q=34342)
* Does not include tests for ASN field on Site model due to planned deprecation
2021-10-27 22:25:31 -05:00
3185cd0b1f
#6732 - Correct incorrect field definition in field order
2021-10-27 21:31:59 -05:00
fbf91dda7d
Optimize config queries
2021-10-26 13:41:56 -04:00
41ff1d0fc9
Add NAPALM config parameters
2021-10-26 11:53:46 -04:00
7c0f32e8ee
Introduce ConfigItem; add rack elevation parameters
2021-10-26 10:04:56 -04:00
82243732a1
Initial work on #5883
2021-10-25 16:10:50 -04:00
61d2158f76
#6346 : Add 'bridge' interface type
2021-10-25 11:11:58 -04:00
68081fb9a2
Cleanup & API changelog for #3979
2021-10-25 11:07:15 -04:00
8b529abfe1
Initial work on #6732
2021-10-24 23:47:31 -05:00
a01068949c
Initial work on #6732
2021-10-24 23:42:47 -05:00
5193fa6483
Add tests for #6346
2021-10-21 16:57:01 -04:00
e1e2c76ae1
Add bridge field to Interface, VMInterface models
2021-10-21 16:30:18 -04:00
c06b3374ce
#6497 : Add missing tag fields to filter forms
2021-10-21 15:29:52 -04:00
1c6a84659c
#3979 cleanup
2021-10-21 14:20:47 -04:00
3a3ed8bf64
Merge branch 'feature' into 3979-wireless
2021-10-21 13:19:52 -04:00
cfb3897047
Add tags to organizational & nested group models
2021-10-21 10:51:02 -04:00
8c058dcd45
Closes #7530 : Move device type component lists to separate views
2021-10-20 15:04:40 -04:00
7b70129974
Refactor device component views
2021-10-20 14:24:02 -04:00
6a4becfb46
Add tests for wireless
2021-10-20 13:34:39 -04:00
efb41b7433
Merge branch 'develop' into feature
2021-10-20 10:10:10 -04:00
73f2f9fc63
Closes #7551 : Add UI field to filter interfaces by kind
2021-10-19 15:57:02 -04:00