pdf-trainer-api / backend

Commit History

Email confirmation on send-config
bcf3c84

Avinashnalla7 commited on

Allow PUT /api/pdf as alias of POST
ac909e8

Avinashnalla7 commited on

Fix pdf upload/download storage paths + stop 500s
7f82057

Avinashnalla7 commited on

Fix PDF storage path; eliminate GET 500
8fcd819

Avinashnalla7 commited on

Restore POST /api/pdf/{pdf_id} upload endpoint
8974c6e

Avinashnalla7 commited on

Fix get_pdf: return bytes Response (avoid hanging stream)
c509456

Avinashnalla7 commited on

Fix: __future__ import at top
c02018d

Avinashnalla7 commited on

Hotfix: health 200; send-config fast return
019cf9f

Avinashnalla7 commited on

Hotfix: send-config fast-return via env flag (keep __future__ first)
7dbd13e

Avinashnalla7 commited on

Auto-bundle config+pdf to SFTP on send-config or pdf upload
d82d83b

Avinashnalla7 commited on

Add SFTP store helper to API
e4e485d

Avinashnalla7 commited on

Send-config: store config+pdf to SFTP
5e71b41

Avinashnalla7 commited on

Add config download endpoint
d48c2db

Avinashnalla7 commited on

Remove Gmail from HF API (store-only send-config)
7080630

Avinashnalla7 commited on

Remove PDF existence requirement from API handlers
089f46d

Avinashnalla7 commited on

Make /api/send-config store config even if PDF missing
e3b7e75

Avinashnalla7 commited on

Make /api/send-config store-first; email best-effort
9ea86b6

Avinashnalla7 commited on

send-config: store json+pdf + sftp + best-effort email
9273ba4

Avinashnalla7 commited on

Persist uploads under /data
90b38dc

Avinashnalla7 commited on

Fix send-config: store-only, no Gmail dependency
b175f72

Avinashnalla7 commited on

Add /api/send-config (store config)
93ca01e

Avinashnalla7 commited on

Fix notify_to env var name (fallback)
06f9b29

Avinashnalla7 commited on

Add PDF upload endpoint for worker
9f8c2b7

Avinashnalla7 commited on

deploy: sync api from pdf-trainer-demo
fffcd43

Avinashnalla7 commited on

fix: remove cache files and restore backend package
4a2fc21

Avinashnalla7 commited on

deploy: real pdf-trainer-demo API
2fce05d

Avinashnalla7 commited on

demo(A): local pdf storage + PUT/GET /api/pdf
8974c0c

Avinashnalla7 commited on

fix: import Header for worker auth
323986b

Avinashnalla7 commited on

api: accept PDF uploads + serve PDFs locally
eaeeb44

Avinashnalla7 commited on

debug: /api/sftp-test returns JSON on connect failure
5b492d5

Avinashnalla7 commited on

debug: real /api/sftp-test with socket+paramiko timeouts
861735d

Avinashnalla7 commited on

debug: add /api/sftp-test
af7a9e0

Avinashnalla7 commited on

cleanup: remove dead code after /api/pdf return
581704a

Avinashnalla7 commited on

fix: make /api/pdf serve from SFTP with timeout
2fc7c46

Avinashnalla7 commited on

fix: add SFTP timeouts + prevent /api/pdf hang
667075f

Avinashnalla7 commited on

fix: remove bogus SFTPStore import
f57da06

Avinashnalla7 commited on

api: serve pdfs from SFTP for trainer UI
ea68cfc

Avinashnalla7 commited on

api: add SFTP download helper
5c59b0f

Avinashnalla7 commited on

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