diff --git a/TODO.txt b/TODO.txt index 4f9d8f6..1cc8dd2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,6 +3,10 @@ Now - [ ] Finish readme page for all running options - [ ] Get example site up +- [ ] GitHub actions + * [ ] Create Public Action to use (marketplace) + * [ ] Store a binary, and if there are not changes then use it instead of rebuilding (if possible) + Next ==================== - [ ] History page with the whole history of each check diff --git a/assets/index.html b/assets/index.html index 2f90dfc..45e6799 100644 --- a/assets/index.html +++ b/assets/index.html @@ -61,7 +61,7 @@

Real-time status and incident updates

Updated - + @@ -431,7 +431,7 @@

Real-time status and incident updates

Updated - + @@ -792,7 +792,7 @@

Real-time status and incident updates

@ - + 100.00% @@ -827,7 +827,7 @@

Real-time status and incident updates

Updated - + @@ -1195,7 +1195,7 @@

Real-time status and incident updates

Updated - + @@ -1554,7 +1554,7 @@

Real-time status and incident updates

@ - + 92.34% @@ -1589,7 +1589,7 @@

Updated - + @@ -1957,7 +1957,7 @@

Updated - + @@ -2316,7 +2316,7 @@

@ - + 98.76% @@ -2345,7 +2345,7 @@

2024-10-23 - Between 10:00 and 11:00 UTC on October 22nd, we will be performing maintenance on our database.
You might notice a small distruption of service.
It should last no longer than 30 seconds at most.
Any other issues, please contact support at:
support@nanowatchrs.com + Between 10:00 and 11:00 UTC on October 22nd, we will be performing maintenance on our database.
You might notice a small distruption of service.
It should last no longer than 30 seconds at most.
Any other issues, please contact support at:
me@isaacdonaldson.com diff --git a/config/Backend_API_history.json b/config/Backend_API_history.json index 04a1ec5..fb01ca0 100644 --- a/config/Backend_API_history.json +++ b/config/Backend_API_history.json @@ -1,6 +1,6 @@ { "name": "Backend API", - "last_updated": "2024-11-30 02:29:27", + "last_updated": "2024-11-30 02:54:05", "uptime": null, "entries": [ { diff --git a/config/Database_Connection_history.json b/config/Database_Connection_history.json index f806420..e61a93d 100644 --- a/config/Database_Connection_history.json +++ b/config/Database_Connection_history.json @@ -1,6 +1,6 @@ { "name": "Database Connection", - "last_updated": "2024-11-30 02:01:59", + "last_updated": "2024-11-30 02:54:05", "uptime": 98.76, "entries": [ { diff --git a/config/Domain_history.json b/config/Domain_history.json index a06daa6..77e9ae5 100644 --- a/config/Domain_history.json +++ b/config/Domain_history.json @@ -1,6 +1,6 @@ { "name": "Domain", - "last_updated": "2024-11-30 00:31:48", + "last_updated": "2024-11-30 02:54:05", "uptime": 92.34, "entries": [ { diff --git a/config/config.json b/config/config.json index 348d94a..ca9603c 100644 --- a/config/config.json +++ b/config/config.json @@ -41,7 +41,7 @@ "incidents": [ { "title": "Planned DB Maintenance", - "description": "Between 10:00 and 11:00 UTC on October 22nd, we will be performing maintenance on our database.\nYou might notice a small distruption of service.\nIt should last no longer than 30 seconds at most.\nAny other issues, please contact support at:\n\tsupport@nanowatchrs.com", + "description": "Between 10:00 and 11:00 UTC on October 22nd, we will be performing maintenance on our database.\nYou might notice a small distruption of service.\nIt should last no longer than 30 seconds at most.\nAny other issues, please contact support at:\n\tme@isaacdonaldson.com", "status": "Ongoing", "display_date": "2024-10-23", "started_at": "2024-10-23 10:00:00",