• Joined on 2025-07-11
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 07:37:54 +00:00
0be2b5cc52 Merge remote-tracking branch 'origin/prod/v1.8' into prod/v1.8
5b4ad0f070 feat(ci): add automated DB backup, UAT RGPD restoration and Gitea CI SSH deployment
Compare 2 commits »
ucef pushed to main at ucef/as-talange 2026-09-04 07:36:22 +00:00
86f87955cf Merge remote-tracking branch 'origin/main'
7a9d45fb0c feat(ci): add automated DB backup, UAT RGPD restoration and Gitea CI SSH deployment
Compare 2 commits »
ucef pushed to main at ucef/as-talange 2026-09-04 07:20:33 +00:00
58d8a8d7fb fix(backup): handle SIGPIPE exit code 141 in pg_dump pipeline
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 07:20:27 +00:00
b1d897a3c8 fix(backup): handle SIGPIPE exit code 141 in pg_dump pipeline
ucef pushed to main at ucef/as-talange 2026-09-04 07:09:18 +00:00
96c690dd79 fix(backup): purge pg_largeobject metadata prior to UAT schema reset
ccbcf5c6be fix(backup): clean UAT schema before restore and add --no-owner --no-privileges to pg_dump
Compare 2 commits »
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 07:09:13 +00:00
f6c853068f fix(backup): purge pg_largeobject metadata prior to UAT schema reset
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 06:57:18 +00:00
19e969eb09 fix(backup): clean UAT schema before restore and add --no-owner --no-privileges to pg_dump
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 06:46:25 +00:00
e933218443 feat(backup): update DB UAT port
c994cbe155 feat(backup): add automatic database restoration and RGPD anonymization for UAT environment (10.8.0.2)
Compare 2 commits »
ucef pushed to main at ucef/as-talange 2026-09-04 06:43:49 +00:00
645d07fdfc feat(backup): update DB UAT port
e1cffb8fc8 feat(backup): add automatic database restoration and RGPD anonymization for UAT environment (10.8.0.2)
Compare 2 commits »
ucef pushed to main at ucef/as-talange 2026-09-04 06:30:11 +00:00
3daef9b567 fix(ci): combine --net=host with Base64 payload transfer for key, script, and env to resolve VPN routing and file isolation
d987b9e46c fix(ci): execute deployment directly in runner step environment without nested container
c5a4ae9498 fix(ci): use GITHUB_WORKSPACE for repository volume mount and absolute path /workspace/ for rsync
3354f3ee70 fix(ci): re-wrap PEM payload to 64 chars with explicit trailing newline
dae97f15ba fix(ci): validate SSH key header format and provide explicit guidance for Gitea secret value
Compare 15 commits »
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 06:18:26 +00:00
c778dea9a0 fix(ci): combine --net=host with Base64 payload transfer for key, script, and env to resolve VPN routing and file isolation
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 06:04:36 +00:00
2720a2193d fix(ci): execute deployment directly in runner step environment without nested container
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 05:28:30 +00:00
e1d797eb01 fix(ci): use GITHUB_WORKSPACE for repository volume mount and absolute path /workspace/ for rsync
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 05:20:29 +00:00
c06abb1d17 fix(ci): re-wrap PEM payload to 64 chars with explicit trailing newline
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-04 05:12:42 +00:00
0a56944daa fix(ci): validate SSH key header format and provide explicit guidance for Gitea secret value
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:56:51 +00:00
292c2bb8ec fix(ci): handle file paths in RAW_KEY and add key line count diagnostic logs
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:49:04 +00:00
a991fd9f35 fix(ci): pass SSH key as base64 environment variable to completely eliminate volume mount issues
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:42:10 +00:00
5fb6356f8a fix(ci): strict regular file check and explicit error message when PROD_DB_SSH_KEY is missing
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:27:33 +00:00
9990bba799 fix(ci): write secret key to runner file before docker run to preserve multi-line format
ucef pushed to prod/v1.8 at ucef/as-talange 2026-09-03 13:22:18 +00:00
494fcfbf8a fix(ci): use PROD_DB_SSH_KEY Gitea secret for reliable cross-runner authentication