The GitHub Actions job "Milestone Tag Assistant" on airflow.git/main has failed.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
30f782cd67d5b6fd3c7ad21a37731626daa3a96b / Andrew Chang 
<[email protected]>
Fix copying task logs dropping rows that scrolled out of view (#71156)

The task log viewer only renders the visible rows. Copying a selection uses
the browser's default copy, which serializes only the rows currently in the
DOM, so rows the viewer has unmounted are silently missing from the copied
text.

Rebuild the missing rows from log data, using the same text pipeline as the
log download. The rebuild reads row text programmatically, which ignores the
CSS that keeps the line-number links out of a normal copy, so strip those
links too and leave single-row, fully-mounted, and multi-range selections to
the browser.

Report URL: https://github.com/apache/airflow/actions/runs/31127867498

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to