Commit graph

7 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
a005c982bd Remove --print-background: not supported in installed pagedjs-cli version
All checks were successful
Deploy / deploy (push) Successful in 10s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 09:17:21 +01:00
isUnknown
3d386f4c66 Add --print-background flag to pagedjs-cli URL generation
All checks were successful
Deploy / deploy (push) Successful in 10s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 09:12:57 +01:00
isUnknown
3ade5bca9e Add filename param support with Content-Disposition header
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 08:41:40 +01:00
isUnknown
6c82523cc8 Fix puppeteer EACCES: set TMPDIR to project tmp dir
All checks were successful
Deploy / deploy (push) Successful in 8s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 08:31:48 +01:00
isUnknown
09afbff2fd Add URL-based PDF generation support
All checks were successful
Deploy / deploy (push) Successful in 8s
2026-03-05 08:08:38 +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