-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Release v2.9.0 #5777
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.9.0 #5777
Conversation
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
…uery Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
…lid params Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: trojanh <[email protected]>
Signed-off-by: trojanh <[email protected]>
Signed-off-by: trojanh <[email protected]>
Signed-off-by: Maria Paktiti <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
Signed-off-by: Gary Ryan Vaz <[email protected]>
Signed-off-by: Chris Potter <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
rosshadden
left a comment
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.
Looks good, once we figure out what is making the integration tests take a lot longer in this release.
spencern
left a comment
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.
Adding a blocking review - I want to understand what’s causing the significant increase in integration test execution time before we merge this.
|
Blocked. Issue to tackle this created here: #5779 (comment) |
* set jest integration test maxWorker flag to 1 * set max node memory consumption for CI container to 4000MB Signed-off-by: Gary Ryan Vaz <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…dReset fix: password-reset route not working correctly
…-test fix: integration test in circle ci
Bug Fix - Value for the second parameter 'payment' of 'stripeCaptureCharge()' is missing. But its property is accessed in the function body at line 16 of imports/node-app/plugins/marketplace/util/stripeCaptureCharge.js.
Condition 'keywords' is always true because it evaluates to an array. Better to use 'keywords.length' instead.
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
[Fix] Create and Delete navigation item mutations
Signed-off-by: Ross Hadden <[email protected]>
bf94a63
|
Block resolved by #5780. |
v2.9.0
Reaction v2.9.0 adds integration tests for GraphQL API endpoints, security updates and fixes a fulfillment method bug.
This release is being coordinated with Reaction Platform and is designed to work with
v2.9.0of Reaction Hydra and Example Storefront.Notable changes
Add integration tests and increase
maxWorkersAs a part of the major push to remove the Meteor dependency from the GraphQL API, we've been adding more Jest integration tests with the goal of full integration test coverage for all GraphQL queries and mutations provided by all core and included plugins. In this release, we've added tests for the following GraphQL queries:
shopBySlug,orderByReferenceId,ordersByAccountId,addTagandremoveTag. See test coverage epic here.Fix a fulfillment bug
Refactors the
updateOrderFulfillmentGroupGraphQL mutation to update only the specified group, not all fulfillment groups.Update packages for security vulnerabilities
Bumps @reactioncommerce/data-factory to version 1.0.1 and @reactioncommerce/job-queue to version 1.0.5.
Tests
Security
Refactors & Fixes
Contributors
Thanks to @YuuwakU for contributing to this release! 🎉