jeremystretch
503c99f017
#10221 : Tweak variable names & error message
2023-04-10 14:03:59 -04:00
Abhimanyu Saharan
7b8dc768bc
Fixes GenericForeignKey validation ( #11550 )
...
* added model validation for GenericForeignKey
* added ct_field and fk_field null validation
* applied suggestion
2023-04-10 14:02:32 -04:00
Abhimanyu Saharan
274664b112
Added optional user and group on custom field ( #12206 )
...
* added group and user model to object_type
* Update netbox/utilities/utils.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-04-10 12:40:13 -04:00
jeremystretch
afff19b8aa
#11029 : Cleanup & changelog
2023-04-10 10:40:56 -04:00
kkthxbye
4b8d409eec
Fixes #11431 - Disallow changing customfield type after creation ( #11449 )
...
* Disallow changing customfield type after creation
* Fix test_api.CustomFieldTest
---------
Co-authored-by: kkthxbye-code <>
2023-04-10 10:13:08 -04:00
Arthur Hanson
976d13ae06
11029 add changelog on CableTermination ( #11407 )
...
* 11209 add changelog on CableTermination
* Rename migration
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-04-10 10:11:58 -04:00
jeremystretch
cc9617b0d7
Fixes #12191 : Change absolute image path to relative
2023-04-10 09:17:13 -04:00
jeremystretch
8a5cc7aace
Closes #11453 : Display a warning banner when DEBUG is enabled
2023-04-10 09:12:04 -04:00
Arthur Hanson
273b795707
10615 filter cable termination_id with cable_end ( #12182 )
...
* 10615 filter cable termination_id with cable_end
* 10615 filter distinct
* 10615 filter distinct
2023-04-07 14:13:58 -04:00
jeremystretch
d7438621db
Merge branch 'develop' into feature
2023-04-07 13:58:56 -04:00
jeremystretch
c3abab2067
#12007 : Move vlan & vlan_id filter methods to CommonInterfaceFilterSet
2023-04-07 13:58:12 -04:00
jeremystretch
f039d36522
Merge branch 'develop' into feature
2023-04-07 13:00:00 -04:00
jeremystretch
4d1027d432
Changelog for #12007 , #12118
2023-04-07 11:54:43 -04:00
Abhimanyu Saharan
46035bafa5
Moved interface filterset under common class ( #12200 )
...
* moved interface filterset under common class #12007
* lint fix
2023-04-07 10:54:39 -04:00
jeremystretch
b57dae8fc8
Fixes #12184 : Fix filtered bulk deletion for various models
2023-04-07 10:25:36 -04:00
jeremystretch
5982e14814
Fixes #12190 : Fix form layout for plugin textarea fields
2023-04-07 10:03:47 -04:00
jeremystretch
cbcfc4b256
Fixes #12118 : Refactor bulk creation logic under _instantiate_components()
2023-04-06 17:01:46 -04:00
Jeremy Stretch
ce5704945b
Closes #12193 : Clean up tests ( #12197 )
...
* Fix skipped API tests
* Remove invalid tests
* Correct logger name
2023-04-06 16:35:27 -04:00
jeremystretch
4804a9f63f
Remove NS1 from sponsors list
2023-04-06 14:32:57 -04:00
jeremystretch
8439dab1db
Changelog for #11746 , #12011 , #12087
2023-04-05 13:32:18 -04:00
Daniel Sheppard
f56098e39f
#12087 - Fix Bulk Edit update when M2M operations are present. ( #12169 )
...
* #12087 - Fix Bulk Edit update when M2M operations are present.
* #12087 - Minor tweaks
* Change .set() to .clear()
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* #12087 - Update comments
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-04-05 13:29:32 -04:00
jeremystretch
305c19426c
#11584 : Linkify assigment counts in contacts table
2023-04-05 12:53:39 -04:00
jeremystretch
e99f04e551
Closes #12119 : Lock & unlock dashboard layout
2023-04-05 09:59:22 -04:00
jeremystretch
ea38c17ee4
Closes #12126 : Introduce a DEFAULT_DASHBOARD config parameter
2023-04-05 08:32:18 -04:00
Arthur Hanson
4a3abab2e0
11746 fix delete custom field ( #12092 )
...
* 11746 delete custom field
* 11746 use filter instead of exclude
2023-04-04 16:38:48 -04:00
Arthur
4ffeb0f2d7
12011 fix module bay bulk create
2023-04-04 16:34:51 -04:00
jeremystretch
8ece54dabf
Fixes #12167 : Catch and report on exceptions raised when rendering a config template
2023-04-04 08:47:01 -04:00
Arthur Hanson
a82d53f9fe
12148 add swagger-sidecar for self-hosted swagger docs ( #12159 )
...
* 12148 add swagger-sidecar for self-hosted swagger docs
* 12149 add to base_requirements
2023-04-04 08:23:56 -04:00
jeremystretch
9f08d39ccf
Closes #12133 : Move any instance mutations inside clean() to save()
2023-04-03 16:26:07 -04:00
jeremystretch
113be42fc3
Changelog for #12074 , #12117
2023-04-03 15:38:05 -04:00
Arthur Hanson
41579db165
12117 remove clone from cable ( #12130 )
...
* 12117 remove clone from cable
* 12117 remove clone button if no params
* Update clone.html
* Update clone.html
* Update clone.html
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-04-03 15:27:13 -04:00
Arthur Hanson
1e666dbaa8
Fixes #12074 : Move automatic location assignment out of clean()
...
* 12074 fix full clean
* 12074 move device location setting to save from clean
* 12074 fix set location only if present in rack
* Update base.py
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-04-03 15:22:36 -04:00
Arthur
8afec2708b
12151 remove choice field str mapping for OpenAPI
2023-04-03 15:09:34 -04:00
jeremystretch
6b54afddc3
Closes #12136 : Extend object count & list widgets to support filters
2023-04-03 15:02:11 -04:00
jeremystretch
6f01eeb418
Closes #12107 : Document support for plugin-provided dashboard widgets
2023-04-03 14:15:18 -04:00
jeremystretch
e1ede382da
Fixes #12145 : Employ HTMXSelect widget to fix inclusion of <select> field values during form regeneration
2023-04-03 12:49:26 -04:00
jeremystretch
e8325cb64f
Fixes #12144 : Ensure consistent treatment of context data when rendering config templates via UI & API
2023-04-03 09:50:07 -04:00
jeremystretch
071334ba73
Fixes #12146 : Do not display object selector for disabled fields
2023-04-03 09:39:03 -04:00
kkthxbye
d4003a53ef
Merge pull request #12139 from tobiasge/fix-data-source-logs
...
Fix #12138 : Log correct count when files were deleted
2023-04-02 22:29:59 +02:00
kkthxbye
74c3f730cf
Merge pull request #12143 from tobiasge/fix-missing-s3backend
...
Fixes #12142 : Add S3Backend to __all__
2023-04-02 22:28:08 +02:00
kkthxbye
14cce44d45
Merge pull request #12141 from tobiasge/fix-typo-in-datasource
...
Fixes : #12140 : Typo in Synchronized Data documentation
2023-04-02 22:24:41 +02:00
Tobias Genannt
caaa28cb9a
Fixes #12142 : Add S3Backend to __all__
2023-04-01 11:28:33 +02:00
Tobias Genannt
464d07fa60
Log correct count when files were deleted
2023-04-01 10:51:33 +02:00
Tobias Genannt
fd489095cc
Fixed typo in Synchronized Data documentation
2023-04-01 10:45:45 +02:00
jeremystretch
8823cb582f
Fixes #12103 : Limit the types of objects available for object count & list widgets
2023-03-31 15:30:40 -04:00
jeremystretch
54815f00ed
Fixes #12115 : Fix rendering config templates from a data file
2023-03-31 10:37:12 -04:00
jeremystretch
8fab64b150
Fixes #12105 : Prevent data sources from becoming stuck in syncing status when an exception is raised
2023-03-31 09:52:07 -04:00
jeremystretch
1c50173427
Fixes #12106 : Fix exception when saving dashboard widget with minimum width/height
2023-03-31 09:34:50 -04:00
jeremystretch
9a211a07c4
Fixes #12108 : Limit the draggable area of widgets to their headers
2023-03-31 09:26:58 -04:00
jeremystretch
cf10700eff
Fixes #12112 : Do not link data source URL for local paths
2023-03-31 09:06:16 -04:00