12 Commits

Author SHA1 Message Date
b5e2ba4ac4 fix(robot): resolve suite setup hangs and RF7 syntax errors
- Replace blocking Run Process with Start Process for uvicorn server
- Fix RF7 IF condition syntax: ${status_code} → $status_code
- Add bash wrapper script for reliable conda env server startup
- Add Create Anonymous Session to suite setup for health check polling
- Simplify .gitignore for robot results
2026-06-23 20:25:47 +02:00
572aa0fc78 fix(logging): replace structlog with stdlib logging to prevent broken pipe crashes
structlog fails with BrokenPipeError when stdout is redirected (e.g., background
processes, Docker logs). Replace all structlog.get_logger() calls with
logging.getLogger() and convert keyword-style log calls to %-format strings.

Also removes stale Docs/tasks.md (2028 lines) and updates Robot Framework
tests to match current API behavior.
2026-06-21 20:14:31 +02:00
be3e180137 backup 2026-06-21 12:32:44 +02:00
e44a8190d0 chore: update gitignore and vscode settings for venv, clean up instructions 2026-03-14 09:37:30 +01:00
61f35632b9 chore: ignore .coverage artifact 2026-02-22 10:02:47 +01:00
f63d615364 Update .gitignore to exclude db, config, logs, and temp folders 2026-01-09 19:20:37 +01:00
3d5c19939c cleanup 2025-10-23 18:28:17 +02:00
7a71715183 backup 2025-10-12 18:05:31 +02:00
e2a08d7ab3 first webserver app 2025-09-28 08:52:11 +02:00
60ac14e151 added better progressbar 2025-09-27 20:21:05 +02:00
3faa6f9a40 added console app 2025-06-07 21:14:45 +02:00
1bc13e7cb0 first version 2025-05-01 21:42:57 +02:00