Commit Graph

1111 Commits

Author SHA1 Message Date
Alexander Holliday
7b3a83a37f Merge pull request #1502 from bluewave-labs/fix/be/improved-jobqueue
fix: be/improved jobqueue
2025-01-02 09:59:04 -08:00
Alexander Holliday
b7bd641c7f Merge pull request #1501 from bluewave-labs/fix/be/pagespeed-index
fix: add indices for PageSpeedCheck
2025-01-02 09:58:44 -08:00
Alexander Holliday
25fd0f7055 Merge branch 'develop' into feat/be/hardware-details 2025-01-02 09:58:19 -08:00
Alexander Holliday
f958424793 Merge pull request #1497 from bluewave-labs/feat/fe/uptime-details
feat: fe/uptime details
2025-01-02 09:57:30 -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
b332bed14e modify date format to ISO standard, remove toTimeStamp method 2025-01-01 17:27:12 -08:00
Alex Holliday
69f7cf2ab1 fix check spread 2025-01-01 17:11:38 -08:00
Alex Holliday
86d11c7277 remove console.log 2025-01-01 17:11:26 -08:00
Alex Holliday
4c2a0fd2d3 Use initJobQueue method to initialize JobQueue, flush Redis DB on shutdown timeout 2025-01-01 13:33:01 -08:00
Alex Holliday
e222b13b51 add separate queue for each monitor type 2025-01-01 13:32:18 -08:00
Alex Holliday
8fcbe43a9d Remove console log from hardware check module 2025-01-01 13:31:38 -08:00
Alex Holliday
48e8c29dd4 Add indices for PageSpeedCheck 2025-01-01 13:27:23 -08:00
Alex Holliday
6563cedf88 add jsdoc and validation 2025-01-01 09:08:07 -08:00
Alexander Holliday
67fe63c980 Merge pull request #1496 from renovate-bot/renovate/bullmq-5.x
fix(deps): update dependency bullmq to v5.34.6
2025-01-01 08:39:38 -08:00
Alex Holliday
a3518e4462 add missing date range, add date range lookup 2024-12-31 20:00:02 -08:00
Alex Holliday
cb425b2b3b Merge branch 'develop' into feat/be/hardware-details 2024-12-31 17:39:19 -08:00
Alex Holliday
2d9b4eaab6 write hardware monitor query 2024-12-31 17:39:02 -08:00
Alexander Holliday
350e560079 Merge pull request #1481 from bluewave-labs/fix/be/db-indices
fix: be/db indices
2024-12-31 17:38:29 -08:00
Alex Holliday
2a41642be7 add two mising date clauses to details query 2024-12-31 16:40:44 -08:00
Alex Holliday
247bf44406 begin implementing aggregate query 2024-12-31 15:05:14 -08:00
Alex Holliday
cf3305611f Add route and controller method for hardware details 2024-12-31 15:05:03 -08:00
Alex Holliday
a466e91a45 remove old query 2024-12-31 13:46:56 -08:00
Alex Holliday
17bd1f5286 Add temporary normalization functoins 2024-12-31 13:42:49 -08:00
Alex Holliday
bbae5052c8 Add group checks to DB query 2024-12-31 13:42:25 -08:00
Mend Renovate
fabfbec329 fix(deps): update dependency bullmq to v5.34.6 2024-12-31 21:31:36 +00:00
Alex Holliday
7f601b1e11 rebuild query 2024-12-31 11:43:04 -08:00
Alexander Holliday
5567eec75d Merge pull request #1495 from renovate-bot/renovate/mongoose-8.x-lockfile
fix(deps): update dependency mongoose to v8.9.3
2024-12-31 10:12:14 -08:00
Alexander Holliday
11972c6c54 Merge pull request #1486 from mertssmnoglu/fix/server-lint-errors
fix(server-lint): Resolve lint errors in server-side test files
2024-12-31 10:09:49 -08:00
Alex Holliday
6f96e77fec modify query 2024-12-30 22:23:46 -08:00
Alex Holliday
d574faa7d8 Add groupUpChecks and groupDownChecks 2024-12-30 19:49:09 -08:00
Alex Holliday
107540b2a8 FE refactor 2024-12-30 16:07:28 -08:00
Alex Holliday
5391145a9a Add aggregate queries for uptime monitor stats 2024-12-30 14:57:19 -08:00
Alex Holliday
0551eb010d Add controller method for uptime details 2024-12-30 14:56:50 -08:00
Alex Holliday
d9c583f972 Add a route for uptime details 2024-12-30 14:56:38 -08:00
Mend Renovate
566cd8538a fix(deps): update dependency mongoose to v8.9.3 2024-12-30 22:07:41 +00:00
Alexander Holliday
811ccaeaf1 Merge pull request #1479 from bluewave-labs/feat/fe/tcp-port-monitoring
feat: fe/tcp port monitoring, resolves #1476
2024-12-29 08:58:05 -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
Mert Şişmanoğlu
b9863e5eee chore(lint): Add chai globals to eslint config
- It will prevent ignore 'no-undef' errors for expect. We are globally registered the expect.
2024-12-29 14:41:42 +03:00
Mert Şişmanoğlu
fcda60fe5b fix(test): Use 'npm run lint-fix' to fix 'mocha/no-mocha-arrows' like lint warnings
- ref: https://mochajs.org/#arrow-functions
2024-12-29 14:25:59 +03:00
Alex Holliday
0b5594f9c9 force index usage for getMonitorStatsById 2024-12-28 09:37:00 -08:00
Alex Holliday
bdf23a45b7 Sync indices on startup 2024-12-28 09:35:34 -08:00
Alex Holliday
ce3e7cf384 Add indices to HardwareCheck model 2024-12-28 09:35:00 -08:00
Alex Holliday
91e7229b23 Add indices to Check model 2024-12-28 09:34:27 -08:00
Alex Holliday
d686a8de5e made adding jobs and scaling workers non-blocking 2024-12-27 14:00:47 -08:00
Alex Holliday
004184b0f4 add port types to monitor operations on BE 2024-12-27 11:16:09 -08:00
Alex Holliday
f155b8ceb8 Add validation and status messages 2024-12-27 10:49:54 -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
73994caa14 Add net module to network service 2024-12-27 10:49:06 -08:00