Git Product home page Git Product logo

statusfpo's Issues

No RSS feeds for missing categories

Pelican only generates category feeds if articles exist. The JSONGenerator class in the json_output filter works around that, but not for RSS feeds.

RSS links contain JSON instead of RSS/XML

All of the RSS links here …:

	<link href="/ongoing.rss" type="application/rss+xml" rel="alternate" title="Fedora Infrastructure Status ongoing outages RSS Feed" />
	<link href="/planned.rss" type="application/rss+xml" rel="alternate" title="Fedora Infrastructure Status planned outages RSS Feed" />
	<link href="/resolved.rss" type="application/rss+xml" rel="alternate" title="Fedora Infrastructure Status resolved outages RSS Feed" />
	<link href="/changes.rss" type="application/rss+xml" rel="alternate" title="Fedora Infrastructure Status all outages RSS Feed" />

… return content rendered in JSON:

nils@makake:~> for category in ongoing planned resolved changes; do
    echo -n "$category: "
    curl --silent "https://status.fedoraproject.org/${category}.rss" | file -
done
ongoing: /dev/stdin: JSON text data
planned: /dev/stdin: JSON text data
resolved: /dev/stdin: JSON text data
changes: /dev/stdin: JSON text data
nils@makake:~>

Outage pages broken in RSS

The links that show up in RSS (e.g. on Fedora Planet) when outages are added result in an S3 permission error when someone tries to view them. For example https://status.fedoraproject.org/20210824-network-issues.html results in

<Error>
  <Code>AccessDenied</Code>
  <Message>Access Denied</Message>
  <RequestId>KR2NGKHBW89TJJCS</RequestId>
  <HostId>7CICEjmrOavdw7gd2J9t61CqKyRCDW4jQbeGIt/hce25TMxt7dLv7olcZEfom0gvOY5biueYgJI=</HostId>
</Error>

Clean up wording and display of upcoming outages

Currently if there are no upcoming outages, the status states "0 Upcoming Outage" -- we should make it read "0 Upcoming Outages".

Additionally, The blue "primary" header is also a little bright and bold for when there are no upcoming outages -- it would probably work better to be grey when there are 0 upcoming outages.

Reverse the sorting order of planned outages

Currently, we sort planned outages with the most recent date first, for example:

  • 1 June 2021
  • 5 May 2021

we should reverse this order, so the planned outage that is going to occur first is at the top of the list.,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.