Commit Graph
6 Commits
Author SHA1 Message Date
Luciano Gervasoni 3a33697ca3 Fix critical bugs in app_urls
- init_db.py: parameterize SQL queries to prevent SQL injection
- scheduled_tasks.json: resolve duplicate periodic task pk (4 -> 15)
- db_utils.py: use function parameter in _get_status_pattern_matching
  instead of capturing the enclosing scope variable
- url_detail.html: fix wrong field name image_urls -> images_url
- settings.py: align Celery queues (default/light/heavy) with the task
  queues and supervisord workers
- Add /task/publish_<id>/ route to fix broken publish links in templates
2026-09-01 15:08:14 -03:00
Luciano Gervasoni e5c574ba33 LLM refactor, NPU ollama based, publisher update json query to llm 2025-04-23 16:35:50 +02:00
Luciano Gervasoni 8d0697edee Publisher task 2025-04-18 16:36:14 +02:00
Luciano Gervasoni b876f6d720 LLM view refactor 2025-04-14 13:49:06 +02:00
Luciano Gervasoni 9127552bfd Min num of sources filter, initialization scripts, docker ready to use dev mode 2025-04-04 16:56:27 +02:00
Luciano Gervasoni 4dbe2e55ef Dockerization, whitenoise serving static, refactor 2025-04-04 10:53:16 +02:00