-
-
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
[RFC 403] Identifiers Infra #6247
Conversation
f903c30
to
92facfe
Compare
The |
92facfe
to
cc3e911
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.
TS comments complete. Would be nice to have ie11 testing soon, now that we have branches that will only be entered in that runtime
packages/store/addon/-private/system/relationships/state/belongs-to.ts
Outdated
Show resolved
Hide resolved
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.
I assume that some tests are coming along for all the creation/update part of it?
packages/store/addon/-private/identifiers/is-stable-identifier.ts
Outdated
Show resolved
Hide resolved
6d78f64
to
5a761a0
Compare
This reverts commit 663856b.
Implements the minimum infrastructure for RFC 403 (Identifiers)
Depends on #6246 #6245 #6244 #6239 #6161This implementation does not provide public API access to the feature, but merely ensures that an identifier is created and correctly associated with every
InternalModel
.A future PR will expose these APIs via feature flag in the locations specified by the RFC.