-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Show more details about the "Last Successful Prebuild" #13944
Comments
On a side note: This
|
Nice! Could be useful to keep in mind what "successful" means too, as we currently create a prebuild for init tasks that fail. [Related issue] |
Good point @laushinka! Also, if it helps, here is some inspiration taken from GitHub and GitLab on how to give a sense of "How much has changed since commit X?" (but basically, it's a total number of added lines & removed lines):
Thought: Maybe we could get away with just a green and a red number? (E.g.
|
@jankeromnes Do you think this is still relevant, as we are promoting (automatic) incremental workspaces now? 🤔 |
@geropl Good catch! No, I indeed think that our current approach (automatically re-using an older prebuild when possible) is better than offloading choice and complexity onto our users. Let's close this ticket for now. I believe #14479 is now the more relevant issue, if we want to provide more clarity to users when an older prebuild is used, but I'd also consider that one low-priority until we get more user feedback (e.g. if users are never confused about which prebuild is being used, I guess that would mean we did a good job making the prebuild-selection intuitive and unproblematic -- in that case, maybe we wouldn't even need extra clarification). @gtsiolis apologies for the back-and-forth here! I hope you hadn't started spending time on a design here. 🙈 |
Thanks for the ping, @jankeromnes!
No, this was still on the product design inbox. 😁
Let's keep that open as you mentioned to keep track of this. I think bringing better visibility of which commit you're using in the prebuild could be useful on the workspace start, if not also on the workspaces list. 💭 |
Is your feature request related to a problem? Please describe
This is a follow-up to #13801 which introduced a
Use Last Successful Prebuild
button in the "Prebuild in Progress" screen:It would be nice to show details about this "last successful prebuild" that you can use, e.g.:
Describe the behaviour you'd like
Source: #13801 (comment)
Here is a quick super-ugly attempt to show such information directly inside the
Use Last Successful Prebuild
button:Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: