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
|
4ccff2bc02
|
Notify status task
|
2025-08-14 15:06:53 +02:00 |
|
Luciano Gervasoni
|
015f92a06b
|
View fix
|
2025-08-14 14:04:33 +02:00 |
|
Luciano Gervasoni
|
3d09c1acff
|
Notify status
|
2025-08-14 13:56:06 +02:00 |
|
Luciano Gervasoni
|
cb621c9d6b
|
Switching to django celery for workers
|
2025-07-17 22:29:06 +02:00 |
|
Luciano Gervasoni
|
f659d4adb3
|
Scheduled tasks interval, env vars, view fix
|
2025-06-20 09:59:27 +02: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
|
0cd84496cf
|
docker env vars, selenium docker simplified, favicon, settings clean
|
2025-04-10 10:54:57 +02:00 |
|
Luciano Gervasoni
|
f369b23d81
|
General search fix, status pattern match regex, find feeds on startup
|
2025-04-09 15:52:35 +02:00 |
|
Luciano Gervasoni
|
296a8fe8a8
|
Scheduled tasks timeout, selenium memory leak possible fix
|
2025-04-07 19:12:36 +02:00 |
|
Luciano Gervasoni
|
e87f10e7d4
|
Views update URLs list, job timeout, url content fail debug
|
2025-04-04 20:11:22 +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
|
76079d7bd0
|
Wait db connection, login required, dev mode enable
|
2025-04-04 12:28:22 +02:00 |
|
Luciano Gervasoni
|
4dbe2e55ef
|
Dockerization, whitenoise serving static, refactor
|
2025-04-04 10:53:16 +02:00 |
|