Alex Holliday
|
4748afb93a
|
refactor networkSerivce.getMonitorsByTeamId to take a config objet
|
2024-09-18 10:57:44 +08:00 |
|
Alex Holliday
|
2d2b101eb7
|
implement sorting
|
2024-09-18 10:39:47 +08:00 |
|
Alex Holliday
|
7e1a5b6ec8
|
add filter param, implement filter
|
2024-09-18 10:32:41 +08:00 |
|
Alex Holliday
|
113d577ad2
|
remove console log
|
2024-09-17 08:46:55 +08:00 |
|
Alex Holliday
|
3ba6f5a56b
|
Fix type error
|
2024-09-17 08:46:06 +08:00 |
|
Alex Holliday
|
0d12798dd2
|
Remove checks from monitor query
|
2024-09-17 08:12:23 +08:00 |
|
Alex Holliday
|
f5fb32885e
|
Add service name and method name to errors in monitorModule
|
2024-09-15 09:15:59 +08:00 |
|
Alex Holliday
|
9bbd5ce12a
|
Add validation for updateTTL body
|
2024-09-14 12:16:13 +08:00 |
|
Alex Holliday
|
3f5dc337a0
|
Update delete all method
|
2024-09-11 11:22:33 +08:00 |
|
Alex Holliday
|
a89777333a
|
Add route, controller, and DB methods for adding demo monitors
|
2024-09-11 11:03:39 +08: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
|
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
|
e22e374eef
|
Added avgResponseTime to monitor stats, changed date grouping for aggregate stats
|
2024-09-03 20:28:12 -07:00 |
|
Alex Holliday
|
34ce3af412
|
Add 7 days uptime percentage stat
|
2024-09-03 15:04:29 -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 |
|
Alex Holliday
|
8ac53a9e16
|
Add safety check for monitor
|
2024-08-31 16:48:02 -07: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 |
|
Alex Holliday
|
233be4cbda
|
Add notifications to single monitor
|
2024-08-30 10:46:51 -07:00 |
|
Alex Holliday
|
17174ebe14
|
Add pause routes and controller, implement functionality
|
2024-08-28 15:21:59 -07:00 |
|
Alexander Holliday
|
add7756095
|
Update monitorModule.js
|
2024-08-27 15:33:43 -07:00 |
|
Alex Holliday
|
465c1f9f9e
|
Refactor getMonitorByUserID to getMonitorByTeamID
|
2024-08-26 19:38:24 -07:00 |
|
Alex Holliday
|
e658b4759a
|
Add teamID to monitor on creation
|
2024-08-26 19:25:19 -07:00 |
|
Alexander Holliday
|
3ca76f9b48
|
Merge pull request #673 from bluewave-labs/fix/be/normalization
Parsed mongo doc correctly in Normalization function, resolves #672
|
2024-08-19 19:06:52 -07:00 |
|
Alexander Holliday
|
4754a056fe
|
Merge branch 'develop' into fix/safe-data-access
|
2024-08-19 19:06:30 -07:00 |
|
Alex Holliday
|
0ac2492e70
|
Add safe data access to monitorDetails
|
2024-08-19 13:33:50 -07:00 |
|
Alex Holliday
|
6d3ed27f31
|
Parsed mongo doc correctly in Normalization function
|
2024-08-19 10:02:12 -07:00 |
|
Alex Holliday
|
6d99002fd1
|
Finish refactoring auth slice, fixed several bugs
|
2024-08-17 20:23:34 -07:00 |
|
Alexander Holliday
|
0e3da7e17e
|
Merge pull request #628 from bluewave-labs/fix/decouple-notifications
Refactored notifications from Check model to NetworkService, resolves #627
|
2024-08-14 14:14:51 -07:00 |
|
Alex Holliday
|
809e6ee58f
|
Refactored notifications from Check model to NetworkService
|
2024-08-14 10:20:35 -07:00 |
|
Alex Holliday
|
ac5385746a
|
Justified URL, added placeholders
|
2024-08-13 15:54:23 -07:00 |
|
Alex Holliday
|
801f962af9
|
Add empty checks if there are less than 60 mins worth of cehcks
|
2024-08-13 15:33:07 -07:00 |
|
Alex Holliday
|
7336287a9c
|
implement 60 min history chart
|
2024-08-13 12:36:19 -07:00 |
|
Alex Holliday
|
578eb33b91
|
Refactored getMonitorStats for clarity
|
2024-08-13 10:32:29 -07:00 |
|