Feature #18292
Add notifications for an RSS feed
Difficulty:
Triaged:
Bugzilla link:
Description
Having a rake task in our package that puts notifications from our community RSS would allow us to reach more people and let them know about any announcements they may care about (new plugins, events, videos...).
The task would have to be setup on cron via packaging to run every day or so.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/theforeman/foreman/pull/4240 added
#2
Updated by Daniel Lobato Garcia about 6 years ago
- Target version set to 1.11.0
#3
Updated by Marek Hulán almost 6 years ago
- Target version changed from 1.11.0 to 1.13.4
#4
Updated by Marek Hulán almost 6 years ago
- Target version changed from 1.13.4 to 1.14.0
#5
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.14.0 to 1.14.3
#6
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.14.3 to 1.17.0-RC2
#7
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.17.0-RC2 to 1.18.0-RC2
#8
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.18.0-RC2 to 214
#9
Updated by Marek Hulán over 5 years ago
- Target version changed from 214 to 1.16.0-RC2
#10
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.16.0-RC2 to 1.16.0-RC1
#11
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.16.0-RC1 to 1.16.2
#12
Updated by Bryan Kearney over 5 years ago
- Bugzilla link set to 1486782
#13
Updated by Marek Hulán over 5 years ago
- Target version changed from 1.16.2 to 1.16.1
#14
Updated by Marek Hulán over 5 years ago
- Related to Bug #21782: Notifications for global audience don't work added
#15
Updated by Marek Hulán over 5 years ago
- Legacy Backlogs Release (now unused) set to 296
#16
Updated by Anonymous over 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 8c2262ac78c05dc2b3f723d43ba780b468d27b19.
#17
Updated by Ohad Levy over 5 years ago
- Related to Feature #21823: Foreman RSS notification should include a user agent value added
#18
Updated by Ohad Levy over 5 years ago
- Related to Bug #21826: rss notifications are duplicated added
#19
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/5069 added
#20
Updated by Marek Hulán about 5 years ago
- Related to Bug #22205: Notifications actions are not correctly set if they are based on blueprint added
#21
Updated by Marek Hulán almost 5 years ago
- Related to Bug #23008: rss notifications: no implicit conversion of Time into String added
Fixes #18292 - Make notifications from an RSS feed (#4240)
This adds a task to connect to an RSS feed, by default the one from our
community blog. The idea is to make this run every night with 'cron' on
every Foreman installation to keep people updated about changes, and
inform them about events, etc...
Also, people can setup the task for their internal company blogs or give
it any other uses they may think about. The task can be easily removed
from cron, and I'd suggest enabling it by default.