Commit graph

8 commits

Author SHA1 Message Date
isUnknown
0b954ed494 Génération PDF asynchrone : jobs avec polling + progression
All checks were successful
Deploy / deploy (push) Successful in 20s
- Nouveau système de jobs : POST /jobs (async), GET /jobs/{id} (status), GET /jobs/{id}/result (PDF), DELETE /jobs/{id}
- worker.php spawné en arrière-plan via nohup, lit la sortie pagedjs-cli ligne par ligne via proc_open et écrit la progression dans tmp/job_{id}.status.json
- Migration de pagedjs-cli en install local (node_modules) pour persister le patch protocolTimeout via patch-package
- CI : déploie package.json, worker.php, patches/, et lance npm install (qui réapplique les patches via postinstall)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 09:37:00 +02:00
isUnknown
57f4af07e0 Fix CI: sudo rm to clean up root-owned tmp deploy directory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 08:17:57 +01:00
isUnknown
e4d8479f88 Fix CI: expand DEPLOY_PATH on server and use cp -r with trailing slash
Some checks failed
Deploy / deploy (push) Failing after 8s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 08:15:23 +01:00
isUnknown
c67b3eb572 Fix CI: create tmp deploy directory on server before rsync
All checks were successful
Deploy / deploy (push) Successful in 8s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:09:27 +01:00
isUnknown
71b314bcc0 Fix CI: use apt-get with update to install rsync and openssh-client
Some checks failed
Deploy / deploy (push) Failing after 14s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:07:09 +01:00
isUnknown
f3fb2d4338 Fix CI: replace checkout action with manual git clone
Some checks failed
Deploy / deploy (push) Failing after 2s
The runner cannot resolve the internal 'forgejo' hostname used by
actions/checkout@v4. Use direct git clone with public URL instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 07:05:37 +01:00
isUnknown
2670590cef CI : change runner
Some checks failed
Deploy / deploy (push) Failing after 1m2s
2026-03-05 07:03:01 +01:00
isUnknown
b130f5c9d8 Reorganize project structure and migrate CI to Forgejo
Some checks are pending
Deploy / deploy (push) Waiting to run
Move all files from deploy/ to project root, replace .gitlab-ci.yml
with .forgejo/workflows/deploy.yml using Gitea Actions format.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 06:54:52 +01:00