 Michael HoennigandClaude Fable 5
|
d0b38c557a
|
added age-based build retention: artifacts.retentionMaxAge (e.g. 30d, empty = no limit) drops builds older than the given age; combines with retentionPerBranch as independent caps — a build is kept only while it satisfies both limits; a branch's newest build is never age-pruned and keepLatestGreen now shields the latest green build from both limits, keeping the permanent /branches/... links valid
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-08 22:35:31 +02:00 |
|
 Michael HoennigandClaude Fable 5
|
bb06c8b731
|
added permanent artifact links for latest green builds: /branches/<branch-key>/... serves the latest green build's artifacts (green-only, resolved per request), keepLatestGreen retention protection, permanent artifact-index page, and latestGreenUrl links in the branches view
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-08 15:35:16 +02:00 |
|
Michael Hoennig
|
e869b46cbf
|
implemented 11-docker-build-runtime.md: added optional Docker-based build execution with configuration, per-branch runtime selection, image rebuild on input changes, Gradle cache volume, and ownership repair; updated docs and configuration
|
2026-07-07 13:49:08 +02:00 |
|
 Michael HoennigandClaude Fable 5
|
3c9eeda5da
|
implemented 05-artifact-store.md: filesystem artifact store with legacy-compatible naming, atomic persist from concurrent builds, retention pruning, and artifacts.rootDir config
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-07 10:08:40 +02:00 |
|
 Michael HoennigandClaude Fable 5
|
b379bc0a6b
|
implemented 04-build-executor.md incl. concurrency amendment: async builds in per-branch worktrees, builds.maxConcurrent, cancellation, live logs; fix .gitignore build/ rule that silently excluded the de.hoennig.gittally.build package (also recovers the step-01 domain files)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-07 08:43:28 +02:00 |
|