jeremystretch
69be24cd5f
Changelog for #9996 , #11150 , #11245 , #11371 , #11403
2023-01-05 16:29:17 -05:00
Renato Almeida de Oliveira
35273cc87f
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
5af73e9bf7
#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
128ccb4330
feat: added setting redis certificate authority path
2023-01-05 16:15:26 -05:00
Robin Schneider
07df622b59
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
5d22260589
#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
39985ebdd1
Fix exception when scheduling a job in the past
2023-01-05 13:52:07 -05:00
jeremystretch
92ec06c694
PRVB
2023-01-03 16:30:17 -05:00
Jeremy Stretch
04137e887e
Merge pull request #11376 from netbox-community/develop
...
Release v3.4.2
v3.4.2
2023-01-03 16:28:05 -05:00
jeremystretch
e940f00c01
Release v3.4.2
2023-01-03 16:13:11 -05:00
jeremystretch
1c72a80d9a
Changelog for #11156 , #11259 , #11342 , #11345
2023-01-03 10:21:19 -05:00
kkthxbye
b9f8370097
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
1c636ea127
add username for redis authentication
2023-01-03 09:42:18 -05:00
kkthxbye
e1169e7ea6
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
5975dbcb07
Fix component traces all pointing to the interface trace URL
2023-01-03 08:25:28 -05:00
Arthur Hanson
08a419ec7a
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
d417168805
Changelog for #11223 , #11244 , #11248
2022-12-28 16:58:04 -05:00
Mario
ccb2966c4c
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
b7cdbd3d41
Fixes #11248 - Reindex only NetBox apps
2022-12-28 16:35:05 -05:00
Alef Burzmali
ae440c9edf
Fixes #11223 - Accept app_label for reindex
2022-12-28 16:35:05 -05:00
jeremystretch
b6cd099117
Changelog for #11121 , #11280
2022-12-27 16:07:02 -05:00
Arthur
98f57f2dba
11297 have custom field form display content-type instead of model
2022-12-27 15:50:08 -05:00
kkthxbye-code
735fa4aa31
Add summed resource card to cluster view
2022-12-27 10:24:46 -05:00
kkthxbye
c7108bb3f7
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
98b3fc03b8
Changelog for #9285 , #10700 , #11290
2022-12-22 10:14:38 -05:00
kkthxbye-code
92da2fe082
Add device name as part of module search for the q filter
2022-12-22 10:09:53 -05:00
kkthxbye-code
bfab3a26bc
Add component import to InventoryItem bulk import
2022-12-22 09:59:50 -05:00
kkthxbye-code
b35b33e798
Use the start time to calculate duration of jobs instead of created time
2022-12-22 09:52:05 -05:00
jeremystretch
db5c2a379e
Fixes #11232 : Enable partial & regex matching for non-string types in global search
2022-12-22 09:14:57 -05:00
jeremystretch
3675ad2539
PRVB
2022-12-16 17:18:06 -05:00
Jeremy Stretch
27c71b8ec0
Merge pull request #11219 from netbox-community/develop
...
Release v3.4.1
v3.4.1
2022-12-16 17:16:07 -05:00
jeremystretch
0058c7749c
Release v3.4.1
2022-12-16 17:03:40 -05:00
jeremystretch
f882dcabf7
Fixes #11184 : Correct visualization of cable path which splits across multiple circuit terminations
2022-12-16 16:45:51 -05:00
Arthur Hanson
c8f4a7c742
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
ed366c5ab2
Closes #11214 : Introduce the DEFAULT_LANGUAGE configuration parameter
2022-12-16 08:56:14 -05:00
jeremystretch
2738da2d39
Fixes #11189 : Fix localization of dates & numbers
2022-12-16 08:43:05 -05:00
jeremystretch
9f15ca2d90
Closes #9971 : Enable ordering of nested group models by name
2022-12-15 16:21:30 -05:00
jeremystretch
e4f5407c70
Changelog for #11175 , #11178
2022-12-15 16:05:43 -05:00
jeremystretch
951f82b428
Fixes #11205 : Correct cloning behavior for recursively-nested models
2022-12-15 16:04:29 -05:00
Arthur Hanson
f8685ad7aa
11175 fix cloning special chars in fields ( #11181 )
...
* 11175 fix cloning special chars in fields
* 11175 fix cloning special chars in fields
2022-12-15 13:07:55 -05:00
Arthur
c59d527664
11178 fix quick search press enter button
2022-12-15 13:01:21 -05:00
jeremystretch
77423e7bb1
Fixes #11185 : Fix TemplateSyntaxError when viewing custom script results
2022-12-15 12:55:09 -05:00
jeremystretch
ba12675267
PRVB
2022-12-14 14:24:46 -05:00
Jeremy Stretch
def3ccfaee
Merge pull request #11180 from netbox-community/develop
...
Release v3.4.0
v3.4.0
2022-12-14 14:18:49 -05:00
jeremystretch
bbc68f9484
Release v3.4.0
2022-12-14 13:10:22 -05:00
Jeremy Stretch
93685d92a4
Merge pull request #11179 from netbox-community/feature
...
Prepare for v3.4.0 release
2022-12-14 11:56:29 -05:00
Arthur Hanson
b2bf613895
11171 fix graphql related models query ( #11172 )
...
* 11171 fix graphql related models query
* 11171 remove redundant code from code review
* 11171 remove redundant code from code review
2022-12-14 11:32:22 -05:00
jeremystretch
80ced6b782
Closes #11163 : Auto-detect data format during bulk import
2022-12-14 10:09:59 -05:00
jeremystretch
47dfb89c52
Relocate ImportFormatChoices
2022-12-14 09:30:10 -05:00
jeremystretch
064e3ff605
Merge branch 'develop' into feature
2022-12-13 17:17:05 -05:00