This is a test - please ignore this repository!
Find a file
Marcus Fihlon b88e6b0a95
Fix test errors (#31)
* test: disable `ActivityImageService` manual test class in default build

The test method was already disabled, but the Spring test context for the class was still being created during the regular test run. Moving `@Disabled` to the class prevents the Testcontainers-based application context from loading for this manual-only test and stops `verify` from failing.

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>

* fix: handle missing timezone in activity title generation

Default title generation could fail when parsed activity data had no timezone set. This change adds a null/blank fallback in `ActivityFormatter` so titles can still be generated without throwing a `NullPointerException`.

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>

* fix(testcontainers): align versions and stabilize PostGIS setup

Unify Testcontainers dependencies to a consistent version and remove
custom container tweaks that caused instability with Podman.

- align all Testcontainers dependencies to 2.0.5
- remove `HostPortWaitStrategy` (PostgreSQLContainer already defines an appropriate wait strategy)
- remove `withReuse(true)` (may retain state across runs and break reproducibility)

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>

---------

Signed-off-by: Marcus Fihlon <marcus@fihlon.swiss>
2026-05-05 11:34:23 +02:00
.mvn/wrapper build: add Maven Wrapper (#27) 2026-04-29 09:18:03 +02:00
scripts Peak Detection 2026-04-06 23:41:33 +02:00
src Fix test errors (#31) 2026-05-05 11:34:23 +02:00
.dockerignore More vibin 2025-11-28 21:04:38 +01:00
.env.example Mark indoor activities to exclude them from the heatmap 2026-01-11 11:56:48 +01:00
.gitignore chore(gitignore): ignore coding assistant artifacts (#40) 2026-05-05 11:34:10 +02:00
.sdkmanrc chore: add .sdkmanrc for SDK version management (#23) 2026-04-29 09:18:20 +02:00
docker-compose.federation-test.yml Added Heatmaps 2026-01-01 23:48:05 +01:00
docker-compose.yml Update environment variable names in docker-compose 2026-02-26 07:32:26 +01:00
DOCKER.md More vibin 2025-11-28 21:04:38 +01:00
Dockerfile Add a font 2026-01-05 11:07:15 +01:00
mvnw build: add Maven Wrapper (#27) 2026-04-29 09:18:03 +02:00
mvnw.cmd build: add Maven Wrapper (#27) 2026-04-29 09:18:03 +02:00
ogr.sh Reverse Lookup for activities 2026-01-15 10:59:34 +01:00
pom.xml Fix test errors (#31) 2026-05-05 11:34:23 +02:00