feat(logs): add scenario run logs export

- Backend: logs export endpoint for CSV and Markdown formats
- Frontend: ExportLogsModal with download button on run detail page
- Updated i18n and CHANGELOG
- Version bump: 1.9.1 -> 1.10.0
This commit is contained in:
Andrii Arsenin
2026-09-15 13:04:59 +03:00
parent f1aac987db
commit ce85aa02f1
10 changed files with 230 additions and 7 deletions
+9
View File
@@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
## 1.10.0 - 2026-09-15
Changes since 1.9.1:
### Added
- Added a "Download logs" button on the scenario run detail page: opens a modal to choose Markdown (default) or CSV, then downloads the run's logs in that format.
- Added `GET /scenarios/:id/run/:runId/logs/export?format=csv|md` backend endpoint to export a run's logs.
## 1.9.1 - 2026-09-15
Changes since 1.9.0: