• Joined on 2026-02-16
hugo pushed to main at hugo/bDS2 2026-05-11 18:06:20 +00:00
782511d523 fix(templates): replace equality check with pattern matching in rewrite_template_file (CSM-027)
hugo pushed to main at hugo/bDS2 2026-05-11 10:19:21 +00:00
1cb59d7a78 chore: update the spec gaps with decisionm points
hugo pushed to main at hugo/bDS2 2026-05-11 09:56:39 +00:00
9844f3555a chore: analyse specs against code
99dc1c2216 chore: remove redundant export-only tests, add test audit procedure
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-05-11 08:21:04 +00:00
71fb99af16 chore: unit tests adaption to idea of gate test
0808b27057 chore: moved from delay-based tests to deterministic gated server tests
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-05-11 07:26:57 +00:00
ac4f5a3580 fix: eliminate TOCTOU race in template file system by reading directly instead of checking existence (CSM-026)
hugo pushed to main at hugo/bDS2 2026-05-11 07:19:36 +00:00
43a435f35d fix: derive pagefind language prefixes from project settings (CSM-025)
hugo pushed to main at hugo/bDS2 2026-05-11 07:15:55 +00:00
7b383d31ab fix: decompose monolithic functions into focused helpers (CSM-023)
hugo pushed to main at hugo/bDS2 2026-05-11 07:10:12 +00:00
09df925e9b chore: allow git push
hugo pushed to main at hugo/bDS2 2026-05-11 07:07:52 +00:00
a4ecbabc21 fix: return error tuples instead of silent {:ok, ""} in execute_macro (CSM-022)
hugo pushed to main at hugo/bDS2 2026-05-11 07:05:09 +00:00
2be43ca06d fix: replace cond blocks with pattern matching and case (CSM-021)
hugo pushed to main at hugo/bDS2 2026-05-10 10:37:29 +00:00
d231f42363 chore: allowed git add and ecto migrate
hugo pushed to main at hugo/bDS2 2026-05-10 10:36:52 +00:00
7c00279b9d fix: flatten nested case blocks with with chains (CSM-020)
hugo pushed to main at hugo/bDS2 2026-05-10 09:40:47 +00:00
b6f9cf58e1 fix: add @spec to all public functions across 24 modules (CSM-019)
hugo pushed to main at hugo/bDS2 2026-05-10 09:30:16 +00:00
3f77488e33 fix: add @moduledoc to all public modules (CSM-018)
hugo pushed to main at hugo/bDS2 2026-05-09 15:33:55 +00:00
5c17751d55 fix: fixed CSM-017
hugo pushed to main at hugo/bDS2 2026-05-09 15:18:46 +00:00
e4452ca504 chore: unit tests for CSM-016
ce80f28e60 fix: fix CSM-016 for real (previous commit was 015)
Compare 2 commits »
hugo pushed to main at hugo/bDS2 2026-05-09 14:58:02 +00:00
f1de11a205 fix: fixed CSM-016
hugo pushed to main at hugo/bDS2 2026-05-09 14:38:23 +00:00
ff219fd110 chore: unit test for csm-014
hugo pushed to main at hugo/bDS2 2026-05-09 14:38:04 +00:00
de7ea12c9c fix: fixed CSM-014
hugo pushed to main at hugo/bDS2 2026-05-09 13:10:28 +00:00
1beffe6b07 chore: unit test for csm-013