diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 5f3e6cd9..0e3059f6 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -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 }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 8ae1bdca..8fd7a8f9 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -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) }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index c73d36ab..c70f19dc 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -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" diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index e17e6da0..3f01929e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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" diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 7ab91080..d61e615f 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -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 }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 6c20aad8..1ed2e56a 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -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 }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 02c84c3c..6cf5b0b9 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -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 }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 71190b9f..cfe9f959 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -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) }} diff --git a/.templaterc.json b/.templaterc.json deleted file mode 100644 index 3c6c2a11..00000000 --- a/.templaterc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "files": [".github/**/*"] -} diff --git a/api/mercury/response-time-day.json b/api/mercury/response-time-day.json index 7c501ec9..09fba69b 100644 --- a/api/mercury/response-time-day.json +++ b/api/mercury/response-time-day.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 24h","message":"0 ms","color":"red"} +{"schemaVersion":1,"label":"response time 24h","message":"490 ms","color":"yellowgreen"} diff --git a/api/mercury/response-time-month.json b/api/mercury/response-time-month.json index d7245c62..ee95b4ef 100644 --- a/api/mercury/response-time-month.json +++ b/api/mercury/response-time-month.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 30d","message":"0 ms","color":"red"} +{"schemaVersion":1,"label":"response time 30d","message":"490 ms","color":"yellowgreen"} diff --git a/api/mercury/response-time-week.json b/api/mercury/response-time-week.json index 578e0757..93de9223 100644 --- a/api/mercury/response-time-week.json +++ b/api/mercury/response-time-week.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 7d","message":"0 ms","color":"red"} +{"schemaVersion":1,"label":"response time 7d","message":"490 ms","color":"yellowgreen"} diff --git a/api/mercury/response-time-year.json b/api/mercury/response-time-year.json index c60b234b..6e6b2268 100644 --- a/api/mercury/response-time-year.json +++ b/api/mercury/response-time-year.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time 1y","message":"0 ms","color":"red"} +{"schemaVersion":1,"label":"response time 1y","message":"490 ms","color":"yellowgreen"} diff --git a/api/mercury/response-time.json b/api/mercury/response-time.json index 3ef4a0d4..5ac0dd26 100644 --- a/api/mercury/response-time.json +++ b/api/mercury/response-time.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"response time","message":"0 ms","color":"red"} +{"schemaVersion":1,"label":"response time","message":"490 ms","color":"yellowgreen"} diff --git a/api/mercury/uptime-day.json b/api/mercury/uptime-day.json index 7ca7a963..226baeab 100644 --- a/api/mercury/uptime-day.json +++ b/api/mercury/uptime-day.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"uptime 24h","message":"0%","color":"red"} +{"schemaVersion":1,"label":"uptime 24h","message":"100%","color":"brightgreen"} diff --git a/api/mercury/uptime-month.json b/api/mercury/uptime-month.json index deb931b9..059c01da 100644 --- a/api/mercury/uptime-month.json +++ b/api/mercury/uptime-month.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"uptime 30d","message":"0%","color":"red"} +{"schemaVersion":1,"label":"uptime 30d","message":"100%","color":"brightgreen"} diff --git a/api/mercury/uptime-week.json b/api/mercury/uptime-week.json index a18f4565..fccd794d 100644 --- a/api/mercury/uptime-week.json +++ b/api/mercury/uptime-week.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"uptime 7d","message":"0%","color":"red"} +{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"} diff --git a/api/mercury/uptime-year.json b/api/mercury/uptime-year.json index 03954cfc..8923b68a 100644 --- a/api/mercury/uptime-year.json +++ b/api/mercury/uptime-year.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"uptime 1y","message":"0%","color":"red"} +{"schemaVersion":1,"label":"uptime 1y","message":"100%","color":"brightgreen"} diff --git a/api/mercury/uptime.json b/api/mercury/uptime.json index 0657891e..bd71d6f8 100644 --- a/api/mercury/uptime.json +++ b/api/mercury/uptime.json @@ -1 +1 @@ -{"schemaVersion":1,"label":"uptime","message":"0%","color":"red"} +{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"} diff --git a/graphs/mercury/response-time-day.png b/graphs/mercury/response-time-day.png index 141ad3e4..6b47f149 100644 Binary files a/graphs/mercury/response-time-day.png and b/graphs/mercury/response-time-day.png differ diff --git a/graphs/mercury/response-time-month.png b/graphs/mercury/response-time-month.png index 141ad3e4..6b47f149 100644 Binary files a/graphs/mercury/response-time-month.png and b/graphs/mercury/response-time-month.png differ diff --git a/graphs/mercury/response-time-week.png b/graphs/mercury/response-time-week.png index 141ad3e4..6b47f149 100644 Binary files a/graphs/mercury/response-time-week.png and b/graphs/mercury/response-time-week.png differ diff --git a/graphs/mercury/response-time-year.png b/graphs/mercury/response-time-year.png index 141ad3e4..6b47f149 100644 Binary files a/graphs/mercury/response-time-year.png and b/graphs/mercury/response-time-year.png differ diff --git a/graphs/mercury/response-time.png b/graphs/mercury/response-time.png index 141ad3e4..6b47f149 100644 Binary files a/graphs/mercury/response-time.png and b/graphs/mercury/response-time.png differ diff --git a/history/mercury.yml b/history/mercury.yml new file mode 100644 index 00000000..62fb7029 --- /dev/null +++ b/history/mercury.yml @@ -0,0 +1,7 @@ +url: https://banland.xyz/ +status: up +code: 200 +responseTime: 490 +lastUpdated: 2023-04-25T00:57:52.414Z +startTime: Tue Apr 25 2023 00:57:51 GMT+0000 (Coordinated Universal Time) +generator: Upptime diff --git a/history/summary.json b/history/summary.json new file mode 100644 index 00000000..35169053 --- /dev/null +++ b/history/summary.json @@ -0,0 +1,20 @@ +[ + { + "name": "Mercury", + "url": "https://banland.xyz/", + "icon": "https://icons.duckduckgo.com/ip3/banland.xyz.ico", + "slug": "mercury", + "status": "up", + "uptime": "100.00%", + "uptimeDay": "100.00%", + "uptimeWeek": "100.00%", + "uptimeMonth": "100.00%", + "uptimeYear": "100.00%", + "time": 490, + "timeDay": 490, + "timeWeek": 490, + "timeMonth": 490, + "timeYear": 490, + "dailyMinutesDown": {} + } +] \ No newline at end of file