Add Docker build & GHCR publish stage, fix CI workflows, update AGENTS.md and testing docs

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 10:23:49 +00:00
parent 5fa315c8e3
commit bab702a010
9 changed files with 183 additions and 316 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import random # Used for mock data generation - TODO: Replace with actual historical data
from datetime import datetime, timedelta
from typing import Any, Dict, List, Optional
import random # Used for mock data generation - TODO: Replace with actual historical data
from app.services.report_store import ReportStore
from fastapi import APIRouter, HTTPException, Path, Query, status