add Extensions and Detection Order (Extensions)#1581
Conversation
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
|
@natalieparellano can I get some information on how acceptance tests are set up and how can they be accommodated for changes? It would be great if I can get an example PR or some documentation of some sort. Apologies, It's my first time contributing to open source. Thanks a lot. |
|
@harikannan512 thanks for the PR! I see that it's currently in draft - are you looking for any feedback at this stage? |
|
@natalieparellano yes. The reason its in the draft is I am trying to understand acceptance tests to add to it, but I am afraid I can't really understand where to begin. Thanks! |
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1581 +/- ##
==========================================
- Coverage 81.14% 81.10% -0.03%
==========================================
Files 156 156
Lines 10362 10455 +93
==========================================
+ Hits 8407 8479 +72
- Misses 1458 1472 +14
- Partials 497 504 +7
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: harikannan <hariprasad.kannan@wexinc,com>
There was a problem hiding this comment.
@harikannan512 thanks so much for the PR, these changes look really great!
Regarding the acceptance test, you could update this test with an assertion around the output of pack builder inspect. Something like output = pack.RunSuccessfully("builder", "inspect", builderName) and then asserting on the output.
We should also try passing --output json (or something other than human-readable) as I don't believe your changes yet cover that case, but it should be a simple change to this file to get it working.
…t left) Signed-off-by: harikannan <hariprasad.kannan@wexinc,com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
Signed-off-by: harikannan512 <harikannan512@gmail.com>
|
We may need to pull in #1589 to get the Windows tests passing |
Signed-off-by: harikannan512 <harikannan512@gmail.com>
natalieparellano
left a comment
There was a problem hiding this comment.
Awesome work @harikannan512! This looks good to me... @buildpacks/toc could we please get a review?
dfreilich
left a comment
There was a problem hiding this comment.
Unbelievable work! Thanks so much for the help!
Summary
Adding Extensions section to the output of
pack builder inspectOutput
Before
(picked from Unit test output to confirm output format)
After
(picked from Unit test output to confirm output format)
Documentation
Related
#1488
#1478
Resolves #1488