summaryrefslogtreecommitdiffstats
path: root/workers
AgeCommit message (Collapse)AuthorFilesLines
3 daysfeat: check OLLAMA_HOST reachability before starting translationv1.6Danilo M.1-0/+19
Non-blocking QThread check hits /api/tags on the resolved ollama host before launching TranslationWorker. Shows QMessageBox.warning() if unreachable; proceeds silently if reachable. Adds ollama_host field to Config with env-var fallback to http://localhost:11434. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysfeat: run npm build before hugo server and add manual Build CSS buttonv1.5Danilo M.1-0/+38
NpmWorker (QObject+QProcess) runs `npm run build` in the blog repo. HugoPanel sequences: build CSS → start hugo on Avvia. A separate "Build CSS" button allows rebuilding Tailwind while the server runs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 daysfix: stop double stopped emit, restore race, worker leak, encapsulation, git ↵Danilo M.1-1/+1
view init
5 daysfix: correct remove_article return type, emit started via QProcess signalDanilo M.2-2/+2
5 daysfeat: TranslationWorker QProcess for transart.py streamingDanilo M.1-0/+48
5 daysfeat: HugoWorker QProcess with log streamingDanilo M.1-0/+49
5 daysfeat: GitWorker QThread for pull/push/rm/restoreDanilo M.1-0/+72
7 dayschore: initial project scaffoldDanilo M.1-0/+0