upgrade ember-cli/ember/ember-data to 2.3#310
Merged
Gaurav0 merged 12 commits intoember-cli:masterfrom Jan 29, 2016
Merged
Conversation
Contributor
|
Hi, @piotrpalek, yes your changes look basically fine. Two questions:
|
Contributor
Author
|
Hey @Gaurav0, so:
|
Contributor
Author
|
I still have 2 issues I would like to resolve:
|
Contributor
|
@piotrpalek Ah, didn't realize you had upgraded ember-cli as well. I think the remaining issues can be done in a separate PR. 👍 |
Contributor
Author
|
@Gaurav0 fine with me to do that in another PR 😄 |
Gaurav0
added a commit
that referenced
this pull request
Jan 29, 2016
upgrade ember-cli/ember/ember-data to 2.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey, so I wanted to do a quick upgrade of ember twiddles dependencies to the newest versions. Turned out a bit more complicated than anticipated, but I think I'm on the right path here.
I've backported the ember data shims from the previous ember-cli-shims version and include it by default in the twiddle app. Doesn't seem to cause any problems when using ember-data 2.3.0 and up, but I'm not sure about this so input is appreciated. If this could lead to potential problems I would add the shims conditionally when building the twiddle based on the ember-data version specified in twiddle.json.
This is currently still a WIP since I'm planning to remove container related deprecations as well, but as mentioned earlier wanted someone to take a look and check if my changes till now are fine.