Commit Graph

8482 Commits

Author SHA1 Message Date
Daniel Sheppard
f178ae396b Fix dcim/views.py merge error 2021-11-03 11:36:54 -05:00
Daniel Sheppard
70059363cb Update ip.py 2021-11-03 10:04:26 -05:00
Daniel Sheppard
d02f404987 Fix Migration 2021-11-03 09:51:03 -05:00
Daniel Sheppard
cef2b09b40 Fix migration issues 2021-11-03 08:56:04 -05:00
Daniel Sheppard
901f08798e Merge branch 'feature' into 6732-asn-model 2021-11-03 08:37:11 -05:00
Jeremy Stretch
6b8b6f6753 Merge pull request #7714 from netbox-community/6235-fhrp
Closes #6235: FHRP group modeling
2021-11-02 15:43:40 -04:00
jeremystretch
dc3c9dd062 Docs & changelog for #6235 2021-11-02 15:26:45 -04:00
jeremystretch
b7189be52e Rename FHRPGroupAssignment object to interface 2021-11-02 15:10:02 -04:00
jeremystretch
da3a24c8f5 REST API optimizations 2021-11-02 14:08:36 -04:00
jeremystretch
7256aa46c3 Clean up FHRP group templates, forms 2021-11-02 13:32:41 -04:00
Daniel Sheppard
a3531474b5 #6732 - Swap ASN M2M to Site model and update some templates/filters 2021-11-02 12:26:06 -05:00
jeremystretch
16b9137885 Make assignment priority a required field 2021-11-02 13:22:00 -04:00
jeremystretch
bf2c3a3cf0 Allow users to create new FHRP group directly from the interface view 2021-11-02 13:06:58 -04:00
Daniel Sheppard
a2fde1ef68 Merge feature 2021-11-02 11:16:01 -05:00
Daniel Sheppard
1b949db085 #6732 - Remove migration 2021-11-02 11:10:50 -05:00
Daniel Sheppard
abc982b54f #6732 - Add ASN back to filtersets 2021-11-02 11:07:19 -05:00
jeremystretch
9b0046ce25 Merge branch 'feature' into 6235-fhrp 2021-11-02 12:05:34 -04:00
Jeremy Stretch
888aca8e95 Merge pull request #7709 from netbox-community/7649-social-auth
Closes #7649: Add support for SSO
2021-11-02 12:04:58 -04:00
jeremystretch
37df99e302 Changelog & initial docs for #7649 2021-11-02 11:49:10 -04:00
jeremystretch
639b541228 Enable filtering FHRP groups by related IP addresses 2021-11-02 09:56:52 -04:00
jeremystretch
2ca3716758 Initial work on #6235 2021-11-01 16:56:30 -04:00
jeremystretch
4a7cab1e96 Remove errant URL path 2021-11-01 13:32:02 -04:00
jeremystretch
82f1395c51 Optimize wireless migrations 2021-11-01 11:23:58 -04:00
jeremystretch
49708e7c09 Initial work on SSO support (WIP) 2021-10-29 17:06:14 -04:00
Daniel Sheppard
15e463a26d #6732 - Removed ASN field hiding 2021-10-29 14:56:58 -05:00
Daniel Sheppard
4ff352c2a5 #6732 - Fix imports and other small items 2021-10-29 14:54:55 -05:00
Daniel Sheppard
e4ea24aa1f #6732 - Add ASN field back to bulk edit 2021-10-29 14:28:13 -05:00
Daniel Sheppard
e237ffce8f #6732 - Corrected model field definitions 2021-10-29 14:26:19 -05:00
Daniel Sheppard
a3d1faffaa #6732 - Restore resolve_field to the filterset 2021-10-29 14:15:37 -05:00
jeremystretch
3e508e32df Closes #6615: Add filter lookups for custom fields 2021-10-29 11:23:56 -04:00
Jeremy Stretch
29e2865eba Merge pull request #7678 from netbox-community/6615-custom-field-filters
Closes #6615: Enable filter lookups for custom fields
2021-10-29 11:21:45 -04:00
jeremystretch
071d2e0303 Add tests for custom field lookups 2021-10-29 09:45:48 -04:00
Daniel Sheppard
a02d50c461 #6732 - Fix test exception in Site form 2021-10-28 16:08:32 -05:00
jeremystretch
441afb8911 Use multi-value filters for custom fields 2021-10-28 16:40:51 -04:00
jeremystretch
b46f146a32 Move MACAddressField to utilities 2021-10-28 16:26:31 -04:00
jeremystretch
526e18b5f6 Automatically add additional lookup filters for custom fields 2021-10-28 16:09:36 -04:00
jeremystretch
4503af1911 Ditch CustomFieldFilter 2021-10-28 15:36:12 -04:00
Daniel Sheppard
8ef57e4ab2 #6732 - Fix Site form and ASN form 2021-10-28 13:57:36 -05:00
Daniel Sheppard
22e16cce66 #6732 - Fix test failure when sending data 2021-10-28 13:12:55 -05:00
jeremystretch
c07bc39619 Refactor generation of additional lookup filters 2021-10-28 14:00:07 -04:00
Daniel Sheppard
a33244e76b #6732 - Update migration file 2021-10-28 12:06:41 -05:00
Daniel Sheppard
dac86e6aec Merge branch 'feature' of https://github.com/netbox-community/netbox into 6732-asn-model 2021-10-28 11:55:20 -05:00
Daniel Sheppard
17eddbbb42 #6732 - Add graphql support for new ASN model and fix ASN overflow on longs 2021-10-28 11:49:59 -05:00
Daniel Sheppard
2c58c10e2f #6732 - Fix ASN tests 2021-10-28 11:49:21 -05:00
Daniel Sheppard
308116cb95 #6732 - Fix CSV import form 2021-10-28 11:48:50 -05:00
Daniel Sheppard
c51cbc53eb #6732 - Fix hiding of ASN field in Site creation form 2021-10-28 11:47:54 -05:00
Daniel Sheppard
d6b682b1e9 #6732 - Fix tests for utilities 2021-10-28 11:46:55 -05:00
Daniel Sheppard
f0a0ec7c08 #6732 - ASN should be unique 2021-10-28 10:04:12 -05:00
jeremystretch
b2ba4a6006 Tweak preformatted block styling 2021-10-28 10:46:00 -04:00
jeremystretch
076366108d Closes #7452: Add JSON custom field type 2021-10-28 10:29:14 -04:00