The GitHub Actions job "Tests" on airflow.git/feat/log-viewer-search has failed.
Run started by GitHub user antonio-mello-ai (triggered by antonio-mello-ai).

Head commit for run:
a4eb4e230e43fd3c18d36dccd9f489f7ea568dc0 / Antonio <[email protected]>
feat(ui): add search functionality to task log viewer

Add a search bar to the task log viewer that lets users find text
across log lines with keyboard navigation (/, Enter, Shift+Enter, Esc).

Implementation:
- LogSearchInput component with match counter and prev/next buttons
- Search indices derived from rendered parsedLogs via innerText()
  to stay aligned with log groups and filtered lines
- yellow.emphasized/yellow.subtle highlight tokens for active and
  other matches (semantic theme tokens with proper contrast)
- ForceOpenDetails auto-expands collapsed log groups containing
  the active match
- getDownloadText for log download (separate from search pipeline)

Closes: #58951

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to