-
-
Notifications
You must be signed in to change notification settings - Fork 596
Add support for buildpack.toml files #4031
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
base: develop
Are you sure you want to change the base?
Conversation
266b903
to
cd1ec55
Compare
…pack package Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
418fb5d
to
afaba83
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.
Thanks++ @NucleonGodX for the PR!
This is a great start.
See my comments for your consideration.
tests/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/dotnet-execute/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/opentelemetry/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/opentelemetry/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/opentelemetry/buildpack.toml
Show resolved
Hide resolved
Signed-off-by: NucleonGodX <[email protected]>
Signed-off-by: NucleonGodX <[email protected]>
85b2ccd
to
5399fdd
Compare
Thanks @AyanSinhaMahapatra for your suggestions, I've implemented them. |
Signed-off-by: NucleonGodX <[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.
@NucleonGodX thanks++ for your changes, see comments for some more improvements, and this should be ready to merge after.
...s/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/expectedbuildpack.json
Outdated
Show resolved
Hide resolved
...s/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/expectedbuildpack.json
Outdated
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/buildpack.toml
Show resolved
Hide resolved
tests/packagedcode/data/buildpack/paketo-buildpacks/java-memory-assistant/buildpack.toml
Show resolved
Hide resolved
Hey @AyanSinhaMahapatra, thanks for your suggestions, I will apply them in a few days. |
Signed-off-by: NucleonGodX <[email protected]>
@AyanSinhaMahapatra I've applied almost all your suggestions, a few are left that I'll apply by tomorrow. |
Signed-off-by: NucleonGodX <[email protected]>
Applied All suggestions |
Fixes #3477
Tasks
Run tests locally to check for errors.
Signed-off-by: NucleonGodX [email protected]