Alexander Holliday
a4e4e1313e
Merge pull request #3382 from bluewave-labs/fix/ts-errors
...
fix: resolve ts errors
2026-03-06 09:19:02 -08:00
Alex Holliday
990dc7875a
format
2026-03-06 09:16:22 -08:00
Alex Holliday
69e98a51ec
resolve ts errors
2026-03-06 09:14:12 -08:00
Alexander Holliday
3063b9cf22
Merge pull request #3379 from bluewave-labs/fix/network-providers
...
fix: network providers
2026-03-05 14:52:33 -08:00
Alex Holliday
bd32854c7a
cleanup services
2026-03-05 14:46:28 -08:00
Alex Holliday
0718e63e2f
cleanup network service
2026-03-05 14:11:11 -08:00
Alexander Holliday
cdb70f9171
Merge pull request #3378 from bluewave-labs/fix/email
...
Fix/email
2026-03-05 14:01:03 -08:00
Alex Holliday
69e07975e3
bump dependencies
2026-03-05 13:57:45 -08:00
Alex Holliday
c5c9a1a88b
fix missing await
2026-03-05 13:57:39 -08:00
Alexander Holliday
31efa791bd
Merge pull request #3377 from bluewave-labs/fix/providers
...
fix/providers
2026-03-05 13:23:27 -08:00
Alex Holliday
f8c0b57d21
remove unused imports
2026-03-05 19:37:32 +00:00
Alex Holliday
605c969d2f
merge commit
2026-03-05 19:37:03 +00:00
Alex Holliday
ad7d4e54c3
cleanup
2026-03-05 19:34:57 +00:00
Alex Holliday
c7689cc64a
grpc
2026-03-05 19:18:29 +00:00
Alex Holliday
27c44a0fbd
config
2026-03-05 18:48:19 +00:00
Alex Holliday
190d9dd2b1
gameProvider
2026-03-05 18:45:27 +00:00
Alex Holliday
49672db563
port provider
2026-03-05 18:35:19 +00:00
Alex Holliday
80603c9a42
port provider
2026-03-05 18:30:06 +00:00
Alex Holliday
f3b156f2d0
docker provider
2026-03-05 18:19:03 +00:00
Alex Holliday
ec82efebb4
pagespeed provider, hardware provider
2026-03-05 17:54:16 +00:00
Alex Holliday
8dd846d6cd
harden http provider
2026-03-04 23:36:36 +00:00
Alex Holliday
82175f166f
pingProvider, httpProvider
2026-03-04 23:24:48 +00:00
Alex Holliday
3c99809e8e
rix reveresed checks
2026-03-04 23:24:05 +00:00
Alexander Holliday
26db2b3a41
Merge pull request #3371 from bluewave-labs/fix/infrastructure-threshold-migration
...
Fix infrastructure threshold defaults via migration (#3327 )
2026-03-04 14:28:49 -08:00
Alexander Holliday
232a71c502
Merge pull request #3369 from bluewave-labs/fix/swagger-dynamic-server-url
...
fix: dynamically set Swagger UI server URL from request
2026-03-04 14:28:06 -08:00
gorkem-bwl
8df263fd93
fix: also migrate threshold value of 0 to 100, fix formatting
...
Addresses review feedback — thresholds set to 0 also caused issues
and should be migrated to 100 (disabled) alongside the value of 5.
2026-03-04 16:44:20 -05:00
gorkem-bwl
d2f3335b1a
fix: add type annotations to Swagger middleware parameters
...
Fixes TypeScript build error TS7006 for implicit 'any' types on req, res, next.
2026-03-04 16:32:01 -05:00
Alexander Holliday
7bfd68e374
Merge pull request #3372 from bluewave-labs/fix/ipv6-support
...
Fix IPv6 address handling in ping monitor (#3053 )
2026-03-04 13:00:15 -08:00
gorkem-bwl
b2e2b11ef2
fix: support IPv6 addresses in ping monitor
...
## Changes
- Fixed ping host sanitization regex that stripped everything after
the first colon, which destroyed IPv6 addresses like 2001:db8::1
- New regex properly handles bracketed IPv6 ([::1]:port), bare IPv6,
and IPv4/hostname:port formats separately
## Closes
Fixes #3053
2026-03-04 15:41:01 -05:00
gorkem-bwl
93b9abd508
fix: add migration to reset infrastructure thresholds from 5 to 100
...
## Changes
- Added migration 0004_fixInfrastructureThresholds that finds hardware
monitors with threshold values of 5 (the old incorrect default) and
updates them to 100 (effectively disabled)
- Runs automatically on server startup like other migrations
## Closes
Fixes #3327
2026-03-04 15:38:34 -05:00
gorkem-bwl
888b399a4f
fix: dynamically set Swagger UI server URL from request
...
## Changes
- Swagger UI now prepends the current server URL (protocol + host) to
the servers list, so it works correctly in remote/Docker environments
instead of always pointing to localhost.
## Closes
Fixes #3339
2026-03-04 15:29:44 -05:00
Alexander Holliday
189293b04d
Merge pull request #3366 from bluewave-labs/fix/eslint-warnings
...
fix: eslint warnings
2026-03-04 10:29:35 -08:00
Alex Holliday
13e9185011
bump version
2026-03-04 18:24:06 +00:00
Alex Holliday
a7cf78cecc
emailService
2026-03-04 18:16:31 +00:00
Alex Holliday
0b30e23783
globalPing
2026-03-04 17:50:27 +00:00
Alexander Holliday
1155619835
Merge pull request #3365 from bluewave-labs/fix/eslint
...
fix: eslint
2026-03-04 09:47:51 -08:00
Alex Holliday
e0608ad3ed
notificationMessageBuilder
2026-03-04 17:43:25 +00:00
Alex Holliday
d665e95f02
discord
2026-03-04 17:39:31 +00:00
Alex Holliday
afc27c804d
email
2026-03-04 17:32:50 +00:00
Alex Holliday
1deb22bf63
pagerduty
2026-03-04 17:17:52 +00:00
Alex Holliday
af8b128ac2
notificaiton providers
2026-03-03 23:27:48 +00:00
Alex Holliday
00150ba6f4
checkService, bufferService
2026-03-03 23:19:54 +00:00
Alex Holliday
7f04dd5d9a
checksService
2026-03-03 23:09:10 +00:00
Alex Holliday
ab5389190d
stautsService and settingsService
2026-03-03 23:01:35 +00:00
Alexander Holliday
cba9f43032
Merge pull request #3362 from bluewave-labs/fix/types
...
Fix/types
2026-03-03 13:41:05 -08:00
Alex Holliday
1cd6e723cc
netowrk-service
2026-03-03 21:37:08 +00:00
Alex Holliday
f79a87f98a
resolve remaining TS errors
2026-03-03 19:34:28 +00:00
Alex Holliday
a0ea50d745
correct return types
2026-03-03 18:50:10 +00:00
Alex Holliday
bfa11216f0
correct payload type for monitor response
2026-03-03 18:29:17 +00:00
Alex Holliday
07a2f36dd7
app error
2026-03-03 18:27:42 +00:00