Commit Graph

29 Commits

Author SHA1 Message Date
Alex Holliday
888f644c7c user -> User 2024-09-26 10:28:48 +08:00
Alex Holliday
b0942fdcab optimizations 2024-09-17 09:37:24 +08:00
Alex Holliday
204e0bbf40 Add indices to DB 2024-09-17 09:16:00 +08:00
Alex Holliday
afa5cf1fc0 Implement setting TTL on FE 2024-09-16 12:13:29 +08:00
Alex Holliday
f075e15ab7 Remove duplicate method 2024-09-16 09:48:48 +08:00
Alexander Holliday
858df84a9e Merge branch 'develop' into feat/be/error-handling 2024-09-15 17:23:40 -07:00
Alex Holliday
9ccc1b6f44 Add service name and method name to errors in checksModule 2024-09-15 08:34:09 +08:00
Alex Holliday
0d04369c63 Fix typo 2024-09-15 08:26:17 +08:00
Alex Holliday
9bbd5ce12a Add validation for updateTTL body 2024-09-14 12:16:13 +08:00
Alex Holliday
15e067c9bf Add ttl 2024-09-12 12:49:18 +08:00
Alex Holliday
65cc70cbdd remove unresponsive sites from demo list 2024-09-11 11:39:32 +08:00
M M
8f58b6e438 Fix logic to get accurate results. 2024-08-31 22:46:28 -07:00
M M
44fd1f8898 Use more strict comparison operators. 2024-08-31 20:13:34 -07:00
M M
7866936d3a Store the percentage as a 0 and 1 instead of 0 - 100 for future calculations. 2024-08-31 19:59:27 -07:00
M M
654b9d2038 Add real percentages for the uptime of monitors to the main dashboard. 2024-08-31 17:58:23 -07:00
Alex Holliday
ca7e06b8c5 change return type, set monitor status to default true value 2024-08-30 10:17:02 -07:00
Alex Holliday
eedf2879ee finish implementation 2024-08-30 10:04:47 -07:00
Alex Holliday
22770cc343 Add db method for deleting checks by team 2024-08-30 09:41:27 -07:00
Alex Holliday
eedc6bbed6 Refactor getChecksByUserId to getChecksByTeamId 2024-08-27 12:22:32 -07:00
Alex Holliday
d7251bfd81 Refactored monitor details 2024-08-12 12:05:57 -07:00
Alex Holliday
26e3f81a91 Implemented pagination for incidents component 2024-08-09 11:54:30 -07:00
Alex Holliday
7888a11bfe Added resolve filter 2024-08-09 09:53:50 -07:00
Alex Holliday
2bd8371d6a Add switch for filter 2024-08-09 09:41:39 -07:00
Alex Holliday
21ba8f087a Add filtering to check count 2024-08-08 16:18:46 -07:00
Alex Holliday
d95fcb119d Renamed filter to dateRange, add incidents table 2024-08-08 16:13:08 -07:00
Alex Holliday
b28e4df546 Add endpoints and route for all user checks 2024-08-08 14:27:01 -07:00
Alex Holliday
d43b4806e6 Implement pagination on FE and BE 2024-08-08 13:19:37 -07:00
Alex Holliday
b3fab31a61 node 2024-08-08 12:37:02 -07:00
Alexander Holliday
e47d3685ce Moved all methods to modules (#460)
* Moved all methods to modules

* removed old mongoDB file
2024-07-26 18:25:20 -07:00