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

Delete api/prod-barracuda-v2 directory #881

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f3a3ed5
Delete api/prod-barracuda-v2 directory
NickSchouten Jan 24, 2023
0c6f023
Delete api/uat-barracuda-v2 directory
NickSchouten Jan 24, 2023
38295d1
Merge pull request #882 from mh-data-science/NickSchouten-patch-1
NickSchouten Jan 24, 2023
fa68a6d
Delete graphs/prod-barracuda-v2 directory
NickSchouten Jan 24, 2023
85ff2cf
Merge pull request #883 from mh-data-science/NickSchouten-patch-2
NickSchouten Jan 24, 2023
f07f9e7
Delete graphs/uat-barracuda-v2 directory
NickSchouten Jan 24, 2023
f63dc81
Merge pull request #884 from mh-data-science/NickSchouten-patch-3
NickSchouten Jan 24, 2023
6c5d5d8
Update .upptimerc.yml
NickSchouten Jan 24, 2023
ee2840d
Merge pull request #885 from mh-data-science/NickSchouten-patch-4
NickSchouten Jan 24, 2023
b3944d2
:arrow_up: Update @upptime to v1.29.0
upptime-bot Jan 24, 2023
aba60eb
🟩 Prod Barracuda v3 is up (200 in 148 ms) [skip ci] [upptime]
upptime-bot Jan 24, 2023
c9b0190
🟩 UAT Barracuda v3 is up (200 in 139 ms) [skip ci] [upptime]
upptime-bot Jan 24, 2023
3d2cc07
🟩 Traffic Dashboard Mediahuis België is up (200 in 382 ms) [skip ci] …
upptime-bot Jan 24, 2023
602bd8e
🟩 Traffic Dashboard Mediahuis Nederland is up (200 in 310 ms) [skip c…
upptime-bot Jan 24, 2023
96758a4
🟩 Traffic Dashboard Mediahuis Ierland is up (200 in 371 ms) [skip ci]…
upptime-bot Jan 24, 2023
8036122
🟩 Traffic Dashboard Mediahuis Limburg is up (200 in 728 ms) [skip ci]…
upptime-bot Jan 24, 2023
f7ed91b
🟩 Traffic Dashboard NRC is up (200 in 667 ms) [skip ci] [upptime]
upptime-bot Jan 24, 2023
fcffb09
🟩 Traffic Dashboard Zimmo is up (200 in 761 ms) [skip ci] [upptime]
upptime-bot Jan 24, 2023
3f2ab06
Delete prod-barracuda-v2.yml
NickSchouten Jan 24, 2023
0f0675c
Merge pull request #886 from mh-data-science/NickSchouten-patch-5
NickSchouten Jan 24, 2023
3d8f810
Delete uat-barracuda-v2.yml
NickSchouten Jan 24, 2023
98d4a24
Merge pull request #887 from mh-data-science/NickSchouten-patch-6
NickSchouten Jan 24, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/response-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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 }}
Expand Down Expand Up @@ -60,6 +60,5 @@ jobs:
with:
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"
3 changes: 1 addition & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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 }}
Expand All @@ -36,6 +36,5 @@ jobs:
with:
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"
2 changes: 1 addition & 1 deletion .github/workflows/summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uptime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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 }}
Expand Down
4 changes: 0 additions & 4 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ repo: upptime # The name of this repository
sites:
- name: Prod Barracuda v3
url: https://barracuda.mhtr.be/v3/docs
- name: Prod Barracuda v2
url: https://barracuda.mhtr.be/v2/docs
- name: UAT Barracuda v3
url: https://barracuda-uat.mhtr.be/v3/docs
- name: UAT Barracuda v2
url: https://barracuda-uat.mhtr.be/v2/docs
- name: Traffic Dashboard Mediahuis België
url: https://traffic.mediahuis.be/api/system/status
- name: Traffic Dashboard Mediahuis Nederland
Expand Down
1 change: 0 additions & 1 deletion api/prod-barracuda-v2/response-time-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/response-time-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/response-time-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/response-time-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/response-time.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/uptime-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/uptime-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/uptime-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/uptime-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/prod-barracuda-v2/uptime.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/response-time-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/response-time-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/response-time-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/response-time-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/response-time.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/uptime-day.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/uptime-month.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/uptime-week.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/uptime-year.json

