-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Release v2.7.0 #5712
Release v2.7.0 #5712
Conversation
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…r-demeteorize-SendWelcomeEmail
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
… created in background Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…r-demeteorize-SendWelcomeEmail
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
year. Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]> Co-Authored-By: Erik Kieckhafer <[email protected]>
…windows fix: filter products by file on Windows
and rename discountCodeId to discountId Signed-off-by: Eric Dobbertin <[email protected]>
…UserOnShopCreate fix: pass correct userId when creating a shop
Signed-off-by: Eric Dobbertin <[email protected]>
…vePackageToNodeApp-cleanupTasks-appEvents chore: clean-up tasks related to removing `appEvents` from all meteor code
…ccounts-plugin Move accounts plugin to Node app and better split accounts from users/IDP
Signed-off-by: Eric Dobbertin <[email protected]>
…nvertCatalogMethodsToGQL refactor: create `archiveProducts` GQL mutation to replace meteor methods
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
Looks good overall, still seeing the memory issue with tests here. @aldeed You mentioned something about disabling something in the tests for the time being, is that an option for this release? Or do we need to hold off for this to be fixed? |
@kieckhafer I did that already in 0a132bd and it seemed to resolve the issue in your PR but maybe didn't actually work. I don't have any other ideas at the moment, but I'll keep thinking about it. |
Actually there is one thing. Pete suggested trying https://www.npmjs.com/package/why-is-node-running. You'd have to wire that up locally and run tests to see if it has any details. |
@kieckhafer @aldeed I re-ran the test and they all passed. Seems like it's a Circle CI environment issue. |
Signed-off-by: Peter Lyons <[email protected]>
Signed-off-by: Will Lopez <[email protected]>
fix: security updates
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.
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.
👍
v2.7.0
Reaction v2.7.0 adds performance enhancements and fixes bugs.
This release is being coordinated with Reaction Platform and is designed to work with
v2.7.0
of Reaction Hydra and Example Storefront.Notable changes
More packages have continued to migrate from
no-meteor
folders tonode-app
As part of de-meteorization of the Reaction API, We have continued the migration of moving all server side code in
no-meteor
folders to their respectivenode-app
folders.Potential Breaking Changes for Custom Plugins
There might be breaking changes in custom plugins due to the movement of core packages to the
node-app
folders. Custom plugins will need to update their imports paths to reflect the new location of packages.Fixes
Refactors
appEvents
from all meteor code (#5692)archiveProducts
GQL mutation to replace meteor methods (#5680)