Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.
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
6 changes: 3 additions & 3 deletions .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate graphs
uses: upptime/uptime-monitor@v1.29.0
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/uptime-monitor@v1.29.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
17 changes: 8 additions & 9 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,45 +21,44 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update template
uses: upptime/uptime-monitor@v1.29.0
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- name: Update response time
uses: upptime/uptime-monitor@v1.29.0
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.29.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- name: Generate graphs
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/uptime-monitor@v1.29.0
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT || github.token }}
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
force_orphan: "false"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"
9 changes: 4 additions & 5 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Generate site
uses: upptime/uptime-monitor@v1.29.0
with:
command: "site"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
- uses: peaceiris/actions-gh-pages@v3.7.3
name: GitHub Pages Deploy
with:
github_token: ${{ secrets.GH_PAT || github.token }}
github_token: ${{ secrets.GH_PAT }}
publish_dir: "site/status-page/__sapper__/export/"
force_orphan: "false"
user_name: "Upptime Bot"
user_email: "73812536+upptime-bot@users.noreply.github.com"
6 changes: 3 additions & 3 deletions .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.29.0
with:
command: "readme"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update template
uses: upptime/uptime-monitor@master
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Update code
uses: upptime/updates@master
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2.3.3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }}
token: ${{ secrets.GH_PAT }}
- name: Check endpoint status
uses: upptime/uptime-monitor@v1.29.0
with:
command: "update"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
GH_PAT: ${{ secrets.GH_PAT }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
2 changes: 1 addition & 1 deletion api/oswald-labs/response-time-day.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"schemaVersion":1,"label":"response time 24h","message":"151 ms","color":"brightgreen"}
{"schemaVersion":1,"label":"response time 24h","message":"253 ms","color":"green"}
2 changes: 1 addition & 1 deletion api/oswald-labs/response-time-month.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"schemaVersion":1,"label":"response time 30d","message":"197 ms","color":"brightgreen"}
{"schemaVersion":1,"label":"response time 30d","message":"199 ms","color":"brightgreen"}
2 changes: 1 addition & 1 deletion api/oswald-labs/response-time-week.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"schemaVersion":1,"label":"response time 7d","message":"188 ms","color":"brightgreen"}
{"schemaVersion":1,"label":"response time 7d","message":"191 ms","color":"brightgreen"}
4 changes: 2 additions & 2 deletions history/oswald-labs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://oswaldlabs.com
status: up
code: 200
responseTime: 253
lastUpdated: 2023-05-06T23:14:46.897Z
responseTime: 219
lastUpdated: 2023-05-07T18:52:03.554Z
startTime: Thu Oct 29 2020 11:35:56 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>