-
-
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
[DEPRECATION] RFC-522 implementation to add deprecations #6390
[DEPRECATION] RFC-522 implementation to add deprecations #6390
Conversation
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.
Can you update the deprecate
calls here to include a url
property that links to the deprecation guides that you are working to add over in https://github.com/ember-learn/deprecation-app/tree/master/content/ember-data/v3?
I think it should also add some deprecation tests (to ensure the deprecations are fired in the right circumstances).
Yep...working on it.
…On Thu, Aug 29, 2019 at 8:07 AM Robert Jackson ***@***.***> wrote:
***@***.**** commented on this pull request.
Can you update the deprecate calls here to include a url property that
links to the deprecation guides that you are working to add over in
https://github.com/ember-learn/deprecation-app/tree/master/content/ember-data/v3
?
I think it should also add some deprecation tests (to ensure the
deprecations are fired in the right circumstances).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6390?email_source=notifications&email_token=AACUPAOEJNVQ7ODRIREZVQDQG7Q25A5CNFSM4IRYXXFKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDD4L3I#pullrequestreview-281527789>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACUPAISI53DV6TNBIHG64TQG7Q25ANCNFSM4IRYXXFA>
.
|
4d8a87f
to
7d53394
Compare
Small update to add deprecatedTest and remove some deprecations. @rwjblue I didn't see other deprecations with the url prop, can you point me to an example? |
Here is an example from ember-source: The Ember Inspector, the deprecation workflow, and the |
cdad881
to
1591312
Compare
@rwjblue I added links to the docs I created here: ember-learn/deprecation-app#436 |
752e22d
to
5f351dc
Compare
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.
Overall looks good on the implementation but the descriptions need some more work
packages/-ember-data/tests/integration/store/serializer-for-test.js
Outdated
Show resolved
Hide resolved
34534e2
to
b89df01
Compare
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.
Almost there! :)
packages/-ember-data/tests/integration/store/serializer-for-test.js
Outdated
Show resolved
Hide resolved
…serializers and adapters
…st.js Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
b2257cb
to
1ace358
Compare
I just landed ember-learn/deprecation-app#436 (thank you for the hard work!), can you confirm that the published deprecation URLs match the ones we have here? |
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.
Added updates for URLs
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
Co-Authored-By: Chris Thoburn <[email protected]>
🙇 |
RFC-522 implementation to add deprecations for default serializers and adapters.
NOTE: this is an initial commit; refinements and test changes coming
Deprecation Docs: ember-learn/deprecation-app#436