Aide à comprendre si pagedjs-cli batch sa sortie en non-TTY (ora désactivé) ou si la progression page par page est juste trop rapide pour le polling.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- 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>
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>
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>