[PR #11976] [MERGED] Closes #11826: RSS feed widget #13879

Closed
opened 2025-12-29 23:21:19 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11976
Author: @jeremystretch
Created: 3/14/2023
Status: Merged
Merged: 3/14/2023
Merged by: @jeremystretch

Base: featureHead: 11826-rss-feed-widget


📝 Commits (3)

  • 28f678c Add feedparser as a dependency
  • b71adca Introduce RSSFeedWidget
  • 52efab2 Clean up widget templates

📊 Changes

7 files changed (+85 additions, -3 deletions)

View changed files

📝 base_requirements.txt (+4 -0)
📝 netbox/extras/dashboard/widgets.py (+64 -1)
📝 netbox/extras/views.py (+1 -1)
📝 netbox/templates/extras/dashboard/widget.html (+1 -1)
📝 netbox/templates/extras/dashboard/widget_add.html (+1 -0)
netbox/templates/extras/dashboard/widgets/rssfeed.html (+13 -0)
📝 requirements.txt (+1 -0)

📄 Description

Fixes: #11826

  • Add feedparser as a new dependency
  • Introduce a new RSS feed widget
  • Add default_config attribute to base DashboardWidget class
  • Misc cleanup

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/11976 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/14/2023 **Status:** ✅ Merged **Merged:** 3/14/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `11826-rss-feed-widget` --- ### 📝 Commits (3) - [`28f678c`](https://github.com/netbox-community/netbox/commit/28f678ca06d8ba3e2149f1afcb0d0e029f18dd0f) Add feedparser as a dependency - [`b71adca`](https://github.com/netbox-community/netbox/commit/b71adcad493cbc5532d02bb7a0e1330de43c4dab) Introduce RSSFeedWidget - [`52efab2`](https://github.com/netbox-community/netbox/commit/52efab2c0d00c6cb84c6117c281c0b929cd78dd2) Clean up widget templates ### 📊 Changes **7 files changed** (+85 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `base_requirements.txt` (+4 -0) 📝 `netbox/extras/dashboard/widgets.py` (+64 -1) 📝 `netbox/extras/views.py` (+1 -1) 📝 `netbox/templates/extras/dashboard/widget.html` (+1 -1) 📝 `netbox/templates/extras/dashboard/widget_add.html` (+1 -0) ➕ `netbox/templates/extras/dashboard/widgets/rssfeed.html` (+13 -0) 📝 `requirements.txt` (+1 -0) </details> ### 📄 Description ### Fixes: #11826 - Add [feedparser](https://github.com/kurtmckee/feedparser) as a new dependency - Introduce a new RSS feed widget - Add `default_config` attribute to base `DashboardWidget` class - Misc cleanup --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:21:19 +01:00
adam closed this issue 2025-12-29 23:21:19 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13879