dongfang
|
1f0876dd71
|
use stringService in requestHttp
|
2025-02-12 03:16:07 +00:00 |
|
dongfang
|
6837adb5aa
|
add locales for http request
|
2025-02-12 03:13:52 +00:00 |
|
dongfang
|
c3d92ec812
|
return early if not json
|
2025-02-12 03:05:58 +00:00 |
|
dongfang
|
4d12608a22
|
return early instead of nesting if/else blocks
|
2025-02-12 02:53:09 +00:00 |
|
dongfang
|
9fe2de8969
|
Use JSON.stringify instead of toString
|
2025-02-12 02:53:09 +00:00 |
|
dongfang
|
05e448c4c5
|
Add job name and id in log
|
2025-02-12 02:53:09 +00:00 |
|
dongfang
|
b263e2746c
|
Convert result to string
|
2025-02-12 02:53:09 +00:00 |
|
dongfang
|
8b49603382
|
Support jsonPath and expectedValue
|
2025-02-12 02:53:09 +00:00 |
|
dongfang
|
81a0ec8b23
|
Replace variable declarations with destructuring
|
2025-02-12 02:52:35 +00:00 |
|
cihat
|
fddaf8f11f
|
fix: resolve conflict
|
2025-02-11 08:15:29 +03:00 |
|
cihatata
|
93fa4ca13b
|
fix: add injection for jobqueque
|
2025-02-11 07:49:46 +03:00 |
|
cihatata
|
4c92922d40
|
fix: i18n rebase
|
2025-02-11 07:49:44 +03:00 |
|
cihatata
|
7b6eed96f4
|
fix: remove fetch requests
|
2025-02-11 07:43:39 +03:00 |
|
cihat
|
158a3f14ea
|
fix: use default.json
|
2025-02-11 07:43:39 +03:00 |
|
cihatata
|
d0e09fe77f
|
fix: load file
|
2025-02-11 07:43:39 +03:00 |
|
cihatata
|
dea8c4fdd8
|
fix: use new structure
|
2025-02-11 07:43:39 +03:00 |
|
cihatata
|
88df88891c
|
fix: use new structure
|
2025-02-11 07:43:38 +03:00 |
|
cihatata
|
6fc0e31743
|
fix: create stringService
|
2025-02-11 07:43:38 +03:00 |
|
cihatata
|
e18f1d9b85
|
feat: i18n support for backend
|
2025-02-11 07:43:38 +03:00 |
|
cihatata
|
10713428b9
|
feat: i18n support for backend
|
2025-02-11 07:43:36 +03:00 |
|
Alex Holliday
|
6d09108bbe
|
add additionalfields
|
2025-02-05 15:27:27 -08:00 |
|
Alex Holliday
|
e361ded4f1
|
add DU to status service
|
2025-02-05 12:59:06 -08:00 |
|
Alex Holliday
|
f4b87daa7f
|
Add DU to network service
|
2025-02-05 12:48:57 -08:00 |
|
Alex Holliday
|
8bfde01bfa
|
add DU to jobqueue
|
2025-02-05 12:47:17 -08:00 |
|
Alex Holliday
|
6bb8461435
|
add port type monitors to queue mapping
|
2025-01-23 13:35:01 -08:00 |
|
Alex Holliday
|
4ed995692d
|
Refactor incident endpoints to use aggregation
|
2025-01-21 15:30:51 -08:00 |
|
Alex Holliday
|
59c6f39ea9
|
Remove incomplete line
|
2025-01-10 09:46:22 -08:00 |
|
Alex Holliday
|
c1d6433e6c
|
use jobScheduler instead of deprecatred repeatable
|
2025-01-09 12:01:51 -08:00 |
|
Alex Holliday
|
e2d5388a30
|
remove monitors from summary, unused
|
2025-01-07 10:12:41 -08:00 |
|
Alex Holliday
|
299ae95a0d
|
Add more logging to jobqueue
|
2025-01-06 14:30:48 -08:00 |
|
Alex Holliday
|
eee33e85c4
|
Remove superfluous dotenv from authController, add missing dotenv to settingsService
|
2025-01-02 12:27:19 -08:00 |
|
Alex Holliday
|
c284eafd63
|
update logs to standard
|
2025-01-02 11:39:53 -08:00 |
|
Alex Holliday
|
62d1d34937
|
better worker task handling, implement progress updates
|
2025-01-01 20:14:03 -08:00 |
|
Alex Holliday
|
c11e412e81
|
fix init job queue method
|
2025-01-01 18:18:39 -08:00 |
|
Alex Holliday
|
e222b13b51
|
add separate queue for each monitor type
|
2025-01-01 13:32:18 -08:00 |
|
Alexander Holliday
|
ba05405f82
|
Merge pull request #1478 from bluewave-labs/feat/be/tcp-port-monitoring
feat: be/tcp port monitoring, references #1476
|
2024-12-29 08:57:35 -08:00 |
|
Alex Holliday
|
d686a8de5e
|
made adding jobs and scaling workers non-blocking
|
2024-12-27 14:00:47 -08:00 |
|
Alex Holliday
|
6ff1cd0b5d
|
Add handling of ports to status service
|
2024-12-27 10:49:45 -08:00 |
|
Alex Holliday
|
9571af4dba
|
Add port monitoring operation to network service
|
2024-12-27 10:49:31 -08:00 |
|
Alex Holliday
|
8b0af64761
|
Add static name exports to all services
|
2024-12-24 11:58:26 -08:00 |
|
Alex Holliday
|
7c1442e32f
|
Add a service registry
|
2024-12-24 11:56:08 -08:00 |
|
Alexander Holliday
|
bf79dde960
|
Merge pull request #1192 from bluewave-labs/fix/be/status-service-status-string
Add better status string generation
|
2024-11-24 18:36:01 -08:00 |
|
Alex Holliday
|
02666397c9
|
Move all notification handling from JobQueue to NotificaitonService where it should be
|
2024-11-24 17:43:37 +08:00 |
|
Alex Holliday
|
257cc73ab3
|
Add safety check for destructuing payload in StatusService
|
2024-11-24 17:39:05 +08:00 |
|
Alex Holliday
|
abc28c9ee8
|
Add better status string generation
|
2024-11-24 15:59:09 +08:00 |
|
Alex Holliday
|
80763356e5
|
fix typo in comment
|
2024-11-22 12:24:26 +08:00 |
|
Alex Holliday
|
a5e918e0a7
|
remove percentage to decimal conversion from BE
|
2024-11-22 12:23:40 +08:00 |
|
Alex Holliday
|
b9cfbd7a74
|
handle hardware notifications
|
2024-11-22 11:56:26 +08:00 |
|
Alex Holliday
|
355f7e0511
|
add monitor an dprevStatus to response from statusService if monitor status does not change
|
2024-11-22 11:56:13 +08:00 |
|
Alex Holliday
|
b96648b155
|
add hardware monitor notification checking to jobQueue
|
2024-11-22 11:55:31 +08:00 |
|