jeremystretch
7fe57d6d3d
Add items to contributing guide
2023-01-10 15:47:33 -05:00
jeremystretch
fdaa149fe1
Refresh contributing guide
2023-01-10 08:41:06 -05:00
jeremystretch
7053ffc0ed
Changelog for #11438 , #11444
2023-01-09 10:58:23 -05:00
jeremystretch
c5d4ede153
Fixes #11402 : Avoid LookupError exception when running scripts with commit disabled
2023-01-09 10:57:13 -05:00
kkthxbye
c5bc3dfc55
Snapshot DeviceBay before populating/depopulating.
2023-01-09 08:39:54 -05:00
kkthxbye
2d0fe8f612
Get the queue from QUEUE_MAPPINGS when deleting JobResults
2023-01-09 08:22:40 -05:00
jeremystretch
d7c38a5225
Changelog for #10486 , #11210 , #11340 , #11379
2023-01-06 16:25:41 -05:00
jeremystretch
dd843684af
Fixes #11379 : Fix TypeError exception when bulk editing custom date fields
2023-01-06 16:23:38 -05:00
Mario
1969afbd0e
Closes #10486 : Add buttons to edit cables ( #11414 )
...
* Added buttons to edit cables
* Revert change that did not address this branch
* Consolidated buttons
* moved back trace button / added permission checks
* reverted disabled trace button
2023-01-06 15:11:29 -05:00
kkthxbye-code
d45e5718ea
Return no terminations if the cable is unsaved
2023-01-06 14:57:07 -05:00
Arthur Hanson
96d2b4d5ef
11340 cable termination setter ( #11341 )
...
* 11340 update _terminations_modified only if modified
* 11340 update _terminations_modified only if modified
2023-01-06 10:15:43 -05:00
Robin Schneider
271fd13641
Add summary release notes for v3.4
2023-01-06 10:07:21 -05:00
jeremystretch
8c161ecbb9
Fixes #11384 : Correct current time display on script & report forms
2023-01-06 09:42:13 -05:00
jeremystretch
05319c589d
Closes #11406 : Correct example JSON
2023-01-05 16:38:29 -05:00
jeremystretch
c55b2ea5c1
Changelog for #9996 , #11150 , #11245 , #11371 , #11403
2023-01-05 16:29:17 -05:00
Renato Almeida de Oliveira
53c4eb242a
Add ExportTemplatesMixin to JournalEntry model ( #11251 )
...
* Add ExportTemplatesMixin to JournalEntry model
* Move mixin ahead of base class
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-01-05 16:26:48 -05:00
Daniel W. Anner
9a688858d5
#11371 - Add various 100Mb Interface Types ( #11377 )
...
* Added 100base-fx (aka fast ethernet over fiber optic)
* Added 100BASE-T1 (single pair fast ethernet) as well as 100BASE‑LFX (fast ethernet over fiber, non standard)
* Update choices.py
Updated the placing of the 100base-fx and lfx choices
* Update netbox/dcim/choices.py
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-01-05 16:26:26 -05:00
Patrick Kerwood
81068420f7
feat: added setting redis certificate authority path
2023-01-05 16:15:26 -05:00
Robin Schneider
b16bf80082
NetBox should always be referred to as NetBox [DATALAD RUNCMD]
...
=== Do not change lines below ===
{
"chain": [],
"cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
2023-01-05 16:06:00 -05:00
Michaël Arnauts
819ac9d69a
#11150 : Add a filter for device.primary_ip4 and primary_ip6 ( #11382 )
...
* Closes #11150 : Add a filter for device.primary_ip4 and primary_ip6
* Tweaked tests to query for multiple IDs
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-05 14:25:15 -05:00
kkthxbye-code
e401f4de1c
Fix exception when scheduling a job in the past
2023-01-05 13:52:07 -05:00
jeremystretch
899ccad296
PRVB
2023-01-03 16:30:17 -05:00
Jeremy Stretch
6c4f0d30d9
Merge pull request #11376 from netbox-community/develop
...
Release v3.4.2
2023-01-03 16:28:05 -05:00
jeremystretch
e6acd17954
Release v3.4.2
2023-01-03 16:13:11 -05:00
jeremystretch
c681a8a86a
Changelog for #11156 , #11259 , #11342 , #11345
2023-01-03 10:21:19 -05:00
kkthxbye
bf59fc9043
Fixes #11156 - Allow InventoryItem component reassignment ( #11256 )
...
* Allow re-assigning InventoryItem components
* Refactor logic for finding initial component assignment on InventoryItems
* PEP8 fix
* Fix wrong HTML causing tab list to extend past the end of the parent row
* Tweak form field labels
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-03 10:13:34 -05:00
Christian Harendt
245c0f9a6b
add username for redis authentication
2023-01-03 09:42:18 -05:00
kkthxbye
3d7260aec5
Fixes #11345 - Fix module validation ( #11346 )
...
* Make sure we bail out if field validation failed when importing modules
* Tweak form validation logic
Co-authored-by: jeremystretch <jstretch@ns1.com>
2023-01-03 09:14:25 -05:00
kkthxbye-code
cdebd785b6
Fix component traces all pointing to the interface trace URL
2023-01-03 08:25:28 -05:00
Arthur Hanson
6a0baede0f
11271 flag to disable localization ( #11323 )
...
* 11271 flag to disable localization
* 11271 change to remove middleware
* 11271 update docs for new var
* Update docs/configuration/system.md
Co-authored-by: kkthxbye <400797+kkthxbye-code@users.noreply.github.com>
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
Co-authored-by: kkthxbye <400797+kkthxbye-code@users.noreply.github.com>
2022-12-29 09:04:35 -05:00
jeremystretch
4b5742484c
Changelog for #11223 , #11244 , #11248
2022-12-28 16:58:04 -05:00
Mario
33bef86386
Fixes #11244 : Elevations: Filter badge missing ( #11321 )
...
* Added filter badge in rack elevation
* Tweak template context
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2022-12-28 16:54:33 -05:00
Alef Burzmali
4a1d2563f2
Fixes #11248 - Reindex only NetBox apps
2022-12-28 16:35:05 -05:00
Alef Burzmali
95a77fbdc6
Fixes #11223 - Accept app_label for reindex
2022-12-28 16:35:05 -05:00
jeremystretch
d1c8b740b9
Changelog for #11121 , #11280
2022-12-27 16:07:02 -05:00
Arthur
5d94f6fa48
11297 have custom field form display content-type instead of model
2022-12-27 15:50:08 -05:00
kkthxbye-code
c93d8d51d3
Add summed resource card to cluster view
2022-12-27 10:24:46 -05:00
kkthxbye
63a73faa40
Fixes #11280 - Fix exporting interfaces and FHRP group rows with multiple IP's assigned ( #11285 )
...
undefined
2022-12-27 10:15:28 -05:00
jeremystretch
8810817557
Changelog for #9285 , #10700 , #11290
2022-12-22 10:14:38 -05:00
kkthxbye-code
225238f650
Add device name as part of module search for the q filter
2022-12-22 10:09:53 -05:00
kkthxbye-code
c961f8cfa9
Add component import to InventoryItem bulk import
2022-12-22 09:59:50 -05:00
kkthxbye-code
1586896ac2
Use the start time to calculate duration of jobs instead of created time
2022-12-22 09:52:05 -05:00
jeremystretch
2018e16e7f
Fixes #11232 : Enable partial & regex matching for non-string types in global search
2022-12-22 09:14:57 -05:00
jeremystretch
790bcc9cb8
PRVB
2022-12-16 17:18:06 -05:00
Jeremy Stretch
9866d1a704
Merge pull request #11219 from netbox-community/develop
...
Release v3.4.1
2022-12-16 17:16:07 -05:00
jeremystretch
c112dfde55
Release v3.4.1
2022-12-16 17:03:40 -05:00
jeremystretch
449e9fca00
Fixes #11184 : Correct visualization of cable path which splits across multiple circuit terminations
2022-12-16 16:45:51 -05:00
Arthur Hanson
cd6188d7c3
11206 dont remove user groups if no valid REMOTE_AUTH_DEFAULT_GROUPS ( #11207 )
...
* 11206 dont remove user groups if no valid REMOTE_AUTH_DEFAULT_GROUPS
* 11206 dont remove user groups if no valid REMOTE_AUTH_DEFAULT_GROUPS
2022-12-16 08:59:24 -05:00
jeremystretch
234d17b3f1
Closes #11214 : Introduce the DEFAULT_LANGUAGE configuration parameter
2022-12-16 08:56:14 -05:00
jeremystretch
91030f21cf
Fixes #11189 : Fix localization of dates & numbers
2022-12-16 08:43:05 -05:00