Skip to content

Fetch logs of particular steps #57

@nineinchnick

Description

@nineinchnick

There's a log table already, but it fetches logs of all steps in a job. This is often too much to handle in a single page.

Instead, it would be useful to try to fetch logs for particular steps in a job, after identifying failing steps. This is not documented, but the URL is: {owner}/{repo}/commit/{sha}/checks/{jobId}/logs/{stepNumber}. This could map to a table called step_logs and would have to support predicate pushdown for all params in that URL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions