Commit Graph

8427 Commits

Author SHA1 Message Date
kkthxbye-code
a00441b6ef Fix sorting devicebay table by status 2021-11-11 14:05:39 +01:00
kkthxbye-code
eb87ca33e6 Clear sys.modules cache when reloading scripts 2021-11-11 11:53:31 +01:00
jeremystretch
1b858c2f2f Fixes #7741: Fix 404 when attaching multiple images in succession 2021-11-09 16:46:58 -05:00
jeremystretch
9f0f4868e0 Changelog for #7740 2021-11-09 16:08:11 -05:00
Jeremy Stretch
42c80dbbf0 Merge pull request #7774 from byts-tech/FR7740
Fixes: #7740 Add Mini-DIN 8 Console-Port-Type
2021-11-09 16:06:58 -05:00
jeremystretch
59a800dbb9 Fixes #7701: Fix conflation of assigned IP status & role in interface tables 2021-11-09 16:04:16 -05:00
jeremystretch
990c3f1030 Fixes #7780: Preserve mutli-line values during CSV file import 2021-11-09 15:24:21 -05:00
jeremystretch
456d5d7548 Changelog for #7783 2021-11-09 15:15:34 -05:00
Jeremy Stretch
6634cd8616 Merge pull request #7785 from jasonyates/develop
Fixes #7783 - Site location visual changes
2021-11-09 15:12:47 -05:00
Jason Yates
5230efab81 Fixed #7783 - Site location visual changes
Updating site location list to visually match the /dcim/locations list where child locations are "indtended" with mdi-circle-small.

Also removes the padding-left attribute on each row as it is no longer functional.
2021-11-09 15:18:46 +00:00
Flo
4f07e05681 Add Mini-DIN 8 Console-Port-Type 2021-11-08 17:50:13 +01:00
jeremystretch
00b2bde4d7 Changelog for #7765 2021-11-08 08:24:14 -05:00
Nico Domino
16e7c1ed22 feat: add outer_width to RackTable (#7766)
* feat: add outer_width to RackTable

* fix: add outer_units to column display

* feat: add outer_depth to available columns
2021-11-08 08:15:26 -05:00
jeremystretch
f66f297fee Allow bypassing the pre-commit script with NOVALIDATE=1 2021-11-05 13:40:38 -04:00
jeremystretch
4625122a10 Closes #7760: Add vid filter field to VLANs list 2021-11-05 13:31:36 -04:00
jeremystretch
a3adae7169 Issues policy tweaks 2021-11-05 13:26:18 -04:00
jeremystretch
0f4378b0db Fixes #7750: Fix cable trace image link 2021-11-05 11:10:17 -04:00
jeremystretch
44bfaeabf7 Fixes #7752: Fix minimum version check under Python v3.10 2021-11-05 08:45:57 -04:00
kkthxbye-code
489b17ba11 Fix #7399 - LDAP using excessive CPU when AUTH_LDAP_FIND_GROUP_PERMS is enabled 2021-11-05 10:28:30 +01:00
jeremystretch
cf0cffc310 Fix ID list creation in API tests 2021-11-04 11:31:39 -04:00
jeremystretch
c966038be4 Closes #7687: Update CentOS installation docs 2021-11-03 10:47:17 -04:00
jeremystretch
41c9cab617 PRVB 2021-11-03 09:51:28 -04:00
Jeremy Stretch
09a68bda25 Merge pull request #7730 from netbox-community/develop
Release v3.0.9
2021-11-03 09:47:37 -04:00
jeremystretch
abe9f27e39 Release v3.0.9 2021-11-03 09:32:57 -04:00
jeremystretch
368eaf117b #7612: Use escape() rather than strip_tags() 2021-11-03 08:56:30 -04:00
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
Daniel Sheppard
21507b98e2 #6529 - Streamline code and resolve some issues 2021-11-02 13:12:12 -05:00
cybarox
9e8c6f11df Closes #7717 Missing tags column in IP range table 2021-11-02 15:14:08 +01: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
Rhys Barrie
8b538bada5 netbox-community/netbox#7668: Add 'View Elevations' button to location detail page 2021-10-29 14:07:02 -04:00
Daniel Sheppard
fa474e8f43 #6529 - Add CLI to run scripts 2021-10-28 15:14:42 -05:00
thatmattlove
d1c26ea464 Fixes #7599: Improve color mode handling 2021-10-27 11:34:21 -07: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
jeremystretch
e7fcf9962f Fixes #7601: Correct devices count for locations within global search results 2021-10-27 10:10:14 -04:00
jeremystretch
7a7c9827ea Fixes #7643: Fix circuit assignment when creating multiple terminations simultaneously 2021-10-27 10:02:36 -04:00
jeremystretch
9d5b3bb75e Fixes #7644: Prevent inadvertent deletion of prior change records when deleting objects (#7333 revisited) 2021-10-27 09:44:15 -04:00
jeremystretch
ee25975c39 Fixes #7628: Fix load_yaml method for custom scripts 2021-10-27 09:04:18 -04:00