Commit Graph

52 Commits

Author SHA1 Message Date
Simon Larsen
9b4ef72682
Refactor MonitorTestService and MonitorTest model 2024-10-29 16:59:07 +00:00
Simon Larsen
dea6c55365
refactor: Update import statements for CommonUI to use Common/UI 2024-08-07 15:50:32 -06:00
Simon Larsen
b29fb6e833
refactor: Update import statements for ProbeMonitor and ServerMonitor to use ProbeMonitorResponse and ServerMonitorResponse 2024-08-05 13:00:31 -06:00
Simon Larsen
52630b16d1
refactor: Update import statements for ProbeMonitor and ServerMonitor to use ProbeMonitorResponse and ServerMonitorResponse 2024-08-05 10:06:53 -06:00
Simon Larsen
de7d06e5d7
refactor: Improve error handling in FetchListAndProbe
This commit refactors the FetchListAndProbe class to improve error handling. It adds try-catch blocks around the main logic and logs any errors that occur using the logger. Additionally, it includes a catch block to handle any errors thrown during the fetchListAndProbe function. This change ensures that errors are properly handled and logged, preventing potential issues with the monitoring process.
2024-07-05 10:18:03 +01:00
Simon Larsen
cc3f003be5
refactor: Improve error handling in FetchListAndProbe
This commit refactors the FetchListAndProbe class to improve error handling. It adds try-catch blocks around the main logic and logs any errors that occur using the logger. Additionally, it includes a catch block to handle any errors thrown during the fetchListAndProbe function. This change ensures that errors are properly handled and logged, preventing potential issues with the monitoring process.
2024-07-04 22:22:37 +01:00
Simon Larsen
70a2a3993b
refactor: Update symbol type to use lowercase 'symbol' in ColumnAccessControl files 2024-06-14 12:09:53 +01:00
Simon Larsen
f5584a5037
Add error handling to monitor probing in the FetchListAndProbe class. This change modifies the code to catch any errors that occur during the probing process and log them using the logger. This enhancement improves the robustness of the monitoring functionality by ensuring that errors are properly handled and logged. 2024-06-05 13:30:33 +01:00
Simon Larsen
faf0641503
refactor: Update package.json and Encryption.ts to use latest version of crypto-js 2024-05-29 15:25:09 +01:00
Simon Larsen
dbacf998ff
refactor: Add new monitor links to DocsNav
This commit adds new monitor links to the DocsNav utility in the FeatureSet/Docs/Utils/Nav.ts file. The links include "Custom Code Monitor" and "Synthetic Monitor" with their respective URLs. This enhancement improves the navigation experience for users accessing the monitor documentation section.
2024-05-22 12:13:38 +01:00
Simon Larsen
0d41d97b8d
refactor: Fix syntax error in MonitorStep and CriteriaFilterUtil 2024-05-22 11:59:33 +01:00
Simon Larsen
e2a7f7efc5
refactor: Add support for ArrayOfText field type in Detail component
This commit adds support for the ArrayOfText field type in the Detail component. When the field type is ArrayOfText and there is data available, the data is joined with commas and displayed in the UI. This enhancement improves the user experience by properly rendering and handling the ArrayOfText field type in the Detail component.
2024-05-22 10:58:34 +01:00
Simon Larsen
a5f05376b0
refactor: Update logger.debug statements for exiting node process
This commit updates the logger.debug statements in multiple files to log the message 'Exiting node process' instead of 'Exiting node process'. This change improves the logging consistency and ensures that the appropriate log level is used for this message.
2024-05-22 10:04:41 +01:00
Simon Larsen
44d405fb8c
Fix formatting issues in code 2024-02-27 18:32:04 +00:00
Simon Larsen
17cfffa16e
Fix bugs and improve code 2024-02-27 18:29:29 +00:00
Simon Larsen
865c7f0996
Update dependencies and remove unused code 2024-01-29 07:23:24 +00:00
Simon Larsen
62d1679938
Add BaseModel import to multiple files 2023-11-14 16:13:58 +00:00
Simon Larsen
99af4fe826
Fix formatting and remove unused imports 2023-11-14 15:24:05 +00:00
Simon Larsen
3023e22de3
refactor common server to add base api for analytics 2023-11-14 14:21:26 +00:00
Simon Larsen
199ef2b009
fix fmt 2023-10-12 20:04:37 +01:00
Simon Larsen
7e796dff42
probeapi request 2023-10-09 19:04:39 +01:00
Simon Larsen
34817a1066
probe-api to ingestor 2023-10-09 18:54:23 +01:00
Simon Larsen
e16c9cb3b7
fix fmt 2023-09-22 13:04:54 +01:00
Simon Larsen
f63b910d78
add more probe logs 2023-09-22 12:49:51 +01:00
Simon Larsen
f553d1c995
fix add seconds 2023-08-07 16:34:05 +01:00
Simon Larsen
e409f3ec0e
add limit to probe 2023-08-07 15:22:45 +01:00
Simon Larsen
1d675eb1ab
fix issues with probe api 2023-08-07 10:18:12 +01:00
Simon Larsen
894eafec43
add logs to probe 2023-08-07 08:57:36 +01:00
Simon Larsen
7dd77a505c
add threads to probe 2023-08-06 21:54:12 +01:00
Simon Larsen
0cc0c033f5
fix fmt 2023-08-06 20:29:42 +01:00
Simon Larsen
6d6bcb796d
monitor one monitor at a time 2023-08-06 20:29:14 +01:00
Simon Larsen
639c4b13ae
fix issue with sending probe-id 2023-06-02 15:32:11 +01:00
Simon Larsen
a2f083bd12
fix probe responses 2023-05-14 14:30:26 +01:00
Simon Larsen
f15c20f6e5
change soft delete to hard delete 2023-05-14 13:10:20 +01:00
Simon Larsen
4257f1c576
fix ramdom fetch 2023-05-14 13:08:00 +01:00
Simon Larsen
82bd0741d0
fix fmt 2023-05-12 13:22:03 +01:00
Simon Larsen
74cc556f7c
fix date 2023-05-12 12:29:51 +01:00
Simon Larsen
d959853ee3
fix bugs 2023-05-11 16:29:38 +01:00
Simon Larsen
55fdea387e
fix fmt in query helper 2023-05-10 19:47:23 +01:00
Simon Larsen
c973b3b93b
fix probes 2023-05-10 18:53:36 +01:00
Simon Larsen
71bea4e8ff
fix fmt 2023-05-09 16:29:20 +01:00
Simon Larsen
e30ca1ddfd
add jest config to probe 2023-05-09 16:23:29 +01:00
Simon Larsen
00b3726407
refactor paths 2023-05-08 21:29:00 +01:00
Simon Larsen
fbc0577f0b
make criteria work 2023-05-08 21:20:40 +01:00
Simon Larsen
63c7e30af3
add criteria filters 2023-05-08 21:05:46 +01:00
Simon Larsen
7e897d7d34
write criteria filters 2023-05-08 20:24:25 +01:00
Simon Larsen
d4c4a1c83d
change home page 2023-05-06 12:48:00 +01:00
Simon Larsen
99c9b58c81
add monitor list api 2023-05-05 13:02:23 +01:00
Simon Larsen
c959b0845f
add probe auth 2023-05-03 21:13:00 +01:00
Simon Larsen
4aab4314c5
clean up probe 2023-05-03 17:47:47 +01:00