Trek_CN/server/tests/unit
Maurice 005e0c109d fix(maps): make Overpass endpoints configurable and harden the POI search (#1309)
Builds on @Hardik-369's instance-specific User-Agent idea and reworks the rest
of the #1309 fix:

- keep the unique User-Agent (buildUserAgent) — a shared UA gets the public
  Overpass mirrors to rate-limit harder; it appends the configured instance
  URL and is applied to every Nominatim/Overpass/Wikimedia call
- add OVERPASS_URL so an operator behind locked-down egress (e.g. a Kubernetes
  cluster) can point the explore search at an internal/self-hosted Overpass
  instance instead of the public mirrors
- keep the per-endpoint timeout default at 12s but make it tunable via
  OVERPASS_TIMEOUT_MS for slow self-hosted instances; non-positive/invalid
  values fall back to the default rather than 502-ing every search at a 0ms cap
- log each endpoint's failure reason before the 502 so blocked egress is
  diagnosable instead of a bare "Overpass request failed"

Adds unit tests for the User-Agent, endpoint and timeout resolution plus the
all-mirrors-down path, and documents the two new env vars in .env.example, the
wiki and the Helm chart.
2026-06-27 20:14:52 +02:00
..
db Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
mcp v3.1.1 bug fixes (#1228) 2026-06-18 20:13:30 +02:00
middleware Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
nest test(days): bump over-long-time assertion to the new 250 limit (#1252) 2026-06-23 21:23:39 +02:00
services fix(maps): make Overpass endpoints configurable and harden the POI search (#1309) 2026-06-27 20:14:52 +02:00
systemNotices feat(system-notices): replace expiresAt with [minVersion, maxVersion) version gate 2026-04-17 20:03:23 +02:00
utils Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
idempotency-cleanup.test.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00
scheduler.test.ts Bug fixes - April 27th 2026 (#907) 2026-04-28 05:17:20 +02:00
shared-contract.test.ts Release 3.1.0 (#1185) 2026-06-16 22:22:45 +02:00