-
-
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
Updates addon to adhere to RFC 176 #5108
Conversation
5cef8a1
to
ac97f3a
Compare
@locks - I believe we need to add babel-plugin-ember-modules-api-polyfill to the globals/bower build. Otherwise these changes will only work for consumers using ember-data as an addon. |
@tylerturdenpants this PR already touches 161 files, I think it would be best to keep it focused on imports/exports. |
@locks any plans to finish this? |
@stefanpenner yessir! I'll try to finish before the weekend, but next week is more likely. |
7f107a3
to
f763576
Compare
@stefanpenner @rwjblue please review 😁 |
36920ce
to
06e1c3d
Compare
Kicked CI and now it's green, take that as you will. |
@@ -0,0 +1,1372 @@ | |||
## Module Report |
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.
Is this intended to be added to the repo?
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.
Confirm, it was my intention for MODULE_REPORT.md
to document what work might still need to be done.
@locks would you mind rebasing this pr? |
1ca44f9
to
5b4b8cc
Compare
2bcdef4
to
691b2ee
Compare
Rebased and updated documentation code blocks as well. |
|
||
These tests ensure that the proper methods get called, and, if applicable, | ||
the given record or record array changes state appropriately. | ||
*/ |
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.
Why did this comment get removed?
* Updates codebase to new Ember modules API based on RFC 176 * bumps ember-cli-babel to latest 6.8 (cherry picked from commit 4b419d9)
* Updates codebase to new Ember modules API based on RFC 176 * bumps ember-cli-babel to latest 6.8
* Updates codebase to new Ember modules API based on RFC 176 * bumps ember-cli-babel to latest 6.8
This PR attempts to migrate all of the documentation and imports to adhere to RFC #176.