-
Notifications
You must be signed in to change notification settings - Fork 173
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
refactor: normal creator #3114
base: main
Are you sure you want to change the base?
refactor: normal creator #3114
Conversation
✅ Deploy Preview for zarf-docs canceled.
|
ae6c1dc
to
6dbbc6b
Compare
47c5dd1
to
5b54240
Compare
cbd05e3
to
ca69d35
Compare
3c36c9d
to
4a829c6
Compare
4a829c6
to
8cd0d1c
Compare
for idx, component := range pkg.Components { | ||
pkg.Components[idx], _ = deprecated.MigrateComponent(pkg.Build, component) | ||
} | ||
// TODO (phillebaba): Figure out when migrations should actually be run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address this.
8cd0d1c
to
673af5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, love that we are no longer changing directory. Left a few comments
60a658b
to
dcd8b19
Compare
805199a
to
8bf8990
Compare
Generally looks good. I do request that we keep the I know we're trying to limit output for non errors, but I think the package tar path is worth logging since the filename isn't intuitive. It's a combination of whether it's an init or package config, amd or arm64, and the version. As a user I've found it useful to copy + paste the name from terminal when my next step is to publish or deploy, especially when I have multiple packages in the same directory. |
08cf981
to
ad7f12a
Compare
Signed-off-by: Philip Laine <[email protected]>
ad7f12a
to
49f5112
Compare
I have now added back the logging for the path the package is saved to. |
Description
This change refactors the package creation.
Related Issue
Relates to #2969
Checklist before merging