This file was deleted.

1 change: 0 additions & 1 deletion api/uat-barracuda-v2/uptime.json

This file was deleted.

Binary file removed graphs/prod-barracuda-v2/response-time-day.png
Binary file not shown.
Binary file removed graphs/prod-barracuda-v2/response-time-month.png
Binary file not shown.
Binary file removed graphs/prod-barracuda-v2/response-time-week.png
Binary file not shown.
Binary file removed graphs/prod-barracuda-v2/response-time-year.png
Binary file not shown.
Binary file removed graphs/prod-barracuda-v2/response-time.png
Binary file not shown.
Binary file removed graphs/uat-barracuda-v2/response-time-day.png
Binary file not shown.
Binary file removed graphs/uat-barracuda-v2/response-time-month.png
Binary file not shown.
Binary file removed graphs/uat-barracuda-v2/response-time-week.png
Binary file not shown.
Binary file removed graphs/uat-barracuda-v2/response-time-year.png
Binary file not shown.
Binary file removed graphs/uat-barracuda-v2/response-time.png
Binary file not shown.
7 changes: 0 additions & 7 deletions history/prod-barracuda-v2.yml

This file was deleted.

4 changes: 2 additions & 2 deletions history/prod-barracuda-v3.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://barracuda.mhtr.be/v3/docs
status: up
code: 200
responseTime: 191
lastUpdated: 2023-01-23T23:16:02.712Z
responseTime: 148
lastUpdated: 2023-01-24T10:16:22.164Z
startTime: Mon May 16 2022 11:46:41 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-mediahuis-belgie.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic.mediahuis.be/api/system/status
status: up
code: 200
responseTime: 479
lastUpdated: 2023-01-24T09:24:55.834Z
responseTime: 382
lastUpdated: 2023-01-24T10:16:23.344Z
startTime: Tue May 17 2022 06:55:13 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-mediahuis-ierland.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic-inm.mediahuis.ie/api/system/status
status: up
code: 200
responseTime: 891
lastUpdated: 2023-01-23T23:16:13.083Z
responseTime: 371
lastUpdated: 2023-01-24T10:16:24.576Z
startTime: Tue May 17 2022 06:55:17 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-mediahuis-limburg.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic-lim.mediahuis.nl
status: up
code: 200
responseTime: 1120
lastUpdated: 2023-01-23T23:16:14.541Z
responseTime: 728
lastUpdated: 2023-01-24T10:16:25.561Z
startTime: Tue May 17 2022 06:55:18 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-mediahuis-nederland.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic-tmg.mediahuis.nl/api/system/status
status: up
code: 200
responseTime: 334
lastUpdated: 2023-01-24T08:43:16.324Z
responseTime: 310
lastUpdated: 2023-01-24T10:16:23.935Z
startTime: Tue May 17 2022 06:55:15 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-nrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic.mediahuis.nl
status: up
code: 200
responseTime: 1512
lastUpdated: 2023-01-23T23:16:16.376Z
responseTime: 667
lastUpdated: 2023-01-24T10:16:26.488Z
startTime: Tue May 17 2022 06:55:20 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
4 changes: 2 additions & 2 deletions history/traffic-dashboard-zimmo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://traffic-zimmo.mediahuis.be
status: up
code: 200
responseTime: 1100
lastUpdated: 2023-01-23T23:16:17.811Z
responseTime: 761
lastUpdated: 2023-01-24T10:16:27.507Z
startTime: Tue May 17 2022 06:55:24 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>
7 changes: 0 additions & 7 deletions history/uat-barracuda-v2.yml

This file was deleted.

4 changes: 2 additions & 2 deletions history/uat-barracuda-v3.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
url: https://barracuda-uat.mhtr.be/v3/docs
status: up
code: 200
responseTime: 208
lastUpdated: 2023-01-23T23:16:03.778Z
responseTime: 139
lastUpdated: 2023-01-24T10:16:22.641Z
startTime: Mon May 16 2022 11:46:43 GMT+0000 (Coordinated Universal Time)
generator: Upptime <https://github.com/upptime/upptime>