-
Notifications
You must be signed in to change notification settings - Fork 111
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
Stack removal: detect phase and analyze.toml support Targets #994
Stack removal: detect phase and analyze.toml support Targets #994
Conversation
ac9fb02
to
986d801
Compare
e4723a2
to
60a1d17
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #994 +/- ##
==========================================
+ Coverage 64.48% 64.62% +0.15%
==========================================
Files 82 86 +4
Lines 6181 6231 +50
==========================================
+ Hits 3985 4026 +41
- Misses 1810 1824 +14
+ Partials 386 381 -5
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
@joe-kimmel-vmw it's awesome to see this taking shape. I left a few comments for now
edb21ff
to
357fc37
Compare
dfbb652
to
daa0182
Compare
62bf6bf
to
09fb151
Compare
c260907
to
f30221d
Compare
BpDescriptor reads and populates Targets data Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
minor cleanup nix mixins mixup Signed-off-by: Joe Kimmel <[email protected]>
- RunImage has: - Reference - Target While i was in there, some of the other *ImageReference types were inconvient so I changed them to just be strings instead of structs containing strings. This does have the effect of collapsing a table, But as a newer contributor to this project I have the blessing and curse of not feeling all that constrained by (nor aware of) past decisions. Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
small cleanups / removal of unneeded check Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
…pack fixtures Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
bc6c9de
to
81ff6ca
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.
Adding a few comments for now, still reviewing
22e3fc0
to
a723199
Compare
…consequences Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Update env/build.go Update buildpack/bp_descriptor.go Update default arch to amd64 use OS instead of Os fixing mocks and fn calls after small change Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Joe Kimmel <[email protected]>
fix descriptor test bc we decided that we _do_ want that behavior for old versions Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
64543ae
to
f699e34
Compare
This allows us to remove our custom writer, while keeping the file schema unchanged in Platform API 0.12 Signed-off-by: Natalie Arellano <[email protected]>
Signed-off-by: Joe Kimmel <[email protected]>
Signed-off-by: Natalie Arellano <[email protected]>
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.
Looks good to me! Thanks for all your hard work @joe-kimmel-vmw
fixes: #743