Commit Graph

467 Commits

Author SHA1 Message Date
Alexander Holliday
3dbbd93f01 Merge pull request #806 from bluewave-labs/feat/refactor-monitor-redux
Feat/refactor monitor redux
2024-09-05 14:38:22 -07:00
Alex Holliday
f88ca5ee2c fix more typos 2024-09-05 14:31:29 -07:00
Alex Holliday
cca41fe6df Update pagespeed redux store 2024-09-05 13:25:19 -07:00
Alex Holliday
9eaab0da1a Add network requests and validation 2024-09-05 12:16:29 -07:00
Alex Holliday
cec8ecd985 add DB and controller methods 2024-09-05 11:17:31 -07:00
Alex Holliday
91909ed350 Add check for monitor active state before adding jobs to queue on startup 2024-09-05 10:44:04 -07:00
Alex Holliday
8ea0ef77e9 Count monitors by type 2024-09-04 23:09:14 -07:00
Alexander Holliday
ea99942697 Merge pull request #798 from bluewave-labs/feat/monitor-pagination
Feat/monitor pagination
2024-09-04 19:32:18 -07:00
Alex Holliday
bc7f110b01 Add update hook 2024-09-04 18:42:50 -07:00
Alex Holliday
6aef23e8a4 Use correct array for normalization 2024-09-04 17:41:28 -07:00
Alex Holliday
d32a2a7efa Add pagination to 2024-09-04 17:37:30 -07:00
Alex Holliday
70a4058993 add uptimePercentage to aggregate data 2024-09-04 13:21:51 -07:00
Alex Holliday
6424a0436f Fixed incorrect assignment 2024-09-04 12:15:53 -07:00
Alex Holliday
3270d61624 Add period total checks 2024-09-04 12:00:01 -07:00
Alex Holliday
be582edeeb add time 2024-09-04 11:54:20 -07:00
Alex Holliday
ffc132e19a Add missing else block 2024-09-04 11:45:54 -07:00
Alex Holliday
df16bf3db5 Moved http/ping specific data 2024-09-04 11:25:08 -07:00
Alex Holliday
5ccb85e755 remove unused methods 2024-09-04 11:09:08 -07:00
Alex Holliday
9edf5ba9f9 Refactor 2024-09-04 11:02:18 -07:00
Alex Holliday
d24971b83f Merge branch 'develop' into feat/be/monitor-details-additional-data 2024-09-04 10:08:21 -07:00
Alexander Holliday
e2529612d9 Merge branch 'develop' into fix/missing-be-validation 2024-09-03 20:40:52 -07:00
Alex Holliday
e22e374eef Added avgResponseTime to monitor stats, changed date grouping for aggregate stats 2024-09-03 20:28:12 -07:00
Alexander Holliday
1c09b32128 Merge pull request #790 from bluewave-labs/fix/restore-indeterminate-status
Fix/restore indeterminate status
2024-09-03 16:40:43 -07:00
Alex Holliday
9110e0b6cc restore monitor 2024-09-03 16:01:24 -07:00
Alex Holliday
f52285b32f Restore job queue 2024-09-03 15:46:17 -07:00
Alex Holliday
c490722eae restore netowrk service 2024-09-03 15:45:11 -07:00
Alex Holliday
5af81c7291 restore controller 2024-09-03 15:43:12 -07:00
Alex Holliday
8bac81fb09 Add validation for certificate request 2024-09-03 15:11:17 -07:00
Alex Holliday
cece932e45 Implement validation 2024-09-03 15:07:11 -07:00
Alex Holliday
34ce3af412 Add 7 days uptime percentage stat 2024-09-03 15:04:29 -07:00
Alex Holliday
a6c3c56d0b add getMonitorStatsByIdValidation 2024-09-03 15:00:30 -07:00
Alex Holliday
64fe1a3af5 Return raw value instead of formatted string 2024-09-03 14:52:00 -07:00
Alex Holliday
99b4da347f remove space 2024-09-03 14:47:37 -07:00
Alex Holliday
bc0df325d1 Add route, controller, db operations, and validation for aggregate monitor stats 2024-09-03 14:39:16 -07:00
Alexander Holliday
1bde8fdb86 Revert "Add indeterminate state to monitors, resolves #765" 2024-09-03 09:30:43 -07:00
Alexander Holliday
0c02fb47e1 Merge branch 'develop' into feat/indeterminate-state 2024-09-03 09:24:57 -07:00
Alexander Holliday
567d6ab6f3 Merge pull request #597 from mertssmnoglu/openapi-specs
chore: create openapi.json with openapi 3.1.0 format
2024-09-02 19:21:25 -07:00
Alex Holliday
d2528a694e simplified conditionals for updating status and sending notifications 2024-09-02 11:00:59 -07:00
Alex Holliday
4d61ecfe35 Add error handling to notifications 2024-09-02 10:52:11 -07:00
Alex Holliday
071a7fc9cf Add indeterminate state to monitors 2024-09-02 10:45:07 -07: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
cbd5a2ab86 uncommented out cleanup code' 2024-08-31 16:51:11 -07:00
Alex Holliday
8ac53a9e16 Add safety check for monitor 2024-08-31 16:48:02 -07:00
Mert Şişmanoğlu
b6190728a0 feat(openapi): add /healthy route for health check 2024-08-31 13:51:36 +03:00
Mert Şişmanoğlu
f680ed8af1 chore(openapi): add missing route groups to tags
- invite
- monitors
- checks
- alerts
- pagespeed
- maintenance-window
- healthy
- mail
2024-08-31 13:44:23 +03:00
Alex Holliday
68b50a3059 Update getMonitorsByTeamid to use attached notifications 2024-08-30 18:00:04 -07:00
Alex Holliday
7e90b5f48b Notifications added to monitor object 2024-08-30 13:03:59 -07:00