Commit Graph
171 Commits
Author SHA1 Message Date
naeel de05d746cc v2.0.8: конвертация .doc → .docx через convert-service перед upload
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 10:42:21 +04:00
naeel c677206d03 v2.0.7: .doc в accept и подсказке
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 10:29:14 +04:00
naeel d1415d5d21 v2.0.6: convert-service интеграция
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 10:20:44 +04:00
naeel 5d8bcd61ea v2.0.5: интеграция с convert-service (HTTP вместо subprocess libreoffice)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 10:18:17 +04:00
naeel 6334ca2e3e v2.0.5: заголовок страницы
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 09:07:59 +04:00
naeel 58bc80371d v2.0.5: вернуть версию 2.0.5
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 09:05:50 +04:00
naeel a15c3e8e94 v2.0.4: вернуть версию (честный счётчик загрузки)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 09:04:47 +04:00
naeel f4bae5a6b9 v2.0.5: честный счётчик соединение... Nс вместо фейкового ↑N% при upload
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 09:02:56 +04:00
naeel 4f9bee4c1e v2.0.4
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:30:35 +04:00
naeel 2d5606d6d7 fix: check_arithmetic(ops) — was passing contract_id (string) instead of ops list
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:29:33 +04:00
naeel cc3a53a229 fix: spec_events.py — from compare.metrics → from services.metrics
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:28:47 +04:00
naeel 1bd62a51ef v2.0.3 — bump version
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:23:18 +04:00
naeel 2fd5f2944f fix: spec_events schema — add seq,action,target_hash,new_values,comment,status columns
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:22:04 +04:00
naeel b5d97bdd98 docs: НЕ МЕНЯТЬ комментарии в files.js — загрузка проверена в бою
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:20:16 +04:00
naeel ae8f6819fc fix: bust JS cache — version query string 1.0.179→2.0.2
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:16:23 +04:00
naeel 04cb3f5bfe fix: process.py — use apply_ops() instead of phantom add_row/update_row/delete_row
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 08:09:29 +04:00
naeel e4c010acd3 fix: all rows visible immediately, then upload one by one
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:51:42 +04:00
naeel b8340a0637 v2.0.2: fix SQLite — UUID in all INSERTs, now()→datetime, ::jsonb cleanup
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:29:51 +04:00
naeel 9e22182f9a v2.0.1: XHR→fetch, no .doc, progress restore, bump version
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:20:28 +04:00
naeel abedffe4d0 fix: restore upload progress display — fake % via setInterval, fetch() for no RST
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:16:31 +04:00
naeel 11015fd55b fix: remove .doc support — libreoffice unavailable on Штурвал
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:01:44 +04:00
naeel ea92730bd8 fix: XHR → fetch() for upload — drhider v0.0.29 fix for ERR_CONNECTION_RESET
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-16 07:00:52 +04:00
naeel d8d53661d9 fix: remove http2=True — h2 package not installed on Штурвал
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 12:13:08 +04:00
naeel 49dd873db3 fix: warmup fetch('/health') on page load — prevents first-upload RST
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:57:03 +04:00
naeel 32660d2590 fix: add app.run() — script was creating app then exiting
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:46:23 +04:00
naeel f176ddad71 fix: spec_events.py — get_pool → get_conn, remove FOR UPDATE
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:43:01 +04:00
naeel aafb038921 fix: db/*.py imports — from db.connection, not just connection
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:40:59 +04:00
naeel f9669755cd fix: direct imports (no site. prefix, no relative) — works with python site/app.py
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:37:57 +04:00
naeel 15137f8e94 fix: all imports → relative (from .xxx) — no stdlib site conflict
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:32:49 +04:00
naeel 85a958e2aa fix: sys.path insert + del sys.modules — stronger site conflict workaround
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:29:57 +04:00
naeel 0e8a8eef66 fix: del sys.modules['site'] — stdlib conflict workaround
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:27:07 +04:00
naeel cd77e7d709 fix: site/ with __init__.py — proper Python package, no stdlib conflict
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:23:13 +04:00
naeel 81aba97304 fix: site/ → src/ (stdlib conflict — site is built-in Python module)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-15 11:16:42 +04:00
naeel a7b53fde19 feat: PostgreSQL → SQLite — thread-local, WAL, session-key, os.remove cleanup
Deploy contracts-flask / validate (push) Successful in 0s
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
naeel 38547404f5 fix: add /chat and /chat.cfm endpoint (was missing) 2026-07-14 22:33:13 +04:00
naeel 8f688215cc Steps 3-8: config, blueprints (upload/pipeline/api/prompts/health/pages), new app.py (no VM proxy), process.py adapted to generator, VM_API='' 2026-07-14 22:30:58 +04:00
naeel e635cb855a Step 2: copy compare/ services to app/services/ with fixed imports 2026-07-14 22:27:30 +04:00
naeel fc08db0c76 Step 1: copy db/ modules + llm_prompt.py to app/ 2026-07-14 22:25:38 +04:00
naeel 976e59b496 Step 0: rename site/ → app/ (Python stdlib conflict fix) 2026-07-14 22:24:24 +04:00
naeel ca7b70fe41 fix: drhider modal header sticky (v1.15)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 17:01:40 +04:00
naeel 16ef92fc74 fix: drhider help — pdfplumber not LibreOffice (v1.14)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:59:49 +04:00
naeel 819193c6ad fix: drhider PDF indicator short (*.docx) v1.13
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:43:47 +04:00
naeel f68597f680 fix: drhider PDF→DOCX via pdfplumber (LibreOffice cant do it) v1.12
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:37:36 +04:00
naeel 88b63733b1 fix: drhider sticky header (v1.11)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:27:48 +04:00
naeel 42855fe9b3 feat: drhider PDF→DOCX indicator in file list (v1.10)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:23:57 +04:00
naeel 211f391c6c feat: drhider PDF→DOCX conversion (LibreOffice), collision dialog (v1.9)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 16:14:00 +04:00
naeel e128b2614a fix: drhider multipart UTF-8 filename decode (v1.8)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 15:50:43 +04:00
naeel 54be17dad5 fix: drhider _build_zip — ZipInfo UTF-8 flag for Cyrillic filenames (v1.7)
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 15:34:36 +04:00
naeel 78c5503cfd chore: bump drhider v1.5→v1.6, contracts v1.0.192→v1.0.193
Deploy contracts-flask / validate (push) Successful in 0s
2026-07-07 15:26:07 +04:00