Skip to content

Stream result rows #3

@ns-cweber

Description

@ns-cweber

Because we're printing into a table whose column widths are determined by the widest value in the column, the entire table must be loaded before the first row can be printed. This means the user has to wait a long time to read rows that the program is otherwise ready to display. We should find a print format that is suitable for streaming; either fixed-width columns with word-wrapping/truncation or we should print a "row" as a key/value paragraph:

status:       SUCCESS
date:         2017-03-17 11:37 
number:       10223
description:  GitHub pull request #5020 of commit 7483a986885cd5ce094c4f7aad9a191de7d013ae, no merge conflicts.


status:       SUCCESS
date:         2017-03-17 11:32 
number:       10222
description:  Started by Naginator after build #10207 failure

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