Jeremy Stretch
d2a694a878
Closes #12068 : Establish a direct relationship from jobs to objects ( #12075 )
...
* Reference database object by GFK when running scripts & reports via UI
* Reference database object by GFK when running scripts & reports via API
* Remove old enqueue_job() method
* Enable filtering jobs by object
* Introduce ObjectJobsView
* Add tabbed views for report & script jobs
* Add object_id to JobSerializer
* Move generic relation to JobsMixin
* Clean up old naming
2023-03-28 15:47:09 -04:00
jeremystretch
15590f1f48
Merge branch 'develop' into feature
2023-03-28 14:19:08 -04:00
jeremystretch
0330c652bd
PRVB
2023-03-28 14:13:39 -04:00
jeremystretch
5a6005cdfa
Merge branch 'master' into develop
2023-03-28 14:09:47 -04:00
jeremystretch
4eaba7993f
Release v3.4.7
v3.4.7
2023-03-28 14:08:04 -04:00
kkthxbye
2840f9d71d
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
9946ae2981
Update changelog for #11645 , #12029 , #12038
2023-03-28 14:08:04 -04:00
Abhimanyu Saharan
420ec6791f
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
47234f1607
12038 show vc priority with placeholder
2023-03-28 14:08:04 -04:00
Arthur
b058bd9cea
12029 add description to virtual description add
2023-03-28 14:08:04 -04:00
jeremystretch
5b03636c88
Update changelog
2023-03-28 14:08:04 -04:00
jeremystretch
be55bb43ad
#12058 : Fix initial JSON population
2023-03-28 14:08:04 -04:00
Arthur
293afab730
12058 add clone to config context
2023-03-28 14:08:04 -04:00
Arthur Hanson
6b622fd9bf
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
7280dfacab
12038 fix clone tag
2023-03-28 14:08:04 -04:00
Arthur
4428a446d0
12008 make export templates cloneable
2023-03-28 14:08:04 -04:00
Austin de Coup-Crank
2eedcac383
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
35af1d7b61
12049 fix passsword typo
2023-03-28 14:08:04 -04:00
jeremystretch
1b92958870
Closes #11682 : Remove lateral padding from highlighted text
2023-03-28 14:08:04 -04:00
Brian Candler
795669113f
Improve error reporting for duplicate CSV column headings
...
Fixes #11990
2023-03-28 14:08:04 -04:00
kkthxbye-code
de57446f36
Use ssid for the string representation of WirelessLinks if available
2023-03-28 14:08:04 -04:00
kkthxbye-code
3b13cef0c8
Render the parameters column as JSON in SavedFiltersTable
2023-03-28 14:08:04 -04:00
kkthxbye-code
497f3145fa
Add parameters to the SavedFilterTable
2023-03-28 14:08:04 -04:00
jeremystretch
f597b76ddc
Fixes #11979 : Correct URL for tags in route targets list
2023-03-28 14:08:04 -04:00
Daniel W. Anner
ebaac82560
Removed type2-ieee802.3at as per described in #11984
2023-03-28 14:08:04 -04:00
Ryan Merolle
371764fecd
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
f67deb0dea
PRVB
2023-03-28 14:08:04 -04:00
jeremystretch
d3c5f1e744
Release v3.4.7
2023-03-28 13:46:43 -04:00
kkthxbye
b12551c64b
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
9995fad513
Update changelog for #11645 , #12029 , #12038
2023-03-28 10:21:38 -04:00
Abhimanyu Saharan
1d2335d578
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
ad03061edf
12038 show vc priority with placeholder
2023-03-28 10:13:51 -04:00
Arthur
87eabdbffb
12029 add description to virtual description add
2023-03-28 10:10:05 -04:00
jeremystretch
19787dd21d
Update changelog
2023-03-28 10:02:29 -04:00
jeremystretch
7d64e5bc62
#12058 : Fix initial JSON population
2023-03-28 10:00:15 -04:00
Arthur
a2c7452f90
12058 add clone to config context
2023-03-28 09:56:06 -04:00
Arthur Hanson
654e32cbbe
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
Arthur
879aabe2f9
12038 fix clone tag
2023-03-28 09:48:05 -04:00
Arthur
835af32213
12008 make export templates cloneable
2023-03-28 09:45:44 -04:00
Austin de Coup-Crank
571d33e660
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 08:44:24 -04:00
jeremystretch
61e2073775
#12067 : Fix ordering for JobResult replication
2023-03-27 14:25:42 -04:00
jeremystretch
82080ef491
Remove the old JobResult model
2023-03-27 14:20:13 -04:00
jeremystretch
b3d2020045
Replicate JobResults to new Job model
2023-03-27 14:20:13 -04:00
jeremystretch
34236ff468
Update release notes
2023-03-27 14:20:13 -04:00
jeremystretch
7b258dc11f
Rename JOBRESULT_RETENTION to JOB_RETENTION
2023-03-27 14:20:13 -04:00
jeremystretch
40572b543f
Rename JobResult to Job and move to core
2023-03-27 14:20:13 -04:00
jeremystretch
669cfe8952
Closes #12062 : Avoid caching invalid RSS feed content
2023-03-27 09:29:51 -04:00
jeremystretch
37aa07eea1
Clean up navigation menu
2023-03-24 22:01:41 -04:00
jeremystretch
ea1801bad3
Refactor extras.models
2023-03-24 21:25:22 -04:00
jeremystretch
5c0ce96b6f
Reorganize management commands
2023-03-24 21:11:10 -04:00