Skip to content
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

Adds basic compatibility with buildpack/lifecycle#149 #250

Merged
merged 3 commits into from
Aug 13, 2019

Conversation

jromero
Copy link
Member

@jromero jromero commented Aug 2, 2019

Resolves #243
Relates to buildpacks/lifecycle#149

Signed-off-by: Andrew Meyer ameyer@pivotal.io
Signed-off-by: Javier Romero jromero@pivotal.io

@ameyer-pivotal ameyer-pivotal force-pushed the feature/243-basic-compat branch 6 times, most recently from c0e9bc4 to 5cbd7bc Compare August 5, 2019 18:19
Copy link
Member

@ekcasey ekcasey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks very good, I have just a couple things.

  1. The many small data types in builder confuse me. Several of them are exactly the same.
  2. We should add an order buildpack (?, metabuildpack buildpack? whatever we are calling them?) to the acceptance test, but I am happy to accept that as a follow on PR
  3. We don't seem to be unit testing all the latest cases, e.g the cases where latest is false in the metadata

acceptance/acceptance_test.go Outdated Show resolved Hide resolved
acceptance/acceptance_test.go Outdated Show resolved Hide resolved
acceptance/acceptance_test.go Show resolved Hide resolved
acceptance/acceptance_test.go Outdated Show resolved Hide resolved
acceptance/acceptance_test.go Show resolved Hide resolved
builder/builder.go Outdated Show resolved Hide resolved
builder/builder_test.go Show resolved Hide resolved
builder/config.go Outdated Show resolved Hide resolved
builder/metadata.go Outdated Show resolved Hide resolved
builder/builder.go Outdated Show resolved Hide resolved
@ekcasey ekcasey force-pushed the feature/243-basic-compat branch from 9761daf to 1deff20 Compare August 12, 2019 20:26
ameyer-pivotal and others added 2 commits August 12, 2019 16:47
Resolves #243

Signed-off-by: Andrew Meyer <ameyer@pivotal.io>
Signed-off-by: Javier Romero <jromero@pivotal.io>
* Refactors builder data objects

Signed-off-by: Emily Casey <ecasey@pivotal.io>
Signed-off-by: Javier Romero <jromero@pivotal.io>
@ekcasey ekcasey force-pushed the feature/243-basic-compat branch from 1deff20 to b64c4fb Compare August 12, 2019 20:54
…adlock)

Signed-off-by: Javier Romero <jromero@pivotal.io>
Signed-off-by: Emily Casey <ecasey@pivotal.io>
@jromero jromero requested a review from ekcasey August 12, 2019 22:13
@jromero jromero merged commit 9a06115 into master Aug 13, 2019
@jromero jromero deleted the feature/243-basic-compat branch August 13, 2019 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide basic compatibility with lifecycle#149
4 participants