Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add incident reports section (Issue #90) #92

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 31 additions & 12 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page.title }}</title>

<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css" />

<!-- Bootstrap and overrides -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/overrides.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/overrides.css" />

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />

<!-- link to Atom feed -->
{% feed_meta %}
Expand All @@ -25,7 +25,14 @@
<div class="container">
<div class="navbar navbar-default">
<div class="container-fluid">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar"
aria-expanded="false"
aria-controls="navbar"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand All @@ -36,7 +43,14 @@
</div>
<ul class="nav navbar-nav">
<li><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/reports/">Reports</a></li>
<li>
<a href="{{ site.baseurl }}/board-reports/">Board Reports</a>
</li>
<li>
<a href="{{ site.baseurl }}/incident-reports/"
>Incident Reports</a
>
</li>
<li><a href="{{ site.baseurl }}/policies/">Policies</a></li>
<li><a href="{{ site.baseurl }}/meetings/">Meetings</a></li>
</ul>
Expand All @@ -47,7 +61,12 @@

<footer class="footer">
<div class="container">
<p>You can contribute to this website at <a href="https://github.com/openstreetmap/owg-website">github.com/openstreetmap/owg-website</a></p>
<p>
You can contribute to this website at
<a href="https://github.com/openstreetmap/owg-website"
>github.com/openstreetmap/owg-website</a
>
</p>
</div>
</footer>
</div>
Expand Down
10 changes: 0 additions & 10 deletions _posts/2014-01-01-january.md

This file was deleted.

18 changes: 18 additions & 0 deletions board-reports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Monthly Board Reports
permalink: /board-reports/
---

# Monthly Board Reports

These are our monthly reports to the OSMF Board.

<ul class="posts">
{% for post in site.posts %}
{% if post.categories contains 'board-reports' %}
<li>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
10 changes: 10 additions & 0 deletions board-reports/_posts/2014-01-01-january.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: "January 2014"
date: 2014-01-31 23:59:59
---

- Budget for 2014 done.
- Going through another round of reminding scrapers / 3rd party apps about our tile T&Cs.
- Working with UCL in advance of server “decant”. Deadline mid-July 2014.
- Upgraded CPUs in yevaud
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions incident-reports.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Incident Reports
permalink: /incident-reports/
---

# Incident Reports

These are reports gathering details of incidents that have occurred on OSMF infrastructure.

<ul class="posts">
{% for post in site.posts %}
{% if post.categories contains 'incident-reports' %}
<li>
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endif %}
{% endfor %}
</ul>
11 changes: 11 additions & 0 deletions incident-reports/_posts/2022-08-01-august.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: post
title: September 2022 (Placeholder)
date: 2022-8-31 23:59:59
---

## Summary

- Reports section split into two sections: "Incident Reports" and "Board Reports"
- Board reports previously hosted in the \_posts directory have been migrated to board-reports/\_posts
- Incident reports not previously hosted in the \_posts directory have been a dedicated directory : incident-reports/\_posts
48 changes: 31 additions & 17 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ The main task of the Operations Working Group is the forecasting of demand and t

Other tasks include:

* Creating [policies]({{ site.baseurl }}/policies/) for OSMF services, such as the Tile Usage Policy or API Usage Policy
* The organisation and budgeting for hosting OSMF servers
- Creating [policies]({{ site.baseurl }}/policies/) for OSMF services, such as the Tile Usage Policy or API Usage Policy
- The organisation and budgeting for hosting OSMF servers

It does not concern itself with:

* Authoring software to run on the services. This is left to the development community
* Day-to-day running of the servers. This is the remit of the Sysadmins group
- Authoring software to run on the services. This is left to the development community
- Day-to-day running of the servers. This is the remit of the Sysadmins group

We run a [public issue tracker](https://github.com/openstreetmap/operations/issues) at GitHub for our tasks.

Expand All @@ -30,30 +30,44 @@ Details on OSMF servers and statistics can be found at [OSMF Server Info](https:

# Latest Reports

### Board Reports (Monthly)

<ul class="posts">
{% for post in site.posts limit: 6 %}
{% if post.categories contains 'board-reports' %}
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

### Incident Reports

<ul class="posts">
{% for post in site.posts limit: 6 %}
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% if post.categories contains 'incident-reports' %}
<li><a href="{{ site.baseurl }}{{ incident.url }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>

For a full list of reports, please see our [Reports Archive]({{ site.baseurl }}/reports/).
For a full list of reports, please see our [Board Reports Archive]({{ site.baseurl }}/board-reports/) or [Incident Reports Archive]({{ site.baseurl }}/incident-reports/).

# Members

* Emilie Laffray
* Grant Slater
* Jon Burgess
* Paul Norman
* Tom Hughes
* Hrvoje Bogner
* Radoje Stojisic
- Emilie Laffray
- Grant Slater
- Jon Burgess
- Paul Norman
- Tom Hughes
- Hrvoje Bogner
- Radoje Stojisic

Former members:

* Matt Amos
* Sarah Hoffmann
* Brian DeRocher
* Andy Allan
- Matt Amos
- Sarah Hoffmann
- Brian DeRocher
- Andy Allan

# Join Us!

Expand Down
13 changes: 0 additions & 13 deletions reports.md

This file was deleted.