-
Notifications
You must be signed in to change notification settings - Fork 293
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 detect screen during detect phase #1230
Conversation
a938e62
to
55f34f3
Compare
ce21746
to
75aaf38
Compare
1493986
to
81d6203
Compare
Codecov Report
@@ Coverage Diff @@
## main #1230 +/- ##
==========================================
+ Coverage 81.19% 81.29% +0.10%
==========================================
Files 140 142 +2
Lines 8596 8710 +114
==========================================
+ Hits 6979 7080 +101
- Misses 1180 1193 +13
Partials 437 437
Flags with carried forward coverage won't be shown. Click here to find out more. |
81d6203
to
53b54a3
Compare
53b54a3
to
e761c5b
Compare
@aemengo, what's the state of this PR? I've tried running it and the UI looks nice but I can see a few things having issues.
Also, I notice that there are a few Is this ready for review or maybe it should be in a draft state? How much focus do we need to put on it at the moment? |
My hope is that it is "ready for review". I'm currently soliciting feedback.
Thanks for bringing it up. Unfortunately, I did not (and still do don't) see this behavior. May I ask how you're running the build?
Again, I'm not really sure what you're seeing. You simply need to run
The TODOs were reminders to create subsequent issues, not to be handled this one. I can remove the TODOs, if needed. There are a few more PRs to make before the user workflow is completed. The aim of this is PR is to make sure that the abstractions are correct now, while the costs of changing them is lower. If this PR is merged (or deemed acceptable), I can immediately work on the follow-up issues that will complete mockup laid out in the RFC. |
Here's a recording of what I see: https://asciinema.org/a/friKslqt0jNVVRrogauRJw2qy
This is on
HMU if you want to pair on it.
I would prefer that a) they be removed or b) they link to an issue. Your choice. 😄 |
ccc4a9d
to
c59923c
Compare
TODOs linked in latest commit. Will contact you about pre-existing UI errors tomorrow. |
Signed-off-by: Anthony Emengo <aemengo@vmware.com>
c59923c
to
5ae344a
Compare
Signed-off-by: Anthony Emengo <aemengo@vmware.com>
5ae344a
to
8dd4ab5
Compare
Summary
Visually depict pack build: detect phase
This PR kicks off the pack-interact epic and proposes the following user workflow:
When a user runs a pack build like so:
pack build <image-name> --interactive
Then the user will view the build process through a terminal UI screen
Currently only the
Detecting...
page will showDocumentation
Related
Resolves: #1201