-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Convert internal tests to use json api format for store.push
#3223
Comments
Instead of pushing something like
should now do something like:
|
Will need to temporarily comment out |
Why? |
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 8, 2015
…js#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 19, 2015
…js#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 20, 2015
…js#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 20, 2015
…js#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 20, 2015
[WIP] Convert unload test to json api format for `store.push`.. emberjs#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat filter-test store.push changes migration store.push to jsonApiFormat on one-to-many-test formatting changes filte-test changes bestFriend attribute one-to-many migration stopre.push fix one-to-many bug one-to-one tests store.push with jsonFormatApi
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 20, 2015
store.push changes to JsonFormatApi [WIP] Convert unload test to json api format for `store.push`.. emberjs#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat filter-test store.push changes migration store.push to jsonApiFormat on one-to-many-test formatting changes filte-test changes bestFriend attribute one-to-many migration stopre.push fix one-to-many bug one-to-one tests store.push with jsonFormatApi consistency changes
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 24, 2015
store.push changes to JsonFormatApi [WIP] Convert unload test to json api format for `store.push`.. emberjs#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat filter-test store.push changes migration store.push to jsonApiFormat on one-to-many-test formatting changes filte-test changes bestFriend attribute one-to-many migration stopre.push fix one-to-many bug one-to-one tests store.push with jsonFormatApi consistency changes
andrejunges
added a commit
to andrejunges/data
that referenced
this issue
Jun 25, 2015
[CLEANUP beta] store.push JsonApiFormat changes store.push changes to JsonFormatApi [WIP] Convert unload test to json api format for `store.push`.. emberjs#3223 This PR will break some tests, but now the the calls to store.push are using jsonApiFormat filter-test store.push changes migration store.push to jsonApiFormat on one-to-many-test formatting changes filte-test changes bestFriend attribute one-to-many migration stopre.push fix one-to-many bug one-to-one tests store.push with jsonFormatApi consistency changes belongs-to-test migration to JsonApiFormat links changes to jsonApiFormat
wecc
added a commit
that referenced
this issue
Jun 25, 2015
Convert unload test to json api format for `store.push`.. #3223
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Everywhere where we do,
store.push(type, data)
in tests, we need to convert tostore.push(jsonApiFormat)
We can also break this up in multiple PRs and merge to a branch.
The text was updated successfully, but these errors were encountered: