Commit Graph
13 Commits
Author SHA1 Message Date
“Naeel” 811be85efe Fix comparison pipeline event and transaction handling 2026-08-27 11:23:14 +03:00
“Naeel” 021c925e3c fix: full_replace очищает spec_current (не дублирует строки) + clear_current; v2.0.16
Deploy contracts-flask / validate (push) Canceled after 0s
2026-08-26 16:25:23 +03:00
“Naeel” e3f5581712 v2.0.15: фиксы по ревью Соннета (10 находок)
Deploy contracts-flask / validate (push) Canceled after 0s
- #1 process.py: target_id→target_hash (UPDATE/DELETE больше не UNRESOLVED)
- #2 Dockerfile: COPY upload
- #3 prompts.py: убран created_by из SELECT
- #4 prompts_bp.py: save_new_version/delete_prompt
- #5 llm.py/classify.py: LLM-конфиг из config.py
- #6/#7 compare.js: escHtml (XSS)
- #8-#10: комментарии + мёртвый gen_random_uuid
2026-08-26 15:59:21 +03:00
“Naeel” cc3a53a229 fix: spec_events.py — from compare.metrics → from services.metrics 2026-07-16 08:28:47 +04:00
“Naeel” 2fd5f2944f fix: spec_events schema — add seq,action,target_hash,new_values,comment,status columns 2026-07-16 08:22:04 +04:00
“Naeel” b8340a0637 v2.0.2: fix SQLite — UUID in all INSERTs, now()→datetime, ::jsonb cleanup 2026-07-16 07:29:51 +04:00
“Naeel” f176ddad71 fix: spec_events.py — get_pool → get_conn, remove FOR UPDATE 2026-07-15 11:43:01 +04:00
“Naeel” aafb038921 fix: db/*.py imports — from db.connection, not just connection 2026-07-15 11:40:59 +04:00
“Naeel” f9669755cd fix: direct imports (no site. prefix, no relative) — works with python site/app.py 2026-07-15 11:37:57 +04:00
“Naeel” cd77e7d709 fix: site/ with __init__.py — proper Python package, no stdlib conflict 2026-07-15 11:23:13 +04:00
“Naeel” 81aba97304 fix: site/ → src/ (stdlib conflict — site is built-in Python module) 2026-07-15 11:16:42 +04:00
“Naeel” a7b53fde19 feat: PostgreSQL → SQLite — thread-local, WAL, session-key, os.remove cleanup 2026-07-15 10:56:42 +04:00
“Naeel” 96718fc065 revert: app/ → site/ (drhider proves site/ works fine) 2026-07-14 22:56:19 +04:00