pub fn task_artifacts(conn: &Connection, task_id: &str) -> Result<Artifacts>Expand description
Aggregate artifacts (commit hashes, PR URLs, ticket IDs, files,
branches) across every event of a task, deduplicated. Reads the
per-event JSON payload that ingest_new_events populated. Skips
events whose artifacts column is NULL or unparseable rather than
failing the pack render.