Commit Graph

8705 Commits

Author SHA1 Message Date
jeremystretch
b2467d0c29 Fixes #7721: Retain pagination preference when MAX_PAGE_SIZE is zero 2021-11-03 08:25:50 -04:00
jeremystretch
474d7153b6 Changelog for #6529 2021-11-03 08:11:38 -04:00
Jeremy Stretch
0fa5103b53 Merge pull request #7677 from netbox-community/6529-command-line-run-scripts
#6529 - Add CLI to run scripts
2021-11-03 08:10:36 -04:00
Steven
8bd8f35ba5 #7717 Missing tags column definition in IP range table (#7724) 2021-11-03 08:05:34 -04:00
Daniel Sheppard
5bbc6e336a Fix PEP8 error 2021-11-02 21:40:40 -05:00
Daniel Sheppard
6ac168c1d7 #6529 - Adjusted the arguments. Fixed documentation 2021-11-02 21:37:11 -05:00
jeremystretch
3edb454d89 Fixes #7664: Preserve initial form data when bulk edit validation fails 2021-11-02 17:07:30 -04:00
Daniel Sheppard
80e0fa46b7 #6529 - Adjusted the arguments. Added documentation 2021-11-02 15:56:42 -05:00
jeremystretch
1f1354563e Changelog & cleanup for #6930 2021-11-02 16:24:28 -04:00
Rhys Barrie
785e0f0f34 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
jeremystretch
a4d65ace61 Changelog & cleanup for #7668, #7717 2021-11-02 15:58:14 -04:00
Jeremy Stretch
273aeda588 Merge pull request #7693 from rhyser9/7668_location_detail_elevation
Closes #7668: Add 'View Elevations' button to location detail page
2021-11-02 15:53:09 -04:00
Jeremy Stretch
d76366d7a7 Merge pull request #7718 from cybarox/7717-fix-tags-missing-from-ip-ranges-table-fields
Closes #7717 Missing tags column in IP range table
2021-11-02 15:49:35 -04: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
Daniel Sheppard
21507b98e2 #6529 - Streamline code and resolve some issues 2021-11-02 13:12:12 -05: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
cybarox
9e8c6f11df Closes #7717 Missing tags column in IP range table 2021-11-02 15:14:08 +01: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
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