Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

fix(models/app): recreate proc types on switch from Dockerfile to buildpack #1201

Merged
merged 1 commit into from
Feb 14, 2017

Conversation

mboersma
Copy link
Member

@mboersma mboersma commented Jan 12, 2017

Or vice versa.

Closes deis/workflow#658.

This seems to fix things, but I need to write some unit tests to cover these cases, possibly write some e2e tests that cover this as well, and reassure myself that this doesn't create any regressions. Edit: finally got back to this PR and after some refactoring, this change fixes this edge case.

@mboersma mboersma added this to the v2.11 milestone Jan 12, 2017
@mboersma mboersma self-assigned this Jan 12, 2017
@deis-bot
Copy link

@kmala, @helgi and @bacongobbler are potential reviewers of this pull request based on my analysis of git blame information. Thanks @mboersma!

@codecov-io
Copy link

codecov-io commented Jan 27, 2017

Codecov Report

Merging #1201 into master will decrease coverage by -0.05%.

@@            Coverage Diff             @@
##           master    #1201      +/-   ##
==========================================
- Coverage   87.28%   87.24%   -0.05%     
==========================================
  Files          44       44              
  Lines        3863     3872       +9     
  Branches      670      673       +3     
==========================================
+ Hits         3372     3378       +6     
- Misses        324      325       +1     
- Partials      167      169       +2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9c2d584...98f50c5. Read the comment docs.

@mboersma mboersma modified the milestones: v2.12, v2.11 Jan 30, 2017
@mboersma
Copy link
Member Author

mboersma commented Feb 8, 2017

Improved and ready for review now. If you want to test this manually (not required), use example-dockerfile-python and alternate between branches with git push deis master with git push deis dockerfile.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrating app from Dockerfile to buildpack deploys fails
5 participants