From 02691d12dd61a64cc22c7945e91d55557778c931 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:13:09 +0000 Subject: [PATCH 01/24] Update actions/checkout action to v4 --- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- .github/workflows/summary.yml | 2 +- .github/workflows/update-template.yml | 2 +- .github/workflows/updates.yml | 2 +- .github/workflows/uptime.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 57a9f89843..092c9e32a4 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index cac5feba4f..7cad9ebfa3 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index e0ab0d83d6..6f7ed05782 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 280cdff1c5..8809b149a8 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,7 +28,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 08f8c09ff8..6bde24af08 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index b1c699533a..0739b4b95e 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index a40fd975f0..d3dbc6b84c 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 4138a4fa9c..94a32b767f 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} From b663819a74629e18e7556e1a523f0a029a22eb14 Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:13:23 +0000 Subject: [PATCH 02/24] :arrow_up: Update @upptime to v1.36.4 --- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/setup.yml | 2 +- .github/workflows/site.yml | 2 +- .github/workflows/summary.yml | 2 +- .github/workflows/update-template.yml | 2 +- .github/workflows/updates.yml | 2 +- .github/workflows/uptime.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 092c9e32a4..57a9f89843 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 7cad9ebfa3..cac5feba4f 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 6f7ed05782..e0ab0d83d6 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8809b149a8..280cdff1c5 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,7 +28,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 6bde24af08..08f8c09ff8 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 0739b4b95e..b1c699533a 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index d3dbc6b84c..a40fd975f0 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 94a32b767f..4138a4fa9c 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} From 55bbf4ee8c760c188b2fb50c15cea6db1e2d99a2 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:25 +0000 Subject: [PATCH 03/24] =?UTF-8?q?=F0=9F=9F=A9=20duyet.net=20is=20up=20(200?= =?UTF-8?q?=20in=20327=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/duyet-net.yml b/history/duyet-net.yml index 21df71a2cf..dfba69f0e7 100644 --- a/history/duyet-net.yml +++ b/history/duyet-net.yml @@ -1,7 +1,7 @@ url: https://duyet.net status: up code: 200 -responseTime: 319 -lastUpdated: 2024-04-03T23:04:38.761Z +responseTime: 327 +lastUpdated: 2024-04-04T14:13:25.229Z startTime: 2021-09-20T13:14:44.000Z generator: Upptime From 3236403020294280aa35e82b4e49cbfe406ecdef Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:25 +0000 Subject: [PATCH 04/24] =?UTF-8?q?=F0=9F=9F=A9=20blog.duyet.net=20is=20up?= =?UTF-8?q?=20(200=20in=2053=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/blog-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/blog-duyet-net.yml b/history/blog-duyet-net.yml index 0345bc5263..54657b2fc2 100644 --- a/history/blog-duyet-net.yml +++ b/history/blog-duyet-net.yml @@ -1,7 +1,7 @@ url: https://blog.duyet.net status: up code: 200 -responseTime: 66 -lastUpdated: 2024-04-03T23:04:39.081Z +responseTime: 53 +lastUpdated: 2024-04-04T14:13:25.519Z startTime: 2021-09-20T13:44:22.000Z generator: Upptime From faa1d19e1beff341c90ebdad4bdd8e046a88bcbf Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:26 +0000 Subject: [PATCH 05/24] =?UTF-8?q?=F0=9F=9F=A9=20s.duyet.net=20is=20up=20(2?= =?UTF-8?q?00=20in=20101=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/s-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/s-duyet-net.yml b/history/s-duyet-net.yml index 8097083476..8deab6e47a 100644 --- a/history/s-duyet-net.yml +++ b/history/s-duyet-net.yml @@ -1,7 +1,7 @@ url: https://s.duyet.net status: up code: 200 -responseTime: 96 -lastUpdated: 2024-04-03T23:04:39.415Z +responseTime: 101 +lastUpdated: 2024-04-04T14:13:25.859Z startTime: 2021-09-20T13:44:23.000Z generator: Upptime From 628e36e10329390eff97186da8a60d14b010fe26 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:26 +0000 Subject: [PATCH 06/24] =?UTF-8?q?=F0=9F=9F=A9=20pricetrack=20is=20up=20(20?= =?UTF-8?q?0=20in=2058=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/pricetrack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/pricetrack.yml b/history/pricetrack.yml index e426de0ad5..3184c29c13 100644 --- a/history/pricetrack.yml +++ b/history/pricetrack.yml @@ -1,7 +1,7 @@ url: https://tracker.duyet.net status: up code: 200 -responseTime: 90 -lastUpdated: 2024-04-03T23:04:39.741Z +responseTime: 58 +lastUpdated: 2024-04-04T14:13:26.150Z startTime: 2021-09-20T13:29:28.000Z generator: Upptime From 21a4eb0103aaf0a10432350fb2bc84e60f742556 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:26 +0000 Subject: [PATCH 07/24] =?UTF-8?q?=F0=9F=9F=A9=20cv.duyet.net=20is=20up=20(?= =?UTF-8?q?200=20in=20161=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/cv-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/cv-duyet-net.yml b/history/cv-duyet-net.yml index 0b71114909..849848d167 100644 --- a/history/cv-duyet-net.yml +++ b/history/cv-duyet-net.yml @@ -1,7 +1,7 @@ url: https://cv.duyet.net status: up code: 200 -responseTime: 341 -lastUpdated: 2024-04-03T23:04:40.676Z +responseTime: 161 +lastUpdated: 2024-04-04T14:13:26.549Z startTime: 2023-01-26T09:54:53.000Z generator: Upptime From 9562258a474ad2b374eb6344150dda8aa6710e75 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:27 +0000 Subject: [PATCH 08/24] =?UTF-8?q?=F0=9F=9F=A9=20cv.duyet.net=20is=20up=20(?= =?UTF-8?q?200=20in=2099=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/cv-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/cv-duyet-net.yml b/history/cv-duyet-net.yml index 849848d167..4264fd2ac1 100644 --- a/history/cv-duyet-net.yml +++ b/history/cv-duyet-net.yml @@ -1,7 +1,7 @@ url: https://cv.duyet.net status: up code: 200 -responseTime: 161 -lastUpdated: 2024-04-04T14:13:26.549Z +responseTime: 99 +lastUpdated: 2024-04-04T14:13:26.887Z startTime: 2023-01-26T09:54:53.000Z generator: Upptime From 715ad11da1a5b1e3935755712f69df40ffd0f752 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:27 +0000 Subject: [PATCH 09/24] =?UTF-8?q?=F0=9F=9F=A9=20duyet.github.io/dashboard?= =?UTF-8?q?=20is=20up=20(200=20in=2076=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/duyet-github-io-dashboard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/duyet-github-io-dashboard.yml b/history/duyet-github-io-dashboard.yml index 7a8616f2ce..0d4ced4c58 100644 --- a/history/duyet-github-io-dashboard.yml +++ b/history/duyet-github-io-dashboard.yml @@ -1,7 +1,7 @@ url: https://duyet.github.io/dashboard status: up code: 200 -responseTime: 111 -lastUpdated: 2024-04-03T23:04:41.024Z +responseTime: 76 +lastUpdated: 2024-04-04T14:13:27.199Z startTime: 2023-01-26T09:54:53.000Z generator: Upptime From d95b321f916b14257d437dbc28c1b8e8c5059166 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:27 +0000 Subject: [PATCH 10/24] =?UTF-8?q?=F0=9F=9F=A5=20duyet.github.io/rss=20is?= =?UTF-8?q?=20down=20(404=20in=2024=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/duyet-github-io-rss.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/duyet-github-io-rss.yml b/history/duyet-github-io-rss.yml index 77374c3ee1..6eb843bfab 100644 --- a/history/duyet-github-io-rss.yml +++ b/history/duyet-github-io-rss.yml @@ -1,7 +1,7 @@ url: https://duyet.github.io/rss status: down code: 404 -responseTime: 79 -lastUpdated: 2024-04-03T23:04:41.382Z +responseTime: 24 +lastUpdated: 2024-04-04T14:13:27.510Z startTime: 2023-01-26T09:54:54.000Z generator: Upptime From 2057567b824f8af3fe1e7a3676bbe049f9ae7ea0 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:27 +0000 Subject: [PATCH 11/24] =?UTF-8?q?=F0=9F=9F=A9=20modern-data-team.vercel.ap?= =?UTF-8?q?p=20is=20up=20(200=20in=2045=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/modern-data-team-vercel-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/modern-data-team-vercel-app.yml b/history/modern-data-team-vercel-app.yml index ee6508d1d6..c1b7a59e9e 100644 --- a/history/modern-data-team-vercel-app.yml +++ b/history/modern-data-team-vercel-app.yml @@ -1,7 +1,7 @@ url: https://modern-data-team.vercel.app status: up code: 200 -responseTime: 143 -lastUpdated: 2024-04-03T23:04:41.766Z +responseTime: 45 +lastUpdated: 2024-04-04T14:13:27.793Z startTime: 2023-01-26T09:54:54.000Z generator: Upptime From e06550a92b9d5624520f3cc810778dd78880276d Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:28 +0000 Subject: [PATCH 12/24] =?UTF-8?q?=F0=9F=9F=A9=20pageview.duyet.net=20is=20?= =?UTF-8?q?up=20(200=20in=20340=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/pageview-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/pageview-duyet-net.yml b/history/pageview-duyet-net.yml index 6506b2667f..3c16add9e5 100644 --- a/history/pageview-duyet-net.yml +++ b/history/pageview-duyet-net.yml @@ -1,7 +1,7 @@ url: https://pageview.duyet.net status: up code: 200 -responseTime: 4238 -lastUpdated: 2024-04-03T23:04:46.243Z +responseTime: 340 +lastUpdated: 2024-04-04T14:13:28.372Z startTime: 2023-04-02T18:43:32.000Z generator: Upptime From 72d5824c3a469779c0c81c2c81320c789eb7da73 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:28 +0000 Subject: [PATCH 13/24] =?UTF-8?q?=F0=9F=9F=A9=20cdn.duyet.net=20is=20up=20?= =?UTF-8?q?(200=20in=2097=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/cdn-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/cdn-duyet-net.yml b/history/cdn-duyet-net.yml index b31ee85b50..83e858bc0c 100644 --- a/history/cdn-duyet-net.yml +++ b/history/cdn-duyet-net.yml @@ -1,7 +1,7 @@ url: https://cdn.duyet.net status: up code: 200 -responseTime: 136 -lastUpdated: 2024-04-03T23:04:46.620Z +responseTime: 97 +lastUpdated: 2024-04-04T14:13:28.707Z startTime: 2021-09-20T13:29:30.000Z generator: Upptime From 9acb838dcbaa53b31c84c89ea99e445aaa706dcc Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:29 +0000 Subject: [PATCH 14/24] =?UTF-8?q?=F0=9F=9F=A9=20til.duyet.net=20is=20up=20?= =?UTF-8?q?(200=20in=20179=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/til-duyet-net.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/til-duyet-net.yml b/history/til-duyet-net.yml index ece6dd3c0f..701ab278cc 100644 --- a/history/til-duyet-net.yml +++ b/history/til-duyet-net.yml @@ -1,7 +1,7 @@ url: https://til.duyet.net status: up code: 200 -responseTime: 89 -lastUpdated: 2024-04-03T23:04:46.952Z +responseTime: 179 +lastUpdated: 2024-04-04T14:13:29.126Z startTime: 2021-09-20T13:29:30.000Z generator: Upptime From bdad315dba869ce6590b21b331eacc7cb2338673 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:29 +0000 Subject: [PATCH 15/24] =?UTF-8?q?=F0=9F=9F=A9=20Okie.one=20is=20up=20(200?= =?UTF-8?q?=20in=2061=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/okie-one.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/okie-one.yml b/history/okie-one.yml index dcc601536a..92a5c5a2d3 100644 --- a/history/okie-one.yml +++ b/history/okie-one.yml @@ -1,7 +1,7 @@ url: https://okie.one status: up code: 200 -responseTime: 149 -lastUpdated: 2024-04-03T23:04:47.343Z +responseTime: 61 +lastUpdated: 2024-04-04T14:13:29.427Z startTime: 2021-09-20T13:14:47.000Z generator: Upptime From 00fcbbb7e377e1c5aefeaa5c8ae93c1f63f9e8da Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:29 +0000 Subject: [PATCH 16/24] =?UTF-8?q?=F0=9F=9F=A9=20The=20Feedback=20is=20up?= =?UTF-8?q?=20(200=20in=2097=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/the-feedback.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/the-feedback.yml b/history/the-feedback.yml index 23e71b52e0..cc1db9ef5a 100644 --- a/history/the-feedback.yml +++ b/history/the-feedback.yml @@ -1,7 +1,7 @@ url: https://feedback.okie.one status: up code: 200 -responseTime: 191 -lastUpdated: 2024-04-03T23:04:47.776Z +responseTime: 97 +lastUpdated: 2024-04-04T14:13:29.771Z startTime: 2021-09-20T13:14:48.000Z generator: Upptime From 3f4d00ebd053b01d41bc03770f74dee7af99fd97 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:30 +0000 Subject: [PATCH 17/24] =?UTF-8?q?=F0=9F=9F=A9=20The=20Feedback=20Docs=20is?= =?UTF-8?q?=20up=20(200=20in=2058=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/the-feedback-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/the-feedback-docs.yml b/history/the-feedback-docs.yml index 035e20f4c8..4ae9fcda37 100644 --- a/history/the-feedback-docs.yml +++ b/history/the-feedback-docs.yml @@ -1,7 +1,7 @@ url: https://feedback.okie.one/docs status: up code: 200 -responseTime: 66 -lastUpdated: 2024-04-03T23:04:48.083Z +responseTime: 58 +lastUpdated: 2024-04-04T14:13:30.067Z startTime: 2021-09-20T13:14:49.000Z generator: Upptime From 16b71ce3ee2a035fe6e44ecfc6e18255b2efd123 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:32 +0000 Subject: [PATCH 18/24] =?UTF-8?q?=F0=9F=9F=A9=20Ngan.vn=20is=20up=20(200?= =?UTF-8?q?=20in=202286=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/ngan-vn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/ngan-vn.yml b/history/ngan-vn.yml index 1e441d4522..a359cd747a 100644 --- a/history/ngan-vn.yml +++ b/history/ngan-vn.yml @@ -1,7 +1,7 @@ url: https://ngan.vn status: up code: 200 -responseTime: 2395 -lastUpdated: 2024-04-03T23:04:50.718Z +responseTime: 2286 +lastUpdated: 2024-04-04T14:13:32.594Z startTime: 2021-09-20T13:29:36.000Z generator: Upptime From a04c47eb0351fc377b6102bd2177703420f6b1a3 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:34 +0000 Subject: [PATCH 19/24] =?UTF-8?q?=F0=9F=9F=A9=20Very=20Nini=20is=20up=20(2?= =?UTF-8?q?00=20in=201444=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/very-nini.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/very-nini.yml b/history/very-nini.yml index 68df01c5d8..252e274357 100644 --- a/history/very-nini.yml +++ b/history/very-nini.yml @@ -1,7 +1,7 @@ url: https://verynini.com status: up code: 200 -responseTime: 1357 -lastUpdated: 2024-04-03T23:04:52.314Z +responseTime: 1444 +lastUpdated: 2024-04-04T14:13:34.280Z startTime: 2021-09-20T13:30:49.000Z generator: Upptime From e73ceeb89170848d6be743357ae78eeeaaec2eb1 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:35 +0000 Subject: [PATCH 20/24] =?UTF-8?q?=F0=9F=9F=A9=20hocdata.com=20is=20up=20(2?= =?UTF-8?q?00=20in=20577=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/hocdata-com.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/hocdata-com.yml b/history/hocdata-com.yml index e58d38c419..b4e98175ff 100644 --- a/history/hocdata-com.yml +++ b/history/hocdata-com.yml @@ -1,7 +1,7 @@ url: https://hocdata.com status: up code: 200 -responseTime: 358 -lastUpdated: 2024-04-03T23:04:52.913Z +responseTime: 577 +lastUpdated: 2024-04-04T14:13:35.102Z startTime: 2021-09-20T13:30:52.000Z generator: Upptime From 616e4c66e2d21206f9dedf011f0b9fbc124ee32c Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:35 +0000 Subject: [PATCH 21/24] =?UTF-8?q?=F0=9F=9F=A9=20uptime=20is=20up=20(200=20?= =?UTF-8?q?in=2040=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/uptime.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/uptime.yml b/history/uptime.yml index e41c2705b9..641eba263f 100644 --- a/history/uptime.yml +++ b/history/uptime.yml @@ -1,7 +1,7 @@ url: https://duyet.github.io/uptime status: up code: 200 -responseTime: 90 -lastUpdated: 2024-04-03T23:04:53.244Z +responseTime: 40 +lastUpdated: 2024-04-04T14:13:35.382Z startTime: 2021-10-07T02:28:56.000Z generator: Upptime From 90fee0ea709e277ea8aba4be02c26535941b18dd Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:13:36 +0000 Subject: [PATCH 22/24] =?UTF-8?q?=F0=9F=9F=A9=20next.ngan.vn=20is=20up=20(?= =?UTF-8?q?200=20in=20643=20ms)=20[skip=20ci]=20[upptime]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- history/next-ngan-vn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history/next-ngan-vn.yml b/history/next-ngan-vn.yml index cc9e695efc..89fada8b16 100644 --- a/history/next-ngan-vn.yml +++ b/history/next-ngan-vn.yml @@ -1,7 +1,7 @@ url: https://next.ngan.vn status: up code: 200 -responseTime: 441 -lastUpdated: 2024-04-03T23:04:53.922Z +responseTime: 643 +lastUpdated: 2024-04-04T14:13:36.262Z startTime: 2021-10-24T16:42:38.000Z generator: Upptime From b9681a0ece6d7c9550bb38c2d69fc585504f7ca9 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:14:09 +0000 Subject: [PATCH 23/24] :pencil: Update summary in README [skip ci] [upptime] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8d3341520..2f6fc76d5c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ With [Upptime](https://upptime.js.org), you can get your own unlimited and free | [cv.duyet.net](https://cv.duyet.net) | 🟩 Up | [cv-duyet-net.yml](https://github.com/duyet/uptime/commits/HEAD/history/cv-duyet-net.yml) |
Response time graph 118ms
Response time 110
24-hour response time 231
7-day response time 118
30-day response time 116
1-year response time 114
|
100.00%All-time uptime 99.81%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.78%
| [cv.duyet.net](https://cv.duyet.net) | 🟩 Up | [cv-duyet-net.yml](https://github.com/duyet/uptime/commits/HEAD/history/cv-duyet-net.yml) |
Response time graph 118ms
Response time 110
24-hour response time 231
7-day response time 118
30-day response time 116
1-year response time 114
|
100.00%All-time uptime 99.81%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.78%
| [duyet.github.io/dashboard](https://duyet.github.io/dashboard) | 🟩 Up | [duyet-github-io-dashboard.yml](https://github.com/duyet/uptime/commits/HEAD/history/duyet-github-io-dashboard.yml) |
Response time graph 125ms
Response time 120
24-hour response time 111
7-day response time 125
30-day response time 226
1-year response time 120
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
-| [duyet.github.io/rss](https://duyet.github.io/rss) | 🟥 Down | [duyet-github-io-rss.yml](https://github.com/duyet/uptime/commits/HEAD/history/duyet-github-io-rss.yml) |
Response time graph 71ms
Response time 85
24-hour response time 79
7-day response time 71
30-day response time 62
1-year response time 70
|
0.00%All-time uptime 27.35%
24-hour uptime 0.00%
7-day uptime 0.00%
30-day uptime 0.00%
1-year uptime 13.70%
+| [duyet.github.io/rss](https://duyet.github.io/rss) | 🟥 Down | [duyet-github-io-rss.yml](https://github.com/duyet/uptime/commits/HEAD/history/duyet-github-io-rss.yml) |
Response time graph 71ms
Response time 85
24-hour response time 79
7-day response time 71
30-day response time 62
1-year response time 70
|
0.00%All-time uptime 27.32%
24-hour uptime 0.00%
7-day uptime 0.00%
30-day uptime 0.00%
1-year uptime 13.54%
| [modern-data-team.vercel.app](https://modern-data-team.vercel.app) | 🟩 Up | [modern-data-team-vercel-app.yml](https://github.com/duyet/uptime/commits/HEAD/history/modern-data-team-vercel-app.yml) |
Response time graph 120ms
Response time 123
24-hour response time 143
7-day response time 120
30-day response time 237
1-year response time 117
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
| [pageview.duyet.net](https://pageview.duyet.net) | 🟩 Up | [pageview-duyet-net.yml](https://github.com/duyet/uptime/commits/HEAD/history/pageview-duyet-net.yml) |
Response time graph 2070ms
Response time 2022
24-hour response time 4238
7-day response time 2070
30-day response time 2037
1-year response time 2035
|
100.00%All-time uptime 99.75%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.74%
| [cdn.duyet.net](https://cdn.duyet.net) | 🟩 Up | [cdn-duyet-net.yml](https://github.com/duyet/uptime/commits/HEAD/history/cdn-duyet-net.yml) |
Response time graph 791ms
Response time 148
24-hour response time 136
7-day response time 791
30-day response time 274
1-year response time 149
|
100.00%All-time uptime 99.89%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.78%
@@ -31,7 +31,7 @@ With [Upptime](https://upptime.js.org), you can get your own unlimited and free | [Okie.one](https://okie.one) | 🟩 Up | [okie-one.yml](https://github.com/duyet/uptime/commits/HEAD/history/okie-one.yml) |
Response time graph 104ms
Response time 125
24-hour response time 149
7-day response time 104
30-day response time 115
1-year response time 129
|
100.00%All-time uptime 99.99%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
| [The Feedback](https://feedback.okie.one) | 🟩 Up | [the-feedback.yml](https://github.com/duyet/uptime/commits/HEAD/history/the-feedback.yml) |
Response time graph 128ms
Response time 155
24-hour response time 191
7-day response time 128
30-day response time 126
1-year response time 130
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
| [The Feedback Docs](https://feedback.okie.one/docs) | 🟩 Up | [the-feedback-docs.yml](https://github.com/duyet/uptime/commits/HEAD/history/the-feedback-docs.yml) |
Response time graph 54ms
Response time 71
24-hour response time 66
7-day response time 54
30-day response time 51
1-year response time 67
|
100.00%All-time uptime 100.00%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
-| [Ngan.vn](https://ngan.vn) | 🟩 Up | [ngan-vn.yml](https://github.com/duyet/uptime/commits/HEAD/history/ngan-vn.yml) |
Response time graph 2258ms
Response time 3390
24-hour response time 2395
7-day response time 2258
30-day response time 2154
1-year response time 3376
|
100.00%All-time uptime 91.91%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.93%
+| [Ngan.vn](https://ngan.vn) | 🟩 Up | [ngan-vn.yml](https://github.com/duyet/uptime/commits/HEAD/history/ngan-vn.yml) |
Response time graph 2258ms
Response time 3390
24-hour response time 2395
7-day response time 2258
30-day response time 2154
1-year response time 3372
|
100.00%All-time uptime 91.91%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.93%
| [Very Nini](https://verynini.com) | 🟩 Up | [very-nini.yml](https://github.com/duyet/uptime/commits/HEAD/history/very-nini.yml) |
Response time graph 1442ms
Response time 3018
24-hour response time 1357
7-day response time 1442
30-day response time 1340
1-year response time 2402
|
100.00%All-time uptime 99.84%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.86%
| [hocdata.com](https://hocdata.com) | 🟩 Up | [hocdata-com.yml](https://github.com/duyet/uptime/commits/HEAD/history/hocdata-com.yml) |
Response time graph 248ms
Response time 320
24-hour response time 358
7-day response time 248
30-day response time 277
1-year response time 331
|
100.00%All-time uptime 99.89%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 99.77%
| [uptime](https://duyet.github.io/uptime) | 🟩 Up | [uptime.yml](https://github.com/duyet/uptime/commits/HEAD/history/uptime.yml) |
Response time graph 87ms
Response time 94
24-hour response time 90
7-day response time 87
30-day response time 87
1-year response time 90
|
100.00%All-time uptime 99.89%
24-hour uptime 100.00%
7-day uptime 100.00%
30-day uptime 100.00%
1-year uptime 100.00%
From a98fbbefcd61791e8826b9bbeef1b23f386521c7 Mon Sep 17 00:00:00 2001 From: duyetbot Date: Thu, 4 Apr 2024 14:14:09 +0000 Subject: [PATCH 24/24] :card_file_box: Update status summary [skip ci] [upptime] --- history/summary.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/history/summary.json b/history/summary.json index 728173e45e..16c1167ab5 100644 --- a/history/summary.json +++ b/history/summary.json @@ -152,18 +152,18 @@ "icon": "https://icons.duckduckgo.com/ip3/duyet.github.io.ico", "slug": "duyet-github-io-rss", "status": "down", - "uptime": "27.35%", + "uptime": "27.32%", "uptimeDay": "0.00%", "uptimeWeek": "0.00%", "uptimeMonth": "0.00%", - "uptimeYear": "13.70%", + "uptimeYear": "13.54%", "time": 85, "timeDay": 79, "timeWeek": 71, "timeMonth": 62, "timeYear": 70, "dailyMinutesDown": { - "2024-04-04": 1, + "2024-04-04": 854, "2024-04-03": 1440, "2024-04-02": 1440, "2024-04-01": 1440, @@ -650,7 +650,7 @@ "timeDay": 2395, "timeWeek": 2258, "timeMonth": 2154, - "timeYear": 3376, + "timeYear": 3372, "dailyMinutesDown": { "2024-02-21": 35, "2024-02-19": 38,