Spaces:
Sleeping
Sleeping
Commit History
Allow PUT /api/pdf as alias of POST ac909e8
Fix pdf upload/download storage paths + stop 500s 7f82057
Fix PDF storage path; eliminate GET 500 8fcd819
Add build sha to /health ca668df
Restore POST /api/pdf/{pdf_id} upload endpoint 8974c6e
Fix get_pdf: return bytes Response (avoid hanging stream) c509456
Fix: __future__ import at top c02018d
Hotfix: health 200; send-config fast return 019cf9f
Hotfix: send-config fast-return via env flag (keep __future__ first) 7dbd13e
Auto-bundle config+pdf to SFTP on send-config or pdf upload d82d83b
Add SFTP store helper to API e4e485d
Send-config: store config+pdf to SFTP 5e71b41
Add SFTP storage helper 47956b3
Add config download endpoint d48c2db
Remove Gmail from HF API (store-only send-config) 7080630
Remove PDF existence requirement from API handlers 089f46d
Make /api/send-config store config even if PDF missing e3b7e75
Make /api/send-config store-first; email best-effort 9ea86b6
send-config: store json+pdf + sftp + best-effort email 9273ba4
Persist uploads under /data 90b38dc
Fix send-config: store-only, no Gmail dependency b175f72
Add /api/send-config (store config) 93ca01e
Fix notify_to env var name (fallback) 06f9b29
Add PDF upload endpoint for worker 9f8c2b7
deploy: sync api from pdf-trainer-demo fffcd43
fix: remove cache files and restore backend package 4a2fc21
deploy: real pdf-trainer-demo API 2fce05d
demo(A): local pdf storage + PUT/GET /api/pdf 8974c0c
fix: import Header for worker auth 323986b
api: accept PDF uploads + serve PDFs locally eaeeb44
debug: /api/sftp-test returns JSON on connect failure 5b492d5
debug: real /api/sftp-test with socket+paramiko timeouts 861735d
debug: add /api/sftp-test af7a9e0
cleanup: remove dead code after /api/pdf return 581704a
fix: make /api/pdf serve from SFTP with timeout 2fc7c46
fix: add SFTP timeouts + prevent /api/pdf hang 667075f
fix: remove bogus SFTPStore import f57da06
api: serve pdfs from SFTP for trainer UI ea68cfc
api: add SFTP download helper 5c59b0f
fix: proper empty 204 response for jobs/next b272b04
Avinash commited on
SFTP: serve PDFs + store configs in /inserio 2e5ad46
Avinash commited on
phase2: add worker job queue endpoints 1561669
Avinash commited on
refactor: clean API, lazy-load worker deps 96acc99
Avinash commited on
refactor: lazy-load GmailClient to decouple API startup 2a31909
Avinash commited on
integrate real backend api 4a5269c
Avinash commited on