Commit Graph

1079 Commits

Author SHA1 Message Date
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
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
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
Alex Holliday
0a68611234 Add port type to Monitor 2024-12-27 10:48:44 -08:00
Alexander Holliday
955d3c6298 Merge pull request #1470 from bluewave-labs/feat/be/migrate-to-class
feat: be/migrate to class
2024-12-27 09:54:20 -08:00
Mend Renovate
9182e2a3a3 fix(deps): update dependency bullmq to v5.34.5 2024-12-25 13:58:22 +00:00
Alex Holliday
83e489cfe5 Use service registry instead of adding services to request 2024-12-24 12:00:52 -08:00
Alex Holliday
139c1fd215 refactor middleware to use service registry 2024-12-24 12:00:36 -08:00
Alex Holliday
7f6e096491 refacgtor MongoDB to be class based 2024-12-24 11:59:18 -08:00
Alex Holliday
0861595d39 Refactor routers to be class based 2024-12-24 11:58:56 -08:00
Alex Holliday
cc40bd6006 refactor controllers to be class based 2024-12-24 11:58:42 -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
bd81c49b1e Revert "hotfix: move middleware to after JobQueue initialization" 2024-12-23 15:52:16 -08:00
Alex Holliday
fdb77bb073 move middleware to after JobQueue initialization 2024-12-23 15:16:52 -08:00
Alexander Holliday
4cd2ea1442 Merge pull request #1456 from mertssmnoglu/fix/server-old-name
Fix: Old name reference on the Server Side
2024-12-22 18:20:23 -08:00
Alexander Holliday
e294b6343a Merge branch 'develop' into fix/be/heap-size-and-dependency-bump 2024-12-22 17:27:52 -08:00
Alexander Holliday
639fd425d7 Merge pull request #1442 from bluewave-labs/fix/be/hardware-check-concurrency
fix: hardware-check concurrency issue
2024-12-22 17:24:51 -08:00
Mert Şişmanoğlu
e84a7b4a2e fix: Update references from Bluewave Uptime to Checkmate in email templates and authController 2024-12-22 00:15:05 +03:00
Mert Şişmanoğlu
9f04e786e3 chore(openapi): Rename old bluewave uptime to checkmate in Server/openapi.json 2024-12-22 00:08:45 +03:00
Mend Renovate
5ac77a96f0 fix(deps): update dependency bullmq to v5.34.4 2024-12-21 05:09:28 +00:00
Alexander Holliday
6b1f892852 Merge pull request #1451 from bluewave-labs/fix/be/duplicate-success-msg
fix: remove duplicate msg, resolves #1446
2024-12-20 14:55:27 -08:00
Mert Şişmanoğlu
d4a08214e8 chore(eslint): Add ecmaVersion and sourceType to 'languageOptions' 2024-12-21 00:56:04 +03:00
Mert Şişmanoğlu
a8a36dac1b chore(package): Add new package scripts for linting and formatting
- lint
- lint-fix
- format
- format-check
2024-12-20 23:49:54 +03:00
Mert Şişmanoğlu
f9874d33fc chore(eslint): Import ESlint to the /Server
- Exec 'npm init @eslint/config@latest'
- Update configuration according to docs
2024-12-20 23:29:48 +03:00
Alex Holliday
a593768c23 remove duplicate msg 2024-12-20 11:48:49 -08:00
Alex Holliday
7d5df4b7b8 add env var to increase node heap size, bump server dependencies 2024-12-19 11:55:34 -08:00
Alex Holliday
914217058b use to resolve concurrency issue 2024-12-19 11:52:27 -08:00
Mend Renovate
862a8f05b7 fix(deps): update dependency mongoose to v8.9.2 2024-12-19 12:55:15 +00:00
Mend Renovate
3cc7cf8dea fix(deps): update dependency bullmq to v5.34.3 2024-12-18 13:33:35 +00:00
Alexander Holliday
7d1e7ccb94 Merge pull request #1419 from bluewave-labs/fix/fe/password-boot
fix: incorrect password on password change causes user to be logged out, resolves #1384
2024-12-17 10:03:18 -08:00
Alex Holliday
a42e280e49 update comments 2024-12-17 10:02:56 -08:00
Alexander Holliday
ab2dec2a4f Merge pull request #1375 from bluewave-labs/fix/be/invite-route
fix: invite route
2024-12-17 07:30:15 -08:00
Alex Holliday
df11a457f1 401 -> 403 2024-12-16 18:20:41 -08:00
Mend Renovate
0022d839df fix(deps): update dependency mongoose to v8.9.1 2024-12-16 23:54:02 +00:00