Commit Graph

56 Commits

Author SHA1 Message Date
jeremystretch
e8141478ed Fixes #12401: Support the creation of front ports without a pre-populated device ID 2023-05-01 16:51:10 -04:00
jeremystretch
c7e54a7c2d Fixes #12384: Add a three-second timeout for RSS reader widget 2023-05-01 16:19:39 -04:00
jeremystretch
0558ba2ad6 Fixes #12415: Pin rq to v1.13.0 to fix ImportError exception from django-rq 2023-05-01 14:38:51 -04:00
jeremystretch
50256feadc Changelog for #12380, #12395, #12396, #12405, #12412 2023-05-01 14:19:56 -04:00
jeremystretch
294d839c79 PRVB 2023-04-27 14:52:07 -04:00
jeremystretch
df194ccafe Release v3.5.0 2023-04-27 14:24:44 -04:00
jeremystretch
2c34cd5ec0 Closes #12343: Enforce a minimum length for SECRET_KEY configuration parameter 2023-04-27 10:35:39 -04:00
jeremystretch
c40ec26f42 Changelog for #12195, #12218, #12278 2023-04-25 14:49:43 -04:00
jeremystretch
d97bee8b19 Fixes #12299: Fix object list widget support for filtering by multiple values 2023-04-21 11:54:28 -04:00
jeremystretch
8802eb2315 Changelog for #12149, #12256, #12288 2023-04-21 11:40:28 -04:00
jeremystretch
2ccac98efe #8684: Remove obsolete 'obj' var from custom link context 2023-04-19 09:58:18 -04:00
jeremystretch
8ed5dd490c Release v3.5-beta2 2023-04-18 09:21:15 -04:00
jeremystretch
b84ad3e244 Enable scheduling_enabled parameter for reports 2023-04-18 08:45:31 -04:00
jeremystretch
6b5eec97f2 Update release notes 2023-04-11 15:56:34 -04:00
jeremystretch
afff19b8aa #11029: Cleanup & changelog 2023-04-10 10:40:56 -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
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
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
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
jeremystretch
937fbec6cc Update release notes 2023-03-27 14:20:13 -04:00
jeremystretch
a8e3fe76e4 Update release notes 2023-03-23 08:44:42 -04:00
jeremystretch
a74027fe30 Documentation cleanup 2023-03-20 16:37:47 -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
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
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
b0767b3aef Changelog for #8272, #8958 2023-03-10 09:00:28 -05:00
jeremystretch
70c7959ccf Add mark_utilized to IPRange 2023-03-01 09:27:06 -05:00
jeremystretch
846ff92424 Closes #10374: Require unique tenant names & slugs per group (not globally) 2023-02-28 20:03:41 -05:00
Jeremy Stretch
177843b5e5 Closes #10729: Add date & time custom field type (#11857)
* Add datetime custom field type

* Update custom field tests
2023-02-28 13:33:40 -05:00
Jeremy Stretch
2b8c41f3d6 Closes #8550: Implement ASN ranges (#11835)
* Move ASN to a separate module

* Move ASNField from dcim to ipam

* Introduce ASNRange model

* Add relationship from ASN to ASNRange

* Add an available-asns API endpoint

* Add RIR assignment for ASNRange

* Add standard tests

* Move child ASNs to a tabbed view

* Remove FK on ASN to ASNRange

* Add tests for provisioning available ASNs

* Add docs for ASNRange
2023-02-27 16:36:05 -05:00
jeremystretch
28cc39c54c Update change log 2023-02-24 16:46:01 -05:00
jeremystretch
530c7434ed Changelog for #11693 2023-02-19 20:09:51 -05:00
Jeremy Stretch
164bdeee68 Closes #9073: Remote data support for config contexts (#11692)
* WIP

* Add bulk sync view for config contexts

* Introduce 'sync' permission for synced data models

* Docs & cleanup

* Remove unused method

* Add a REST API endpoint to synchronize config context data
2023-02-19 20:09:51 -05:00
jeremystretch
0601f3fa45 Closes #11625: Add HTMX support to ObjectEditView 2023-02-19 20:09:51 -05:00
jeremystretch
81aee65ede Closes #11611: Refactor API viewset classes and introduce NetBoxReadOnlyModelViewSet 2023-02-19 20:09:51 -05:00