-
-
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
Remove use of setupStore/createStore from tests #6357
Labels
🏷️ cleanup
This PR primarily removes deprecated functionality
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
Comments
runspired
added
Cleanup
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
labels
Aug 21, 2019
👋 |
This was referenced Aug 21, 2019
HeroicEric
added a commit
to HeroicEric/data
that referenced
this issue
Aug 28, 2019
Related to: - emberjs#6357 - emberjs#6166 This replaces the remaining uses of the `setupStore` helper and removes the `setupStore` helper itself.
HeroicEric
added a commit
to HeroicEric/data
that referenced
this issue
Aug 28, 2019
Related to: - emberjs#6357 - emberjs#6166 This replaces the remaining uses of the `setupStore` helper and removes the `setupStore` helper itself.
HeroicEric
added a commit
to HeroicEric/data
that referenced
this issue
Aug 28, 2019
Related to: - emberjs#6357 - emberjs#6166 This replaces the remaining uses of the `setupStore` helper and removes the `setupStore` helper itself.
HeroicEric
added a commit
to HeroicEric/data
that referenced
this issue
Aug 29, 2019
Related to: - emberjs#6357 - emberjs#6166 This replaces the remaining uses of the `setupStore` helper and removes the `setupStore` helper itself.
The helper itself is now removed, I think the last thing remaining is determining what of the initializer logic can be killed off now. |
runspired
added
🏷️ cleanup
This PR primarily removes deprecated functionality
and removed
Cleanup
labels
Sep 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🏷️ cleanup
This PR primarily removes deprecated functionality
🌲 Project Trim 🌲
PRs related to https://github.com/emberjs/data/issues/6166
This is just a tracking issue for
createStore
usagesetupStore
usageinitializer
logic that remains purely for supportingcreateStore
andsetupStore
cc @HeroicEric
The text was updated successfully, but these errors were encountered: