-
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.0.0-rc.11 #5049
Merged
Merged
Release v2.0.0-rc.11 #5049
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
Signed-off-by: Eric Dobbertin <[email protected]>
…imple-pricing feat: simple-pricing plugin
…y-op2-products Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
feat : performance metrics integration with calibre
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
Signed-off-by: Mike Murray <[email protected]>
- Only eval if right hand side contains a $ - Use subshell around grep || true - Sort keys Signed-off-by: Peter Lyons <[email protected]>
…g-bad-env.example Fix bin/setup handling bad env.example
Signed-off-by: Erik Kieckhafer <[email protected]>
Signed-off-by: Machiko Yasuda <[email protected]>
This commit removes our `search-mongo` plugin from the `imports/plugins/included` directory of `reaction`. We're doing this because we've found that some of the app event hooks within this plugin fire even when the plugin is disabled. When a custom search plugin is used, having these events run can cause considerable slowness when publishing a product to the catalog. This issue is exacerbated when importing and publishing large sets of products simultaneously. We'll include `search-mongo` as an optional plugin, but keep it OSS. BREAKING CHANGE: Removes `search-mongo` plugin from `included` plugins. Install `search-mongo` into your `custom` plugins directory to maintain identical functionality. Signed-off-by: Spencer Norman <[email protected]>
Signed-off-by: Erik Kieckhafer <[email protected]>
…ction-sort-tlp feat: Add a featured sort option for CatalogItems and paginate
…lname chore: add optional first and last name fields to schemas
Signed-off-by: Spencer Norman <[email protected]>
…better-logging add better logging of package loading
Removes order operator search bits. Also updates `searchcollections.js` util files to run `buildAccountSearch` and `buildOrderSearch` as noop. Signed-off-by: Spencer Norman <[email protected]>
…rch-to-contrib feat: remove search plugins
Signed-off-by: Jeffrey Corpuz <[email protected]>
Signed-off-by: Jeffrey Corpuz <[email protected]>
…merce/reaction into release-v2.0.0-rc.11
Signed-off-by: Jeffrey Corpuz <[email protected]>
spencern
approved these changes
Mar 20, 2019
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.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.0.0-rc.11
This is our eleventh release candidate for v2.0.0 of Reaction.
Please check it out and let us know what works and what doesn't for you.
This release is being coordinated with
reaction-platform
and is designed to work with the same versions ofreaction-next-starterkit
andreaction-hydra
.Improvements
App
Reaction is no-longer a customer-facing app, it's an administration tool and offers a GraphQL API.
All customer-facing views are the responsibility of a separate storefront app that makes use of the GaphQL API. See our example storefront as an example of how to achieve this.
Product grid and Product detail pages moved into the new operator experience and updated for that experience.
Product grid
Product grid is now represented as a table in the new experience with the same bulk actions it had previously
Product Detail Page
Is no longer a WYSIWYG editor.
All product forms have been moved on from the sidebar and into the main view and have been expanded.
User Profile
Breaking Changes
Reaction is no-longer a customer-facing app, it's an administration tool and offers a GraphQL API.
We have removed the
search-mongo
andui-search
plugins from theimports/plugins/included directory
ofreaction
. Which in turn removesorder search bar
from operator order UI. (#5053)Feature
Fix
Chore