-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance BuildRun List Reported Information #117
Comments
I think there should be the Build name. I personally would like to see what my BuildRun did. I am just not sure how much we can put in the list. The source initially would be a Git repo plus potentially a revision, once it completed, we might even have a commit ID (or be something else for local or bundle). Same for the output, initially we only know the image URL, once it is completed, we can add the digest. I tend to think that this would be too long so that this might need to go into a |
@otaviof @SaschaSchwarze0 this would be a good first issue/Hacktoberfest candidate if we could narrow the scope of this issue. |
Indeed, that's useful information.
In Lets try to enumerate all the columns we would like to see on
As a initial suggestion, those are the columns you described:
|
Yep, sounds good @otaviof re |
@SaschaSchwarze0 I also like the idea of showing the "age" of the BuildRun, that's useful information 👍 Do you think we should tackle all columns needed at the same time, or maybe, having one issue per column? Perhaps, small work items are better for the Hacktoberfest. What do you think, @adambkaplan? |
I tend to "all at once". At least sounds like a lot paperwork and the intermiete state might look weird? |
The sub-command
buildrun list
should show more information about the resource, as in the output-image, elapsed build time, creation date, and more. The current output is as follows:And we would like to add the following new columns:
ELAPSED-TIME
: how long the build took, in case the build still running it should show how long has elapsedOUTPUT-IMAGE
: fully qualified image producedWhat other columns should we add?
/cc @SaschaSchwarze0
The text was updated successfully, but these errors were encountered: