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
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
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
jeremystretch
b76eca3974
Changelog for #12084 , #12095
2023-03-30 17:02:23 -04:00
gdprdatasubect
0bc348d9ee
Update models.py
...
Change default MIME-Type as discussed under #12095
2023-03-30 16:58:41 -04:00
jeremystretch
ed9723d497
Fixes #11846 : Update database creation instructions for PostgreSQL 14+
2023-03-30 16:35:56 -04:00
jeremystretch
aaf4b54094
Fixes #12104 : Restore copy-to-clipboard & footer navigation in docs
2023-03-30 16:29:54 -04:00
Arthur Hanson
61583d7d83
12084 saved filters ( #12090 )
...
* 12084 change back saved filter saving
* 12084 doc string
* 12084 add test
* Pass SavedFilter initial parameters as JSON & relocate test
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-30 11:00:40 -04:00
jeremystretch
0a361e54c6
PRVB
2023-03-28 14:13:39 -04:00
jeremystretch
277c3c52a6
Merge branch 'master' into develop
2023-03-28 14:09:47 -04:00
jeremystretch
c33a7fbfd1
Release v3.4.7
2023-03-28 14:08:04 -04:00
kkthxbye
557796f3ab
Fixes #11991 - Add vdcs to InterfaceImportForm and InterfaceBulkEditForm ( #11996 )
...
* Add vdcs to InterfaceImportForm and InterfaceBulkEditForm
* Filter vdcs queryset by device when bulk importing interfaces
2023-03-28 14:08:04 -04:00
jeremystretch
40e2a6389f
Update changelog for #11645 , #12029 , #12038
2023-03-28 14:08:04 -04:00
Abhimanyu Saharan
af14044a01
Updated _schedule_at to use local time when _interval is set ( #12006 )
...
* updated _schedule_at to use local time when _interval is set
* updated schedule_at to use local time when interval is set
2023-03-28 14:08:04 -04:00
Arthur
32f577b9f3
12038 show vc priority with placeholder
2023-03-28 14:08:04 -04:00
Arthur
f71baff5ee
12029 add description to virtual description add
2023-03-28 14:08:04 -04:00
jeremystretch
74069ad873
Update changelog
2023-03-28 14:08:04 -04:00
jeremystretch
b763df1a85
#12058 : Fix initial JSON population
2023-03-28 14:08:04 -04:00
Arthur
7d8f78f3ec
12058 add clone to config context
2023-03-28 14:08:04 -04:00
Arthur Hanson
4a58fce8ee
11933 saved filters clone of content-types and add m2m field cloning ( #12014 )
...
* 11933 saved filters clone of content-types and add m2m field cloning
* Fix JSON rendering
* Add content_types to CustomLink.clone()
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 14:08:04 -04:00
Arthur
2329b1ea55
12038 fix clone tag
2023-03-28 14:08:04 -04:00
Arthur
38e5443718
12008 make export templates cloneable
2023-03-28 14:08:04 -04:00
Austin de Coup-Crank
9fc6b92c6a
Fixes #11977 : Multiple remote authentication backends ( #12012 )
...
* Add suppport for REMOTE_AUTH_BACKEND as iterable
* Closes #11977 : Support for multiple auth backends
* Tweak list casting
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 14:08:04 -04:00
Arthur
7175ae1ce4
12049 fix passsword typo
2023-03-28 14:08:04 -04:00
jeremystretch
fcbcb91b7f
Closes #11682 : Remove lateral padding from highlighted text
2023-03-28 14:08:04 -04:00
Brian Candler
e4a68a11d9
Improve error reporting for duplicate CSV column headings
...
Fixes #11990
2023-03-28 14:08:04 -04:00
kkthxbye-code
1b42d938aa
Use ssid for the string representation of WirelessLinks if available
2023-03-28 14:08:04 -04:00
kkthxbye-code
1f6cc9d87b
Render the parameters column as JSON in SavedFiltersTable
2023-03-28 14:08:04 -04:00
kkthxbye-code
5c4282fdd7
Add parameters to the SavedFilterTable
2023-03-28 14:08:04 -04:00
jeremystretch
e9962ffe16
Fixes #11979 : Correct URL for tags in route targets list
2023-03-28 14:08:04 -04:00
Daniel W. Anner
da9f9b26ab
Removed type2-ieee802.3at as per described in #11984
2023-03-28 14:08:04 -04:00
Ryan Merolle
87f28b3fd7
Add fieldsets functionality to scripts to allow for form field groupings ( #11880 )
...
* update script template
* update docs
* introduce default_fieldset
* correct custom script docs
* default to use fieldsets in scripts
* update scripts docs for new behavior
* Misc cleanup
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 14:08:04 -04:00
jeremystretch
8818401ba8
PRVB
2023-03-28 14:08:04 -04:00
jeremystretch
43680e8cb9
Release v3.4.7
2023-03-28 13:46:43 -04:00
kkthxbye
0c574714fe
Fixes #11991 - Add vdcs to InterfaceImportForm and InterfaceBulkEditForm ( #11996 )
...
* Add vdcs to InterfaceImportForm and InterfaceBulkEditForm
* Filter vdcs queryset by device when bulk importing interfaces
2023-03-28 13:20:23 -04:00
jeremystretch
1f84120cbc
Update changelog for #11645 , #12029 , #12038
2023-03-28 10:21:38 -04:00
Abhimanyu Saharan
6f9bdc122e
Updated _schedule_at to use local time when _interval is set ( #12006 )
...
* updated _schedule_at to use local time when _interval is set
* updated schedule_at to use local time when interval is set
2023-03-28 10:19:18 -04:00
Arthur
5aa58f4ea7
12038 show vc priority with placeholder
2023-03-28 10:13:51 -04:00
Arthur
c1f8a7d49f
12029 add description to virtual description add
2023-03-28 10:10:05 -04:00
jeremystretch
f8a6fb51eb
Update changelog
2023-03-28 10:02:29 -04:00
jeremystretch
518e9bbb87
#12058 : Fix initial JSON population
2023-03-28 10:00:15 -04:00
Arthur
78bf9fb5a2
12058 add clone to config context
2023-03-28 09:56:06 -04:00
Arthur Hanson
a958a63619
11933 saved filters clone of content-types and add m2m field cloning ( #12014 )
...
* 11933 saved filters clone of content-types and add m2m field cloning
* Fix JSON rendering
* Add content_types to CustomLink.clone()
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 09:53:57 -04:00