newrelic / nr1-status-pages

NR1 Status Pages allows you to collect and display the statuses of key dependencies in one place.
https://github.com/newrelic/nr1-status-pages/discussions
Apache License 2.0
37 stars 22 forks source link

Feature: added support for Atom feed #97

Closed wpoynter closed 4 years ago

wpoynter commented 4 years ago

When setting up a status page for Babylon, I found one of our dependencies (Auth0) provided an Atom feed, but not an RSS feed.

I have tried to add the functionality in keeping with the style of the rest of the app, but I am not a regular JS developer, so please feel free to critique the style.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

wpoynter commented 4 years ago

Do I need to commit the auto-generated NR1 ID? I assumed it was just to create a separate app for local development and removed it from the final commit.

wpoynter commented 4 years ago

Turns out, I was making a different mistake with my Atom feed and the existing RSS feed reader works for both. My bad. Closing issue.