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
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
jeremystretch
91cf009d48
Fixes #12109 : Fix migration error when replicating more than 100 job results
2023-03-31 08:59:15 -04:00
jeremystretch
4bac44a0d7
Release v3.5-beta1
2023-03-30 15:55:12 -04:00
jeremystretch
75c371cb27
Documentation cleanup
2023-03-30 15:45:32 -04:00
jeremystretch
50a51555ee
Note breaking changes re: API schema
2023-03-30 14:36:02 -04:00
jeremystretch
6f1647bdac
Update changelog
2023-03-30 13:21:03 -04:00
jeremystretch
0078119bf7
Closes #12085 : Add a file source view for reports
2023-03-29 16:58:35 -04:00
jeremystretch
6bd8fb1e9d
Update changelog for #9047
2023-03-29 08:31:40 -04:00
Daniel Sheppard
1413e2f77d
Closes : #9047 - Add Provider Accounts ( #12057 )
...
* #9047 - ProviderAccount
* #9047 - Move to new selector types
* #9047 - Re-introduce provider FK to Circuit model
* #9047 - Fix broken tests
* Misc cleanup
* Revert errant change
* Fix tests
* Update circuit filter form
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-29 08:27:11 -04:00
jeremystretch
f1cf6c4494
Merge branch 'develop' into feature
2023-03-28 14:19:08 -04:00
jeremystretch
0a361e54c6
PRVB
2023-03-28 14:13:39 -04:00
jeremystretch
43680e8cb9
Release v3.4.7
2023-03-28 13:46:43 -04:00
jeremystretch
1f84120cbc
Update changelog for #11645 , #12029 , #12038
2023-03-28 10:21:38 -04:00
jeremystretch
f8a6fb51eb
Update changelog
2023-03-28 10:02:29 -04:00
Austin de Coup-Crank
a7b776329a
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
937fbec6cc
Update release notes
2023-03-27 14:20:13 -04:00
jeremystretch
1304dd4170
Rename JOBRESULT_RETENTION to JOB_RETENTION
2023-03-27 14:20:13 -04:00
jeremystretch
6a8ffd9fac
Rename JobResult to Job and move to core
2023-03-27 14:20:13 -04:00
Arthur
cceaa5da51
12049 fix passsword typo
2023-03-24 20:19:58 -04:00
jeremystretch
a8e3fe76e4
Update release notes
2023-03-23 08:44:42 -04:00
jeremystretch
f1d4ba74e3
#11558 : Introduce GIT_PATH configuration setting
2023-03-22 11:25:03 -04:00
jeremystretch
ae5b2edd20
#11558 : Cleanup & docs
2023-03-22 09:20:44 -04:00
jeremystretch
e672146a43
#11559 : Add device config API endpoint & cleanup
2023-03-21 17:00:06 -04:00
jeremystretch
a74027fe30
Documentation cleanup
2023-03-20 16:37:47 -04:00
jeremystretch
7db15e9b32
#9653 : Cleanup
2023-03-20 16:00:08 -04:00
jeremystretch
6f949f64f2
Merge branch 'develop' into feature
2023-03-20 08:54:22 -04:00
Jeremy Stretch
20ef576da6
Closes #10242 : Redirect to filtered objects list after bulk import ( #12001 )
...
* Redirect user to filtered objects list after bulk import
* Remove obsolete table attribute from bulk import views
2023-03-17 09:23:40 -04:00
jeremystretch
d4bf965303
Closes #11494 : Enable filtering objects by create/update request IDs
2023-03-16 16:29:43 -04:00
jeremystretch
88e149426b
Fixes #11979 : Correct URL for tags in route targets list
2023-03-16 08:20:52 -04:00
Jeremy Stretch
5787e9dcfd
Closes : #11781 : Add support for Amazon S3 remote data sources ( #11986 )
...
* Add boto3 as a dependency
* Add Amazon S3 backend for remote data sources
* Update docs to include Amazon S3 support
2023-03-15 12:11:52 -04:00
Ryan Merolle
213c8cc5fb
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-14 15:50:49 -04:00
jeremystretch
696bd9b8d8
Cleanup & docs
2023-03-14 15:44:16 -04:00
jeremystretch
9b3651bd35
Closes #11780 : Enable loading import data from remote sources
2023-03-14 14:53:26 -04:00
jeremystretch
f061817423
Closes #11968 : Add navigation menu buttons to create device & VM components
2023-03-13 15:15:38 -04:00
jeremystretch
5cc8650199
PRVB
2023-03-13 11:59:57 -04:00
jeremystretch
6acc947c65
Merge branch 'develop' into feature
2023-03-13 11:58:37 -04:00
jeremystretch
3a38fceb49
Release v3.4.6
2023-03-13 11:16:31 -04:00
jeremystretch
654bb4becd
Fixes #11631 : Fix filtering changelog & journal entries by multiple content type IDs
2023-03-13 10:00:05 -04:00
jeremystretch
076338ea2f
Fixes #11927 : Correct loading of plugin resources with custom paths
2023-03-13 08:52:38 -04:00
jeremystretch
0041123644
Changelog for #11850 , #11851
2023-03-13 08:38:57 -04:00
rganascim
94961a521b
Closes #11638 : add http redirect to apache
2023-03-10 09:55:22 -05:00