Commit Graph

8926 Commits

Author SHA1 Message Date
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
Rhys Barrie
c3fbdeef02 netbox-community/netbox#7668: Relocate elevations button to location details table 2021-11-01 11:17:15 -04:00
bluikko
4875980717 Fix #7685: Doc image links (#7698)
* Fix image link in custom-script.md

* Fix image link in cable.md

* Fix image link in power.md
2021-11-01 09:13:18 -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
Rhys Barrie
8b538bada5 netbox-community/netbox#7668: Add 'View Elevations' button to location detail page 2021-10-29 14:07:02 -04: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
Daniel Sheppard
fa474e8f43 #6529 - Add CLI to run scripts 2021-10-28 15:14:42 -05: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
jeremystretch
7cb44d60da Closes #7606: Model transmit power for interfaces 2021-10-28 09:31:45 -04:00
jeremystretch
88d2dccee1 Extend dynamic config tests 2021-10-28 09:06:07 -04:00
Daniel Sheppard
d2bd335a73 #6732 - Serializers 2021-10-27 23:07:04 -05:00
Daniel Sheppard
a9a7033762 #6732 - Tests 2021-10-27 23:06:37 -05:00
Daniel Sheppard
9078e37de0 #6732 - GraphQL support 2021-10-27 23:06:09 -05:00
Daniel Sheppard
0a76078d4b #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
Daniel Sheppard
7df5144e5c #6732 - Correct incorrect field definition in field order 2021-10-27 21:31:59 -05:00
Jeremy Stretch
e40d8fa3f6 Merge pull request #7648 from netbox-community/5883-dyanmic-config
Closes #5883: Enable dynamic configuration of some settings
2021-10-27 16:48:59 -04:00
jeremystretch
d4053cd789 Use a key prefix for cache values when running tests 2021-10-27 16:33:59 -04:00
jeremystretch
b5d67cbefb Add initial tests for dynamic config 2021-10-27 15:58:54 -04:00
jeremystretch
6f60ca4d0b Move config parameter value population to ConfigRevisionForm init 2021-10-27 15:55:51 -04:00
jeremystretch
30bf745496 Improve visibility of modified values 2021-10-27 15:44:42 -04:00
thatmattlove
d1c26ea464 Fixes #7599: Improve color mode handling 2021-10-27 11:34:21 -07:00
jeremystretch
62a5f2ffbd Extend admin UI to allow restoring previous config revisions 2021-10-27 14:05:49 -04:00
jeremystretch
05f9e468db Fixes #7647: Require interface assignment when designating IP address as primary for device/VM during CSV import 2021-10-27 10:20:17 -04:00