Tobias Genannt
b4486b4d30
Fix #15992 : Removed integrations for sentry-sdk
...
According to the Sentry Python SDK documentation setting the
integrations manually is only needed when the integration configuration
needs to be changed.
See: https://docs.sentry.io/platforms/python/integrations/django/#options
2024-05-07 09:11:36 -04:00
Jeremy Stretch
d7592744d4
Update supported Python versions for v4.0
2024-05-06 16:41:16 -04:00
Jeremy Stretch
fbcec97328
PRVB
2024-05-06 15:28:43 -04:00
Jeremy Stretch
fce54f3733
Bump PR
2024-05-06 15:06:51 -04:00
Jeremy Stretch
f12b2fad1f
Release v4.0.0
2024-05-06 14:40:31 -04:00
transifex-integration[bot]
0f7e207674
Updates for file netbox/translations/en/LC_MESSAGES/django.po ( #15974 )
...
* Translate django.po in fr
100% translated source file: 'django.po'
on 'fr'.
* Translate django.po in ja
100% translated source file: 'django.po'
on 'ja'.
* Translate django.po in pt
100% translated source file: 'django.po'
on 'pt'.
* Translate django.po in ru
100% translated source file: 'django.po'
on 'ru'.
* Translate django.po in es
100% translated source file: 'django.po'
on 'es'.
* Translate django.po in tr
100% translated source file: 'django.po'
on 'tr'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-05-06 14:24:48 -04:00
Jeremy Stretch
840dcaa509
Update source translation strings
2024-05-06 13:42:27 -04:00
Jeremy Stretch
32b3961802
Merge pull request #15972 from netbox-community/feature
...
Prep for v4.0 release
2024-05-06 13:38:13 -04:00
Arthur Hanson
e6a7971110
15934 screenshots ( #15935 )
...
* 15934 update documentation screenshots
* 15934 update documentation screenshots
* 15934 update documentation screenshots
* Update cable trace screenshot
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-06 13:08:55 -04:00
Jeremy Stretch
51bd98bdfc
Merge branch 'develop' into feature
2024-05-06 12:59:24 -04:00
Jeremy Stretch
f00eceb1eb
Merge branch 'master' into develop
2024-05-06 12:55:19 -04:00
Jeremy Stretch
be903a64a2
Release v3.7.8
v3.7.8
2024-05-06 12:54:53 -04:00
transifex-integration[bot]
0d7bac433e
Translate django.po in ja
...
100% translated source file: 'django.po'
on 'ja'.
2024-05-06 12:54:53 -04:00
Jeremy Stretch
b1cfbbc472
Fixes #15960 : Use internal ManyToManyColumn to ensure proper export behavior
2024-05-06 12:54:53 -04:00
Jeremy Stretch
6dd311f600
Fixes #15961 : Fix secret toggle button by avoiding duplicate event handler
2024-05-06 12:54:53 -04:00
Daniel Sheppard
85d250014f
Fixes : #15948 - Fixes cable fanin/fanout when both are required ( #15953 )
...
* Preliminary fix for #15948
* Tweaking of line height
2024-05-06 12:54:53 -04:00
Arthur
552c81509a
12127 enable cable add button
2024-05-06 12:54:53 -04:00
Jeremy Stretch
ed7a0a32cc
Changelog for #15877 , #15917 , #15925
2024-05-06 12:54:53 -04:00
Nancy Yang
a544b55e9e
Fixes #15917 : slim-select-pagination-bug-fix : fixed several bugs related to slim select ( #15918 )
...
* slim-select-pagination-bug-fix : fixed several bugs related to slim
select search box gui element
1. If user enters a search text in the filter text box, the user will
not be able to scroll to the next page. That is the user will only be
able to see the first page of returned item with a none empty search
string.
2. User will not be able to select an item returned from search query
if user clicks reload after a dynami search. When the user is able
to load a second page, the user will be able to select an item from
the third+ page if previous bug is fixed.
* Recompile static assets
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-06 12:54:53 -04:00
Jeremy Stretch
53e1ab5fc5
Fixes #15877 : Consider VC membership when assigning LAG interfaces via bulk edit
2024-05-06 12:54:53 -04:00
Jeremy Stretch
2c1a9ae455
Fixes #15925 : Fix rendering of cable traces to circuit terminations
2024-05-06 12:54:53 -04:00
Jeremy Stretch
1afa476a19
PRVB
2024-05-06 12:54:53 -04:00
Jeremy Stretch
c02bd0ab19
Release v3.7.8
2024-05-06 12:43:46 -04:00
transifex-integration[bot]
c7d53ed8eb
Translate django.po in ja
...
100% translated source file: 'django.po'
on 'ja'.
2024-05-06 12:34:29 -04:00
Jeremy Stretch
15cc50fc1d
Fixes #15960 : Use internal ManyToManyColumn to ensure proper export behavior
2024-05-06 10:32:29 -04:00
Jeremy Stretch
60aee6f5e1
Fixes #15961 : Fix secret toggle button by avoiding duplicate event handler
2024-05-06 10:31:29 -04:00
Daniel Sheppard
56e0449ebc
Fixes : #15948 - Fixes cable fanin/fanout when both are required ( #15953 )
...
* Preliminary fix for #15948
* Tweaking of line height
2024-05-06 09:48:14 -04:00
Arthur
4cc5079ecb
12127 enable cable add button
2024-05-06 08:37:22 -04:00
Jeremy Stretch
c6f833e83b
Changelog for #15877 , #15917 , #15925
2024-05-03 17:34:45 -04:00
Jeremy Stretch
b91741dd75
Changelog for #15630 , #15802 , #15831 , #15852 , #15915 , #15942 , #15944
2024-05-03 17:31:43 -04:00
Jeremy Stretch
8e1c2ecd92
Closes #15915 : Replace plugins list with an overall system status view ( #15950 )
...
* Replace plugins list with an overall system status view
* Enable export of system status data
2024-05-03 17:26:19 -04:00
Nancy Yang
88f2735087
Fixes #15917 : slim-select-pagination-bug-fix : fixed several bugs related to slim select ( #15918 )
...
* slim-select-pagination-bug-fix : fixed several bugs related to slim
select search box gui element
1. If user enters a search text in the filter text box, the user will
not be able to scroll to the next page. That is the user will only be
able to see the first page of returned item with a none empty search
string.
2. User will not be able to select an item returned from search query
if user clicks reload after a dynami search. When the user is able
to load a second page, the user will be able to select an item from
the third+ page if previous bug is fixed.
* Recompile static assets
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-03 13:22:29 -04:00
Jeremy Stretch
a9b311b100
Fixes #15944 : Extend paginator template to be aware of placement
2024-05-03 11:56:37 -04:00
Jeremy Stretch
41504425ac
Closes #15942 : Refactor settings_and_registry() context processor
2024-05-03 10:58:03 -04:00
Jeremy Stretch
f8cf2a3786
Closes #15932 : Update embedded documentation for generic templates
2024-05-03 10:57:05 -04:00
Jeremy Stretch
408e0c5a9b
Fixes #15877 : Consider VC membership when assigning LAG interfaces via bulk edit
2024-05-03 10:55:41 -04:00
Jeremy Stretch
c8a9bc006d
Fixes #15925 : Fix rendering of cable traces to circuit terminations
2024-05-03 10:54:34 -04:00
Jeremy Stretch
d824e90e0a
Extend release checklist to include updating UI resources
2024-05-02 17:07:41 -04:00
Jeremy Stretch
f8eee45ba3
#15852 : Hide count element for non-HTMX requests
2024-05-02 16:11:50 -04:00
Arthur Hanson
3d4bb209ee
15802 change table anchor color ( #15841 )
...
* 15802 change table anchor color
* 15802 make link color lighter
* 15802 lighten table color
* 15802 add comment
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-02 16:06:05 -04:00
Arthur Hanson
8f2eba24bb
15831 monkeypatch LDAP _mirror_group function for NB4 ( #15902 )
...
* 15831 monkeypatch LDAP _mirror_group function for NB4
* 15831 monkeypatch LDAP _mirror_group function for NB4
* 15831 monkeypatch LDAP _mirror_group function for NB4
* Move the modified _mirror_groups() method to a separate module to retain license
* 15831 fix import
* 15831 fix import
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-02 16:02:21 -04:00
Jeremy Stretch
8f92b8519c
Update front end dependencies
2024-05-02 15:31:43 -04:00
Jeremy Stretch
0bc2bffb81
Remove obsolete dependencies
2024-05-02 14:31:39 -04:00
Jeremy Stretch
3d3c2e9e1f
Delete extraneous lock file
2024-05-02 13:57:07 -04:00
Jeremy Stretch
17e6d1076a
Fixes #15852 : Update total object counts when filtering object lists ( #15909 )
...
* Fixes #15852 : Update total object counts when filtering object lists
* Misc cleanup
2024-05-02 10:43:53 -04:00
Julio Oliveira at Encora
4c93a2d084
Feature 15832 - Multiselect has no "delete" option on the values ( #15883 )
...
* Added remove_button in config.ts
* Fixed linter issues
* Fixed linter issues
* Fixed linter issues
* Enable remove_button plugin only for multi-select fields
* Enable remove_button plugin only for multi-select fields
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-02 09:39:10 -04:00
Jeremy Stretch
6530051958
Closes #15630 : Remove server-side color mode preference & simplify toggling
2024-05-01 18:59:42 -04:00
Jeremy Stretch
44a7cd9876
Update changelog with beta2 bug fixes
2024-05-01 16:15:08 -04:00
Jeremy Stretch
312291b010
Merge branch 'develop' into feature
2024-05-01 16:09:14 -04:00
Jeremy Stretch
39a830798e
PRVB
2024-05-01 15:28:36 -04:00