1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

8930 Commits

Author SHA1 Message Date
872b70c2b5 Fixes : Employ HTMXSelect widget to fix inclusion of <select> field values during form regeneration 2023-04-03 12:49:26 -04:00
2805633b16 Fixes : Ensure consistent treatment of context data when rendering config templates via UI & API 2023-04-03 09:50:07 -04:00
f245f07fd9 Fixes : Do not display object selector for disabled fields 2023-04-03 09:39:03 -04:00
e966d1df47 Merge pull request from tobiasge/fix-data-source-logs
Fix : Log correct count when files were deleted
2023-04-02 22:29:59 +02:00
e7d1a43541 Fixes : Add S3Backend to __all__ 2023-04-01 11:28:33 +02:00
5ff9483d13 Log correct count when files were deleted 2023-04-01 10:51:33 +02:00
8d6c591535 Fixes : Limit the types of objects available for object count & list widgets 2023-03-31 15:30:40 -04:00
6a85c5b3ce Fixes : Fix rendering config templates from a data file 2023-03-31 10:37:12 -04:00
bd38b50e5e Fixes : Prevent data sources from becoming stuck in syncing status when an exception is raised 2023-03-31 09:52:07 -04:00
eb77c0e920 Fixes : Fix exception when saving dashboard widget with minimum width/height 2023-03-31 09:34:50 -04:00
198c004c1d Fixes : Limit the draggable area of widgets to their headers 2023-03-31 09:26:58 -04:00
730eb2e83b Fixes : Do not link data source URL for local paths 2023-03-31 09:06:16 -04:00
cdad50e051 Fixes : Fix migration error when replicating more than 100 job results 2023-03-31 08:59:15 -04:00
fbc23424a6 Update models.py
Change default MIME-Type as discussed under 
2023-03-30 16:58:41 -04:00
f18f6e2856 Merge branch 'develop' into feature 2023-03-30 15:56:38 -04:00
99b914689a Release v3.5-beta1 2023-03-30 15:55:12 -04:00
ecd0c56554 Closes : Move from drf-yasg to spectacular
Co-authored-by: arthanson <worldnomad@gmail.com>
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-30 14:32:59 -04:00
90527b799d : Add view to reset user's dashboard 2023-03-30 12:46:06 -04:00
6e6e8fa2d9 Set user agent for RSS feed requests 2023-03-30 12:44:36 -04:00
e467589730 12084 saved filters ()
* 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
424b336536 Fixes : Improve handling of insufficient permissions for widget content 2023-03-30 10:03:41 -04:00
06dec6a2d9 Fixes : Fix URL parsing for git data sources 2023-03-30 09:07:56 -04:00
f965608791 Fixes : Catch RQ timeout exception when syncing data sources 2023-03-30 08:51:47 -04:00
c4891fe105 Closes : Add a file source view for reports 2023-03-29 16:58:35 -04:00
715592547c : Script & report cleanup ()
* start() and terminate() methods on Job should call save()

* Fix display of associated jobs

* Introduce get_latest_jobs() method on JobsMixin

* Update messaging when no reports/scripts exist

* Catch ImportErrors when rendering report/script lists

* Fix loading of nested modules

* Fix URLs for nested scripts/reports
2023-03-29 16:51:55 -04:00
9d709c84e7 Closes: - Add Provider Accounts ()
*  - ProviderAccount

*  - Move to new selector types

*  - Re-introduce provider FK to Circuit model

*  - 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
d2a694a878 Closes : Establish a direct relationship from jobs to objects ()
* 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
15590f1f48 Merge branch 'develop' into feature 2023-03-28 14:19:08 -04:00
0330c652bd PRVB 2023-03-28 14:13:39 -04:00
d3c5f1e744 Release v3.4.7 2023-03-28 13:46:43 -04:00
b12551c64b Fixes - Add vdcs to InterfaceImportForm and InterfaceBulkEditForm ()
* Add vdcs to InterfaceImportForm and InterfaceBulkEditForm

* Filter vdcs queryset by device when bulk importing interfaces
2023-03-28 13:20:23 -04:00
1d2335d578 Updated _schedule_at to use local time when _interval is set ()
* 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
ad03061edf 12038 show vc priority with placeholder 2023-03-28 10:13:51 -04:00
87eabdbffb 12029 add description to virtual description add 2023-03-28 10:10:05 -04:00
7d64e5bc62 : Fix initial JSON population 2023-03-28 10:00:15 -04:00
a2c7452f90 12058 add clone to config context 2023-03-28 09:56:06 -04:00
654e32cbbe 11933 saved filters clone of content-types and add m2m field cloning ()
* 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
879aabe2f9 12038 fix clone tag 2023-03-28 09:48:05 -04:00
835af32213 12008 make export templates cloneable 2023-03-28 09:45:44 -04:00
571d33e660 Fixes : Multiple remote authentication backends ()
* Add suppport for REMOTE_AUTH_BACKEND as iterable

* Closes : Support for multiple auth backends

* Tweak list casting

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 08:44:24 -04:00
61e2073775 : Fix ordering for JobResult replication 2023-03-27 14:25:42 -04:00
82080ef491 Remove the old JobResult model 2023-03-27 14:20:13 -04:00
b3d2020045 Replicate JobResults to new Job model 2023-03-27 14:20:13 -04:00
34236ff468 Update release notes 2023-03-27 14:20:13 -04:00
7b258dc11f Rename JOBRESULT_RETENTION to JOB_RETENTION 2023-03-27 14:20:13 -04:00
40572b543f Rename JobResult to Job and move to core 2023-03-27 14:20:13 -04:00
669cfe8952 Closes : Avoid caching invalid RSS feed content 2023-03-27 09:29:51 -04:00
37aa07eea1 Clean up navigation menu 2023-03-24 22:01:41 -04:00
ea1801bad3 Refactor extras.models 2023-03-24 21:25:22 -04:00
5c0ce96b6f Reorganize management commands 2023-03-24 21:11:10 -04:00