Commit Graph
2 Commits
Author SHA1 Message Date
Djeex 0121d9549b Fix literal \n in the release changelog body
The bash double-quoted BODY="...\n..." assignment never interpreted
\n as a newline, so Gitea rendered the literal backslash-n text
instead of a line break (visible on the 2.1.3 release). Build it
with printf instead, which does expand \n.
2026-08-23 10:17:02 +02:00
Djeex ceb94a6a2d Add pytest suite and Gitea Actions CI/CD pipeline
CI / build-and-scan (pull_request) Successful in 1m1s
83 tests (94% coverage of src/py) covering the builder pipeline
(gallery sync, HTML/CSS generation, image processing, full site
build) and the Flask webui (routes, uploads, theme/font management).

Dockerfile gains a `test` stage (pytest) between the wheel builder
and the prod image, and pins the alpine base to a full patch tag so
Renovate can classify updates. CI workflow builds, smoke-tests, runs
the suite, scans with Trivy, and publishes/releases on merge to main,
following the same pipeline already running on adguard-cidre.
2026-08-23 10:03:40 +02:00