This repository was archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
Checkout coverage #1
Comments
magento-engcom-team
added a commit
that referenced
this issue
Jun 21, 2018
- Merge Pull Request magento/magento2#15726 from sanjay-wagento/magento2:2.3-develop-PR-port-13026 - Merged commits: 1. ce176d2
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 21, 2018
magento-engcom-team
added a commit
that referenced
this issue
Jun 21, 2018
Accepted Public Pull Requests: - magento/magento2#16275: Simplified TypeProcessor (by @joni-jones) - magento/magento2#15842: [Forwardport] Add missing table aliases to fields mapping for Customer Group filter� (by @hitesh-wagento) - magento/magento2#15744: [Forwardport] [BUGFIX] #15564 Generated admin API token expires immediately (by @vijay-wagento) - magento/magento2#15726: Forwardport] Feature space between category page #1 (by @sanjay-wagento) - magento/magento2#15698: [Forwardport] Variant product image in sidebar wishlist block (by @dmytro-ch) - magento/magento2#15672: [FORWARDPORT #15097] Add field to filter to collection (by @dverkade) - magento/magento2#16256: magento/magento2#15255 unlock customer after password reset (by @vgelani) - magento/magento2#16246: [Forwardport] array_push(...) calls behaving as '$array[] = ...', $array[] = works faster than invoking functions in PHP (by @lfluvisotto) - magento/magento2#16224: [Forwardport] Correct return type of methods and typo correction. (by @saurabh-aureate) - magento/magento2#16225: Navigation dropdown caret icon. (by @tejash-wagento) - magento/magento2#15980: Use correct error message for duplicate error key in product import (by @denteblu) Fixed GitHub Issues: - magento/magento2#15822: SQL Error: ambiguous column 'customer_group_id' in 'All customers' page in admin when extension attribute table is joined (reported by @radio) has been fixed in magento/magento2#15842 by @hitesh-wagento in 2.3-develop branch Related commits: 1. 0f23ed7 - magento/magento2#15564: 2.2.4 Created admin token has no access (reported by @krukas) has been fixed in magento/magento2#15744 by @vijay-wagento in 2.3-develop branch Related commits: 1. 7f34b22 2. 349d178 - magento/magento2#12601: A space between the category page and the main footer when applying specific settings (reported by @wd7080) has been fixed in magento/magento2#15726 by @sanjay-wagento in 2.3-develop branch Related commits: 1. ce176d2 - magento/magento2#15255: Customer who exceeded max login failures not able to login even after reset password (reported by @tizzyguy87) has been fixed in magento/magento2#16256 by @vgelani in 2.3-develop branch Related commits: 1. a108233
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 25, 2018
[Forwardport] Fixed typo mistake in function comment
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 2, 2018
[Forwardport] When searching for the title if search for all the segments that has …
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 5, 2018
Remove unnecesary "header" block redeclaration
magento-engcom-team
pushed a commit
that referenced
this issue
Dec 21, 2018
Update 2.3 develop branch
magento-engcom-team
pushed a commit
that referenced
this issue
Dec 21, 2018
Missing setTotalCount on $searchResults object in getList method
magento-engcom-team
pushed a commit
that referenced
this issue
Jan 23, 2019
removes extra dot on "How to run Magento" in phpserve/README.md
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 13, 2019
Add Brazilian Credit Cards Support #1
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 13, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 25, 2019
[Forwardport] 'Fixes-for-customer-login-page-input-field' :: On customer login page…
magento-engcom-team
pushed a commit
that referenced
this issue
Apr 5, 2019
merge from magento/magento2
magento-engcom-team
pushed a commit
that referenced
this issue
Apr 5, 2019
Removed two times zlib.output_compression on
magento-engcom-team
pushed a commit
that referenced
this issue
May 10, 2019
…sh-1 Changed canonical_url to relative_url
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 1, 2019
seo meta tag order best practices
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 10, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 8, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Sep 27, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Oct 2, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Oct 22, 2019
Issue #1: Static content deploy waits 3 sec in single-job mode after finish Fixed by moving this sleep() into if ($this->isCanBeParalleled()) { ... } Issue #2: Static content deploy has 5 secs delay between checking if worker job finished processing. It leads up to 5 sec time waste before next job will start. Improved by decreasing time from 5 sec to 0.5 sec with saving log refresh rate (10*0.5 sec) On 4 themes and 7 locales these fixes improve time of static content deploy by 10-15 secs
magento-engcom-team
pushed a commit
that referenced
this issue
Oct 30, 2019
…ription-input-box-fix Fix label being cutoff in Newsletter registration
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 14, 2019
…rrors Filter error array by unique values
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 21, 2019
update forked repository 2.3 branch
magento-engcom-team
pushed a commit
that referenced
this issue
Dec 5, 2019
merge magento:2.3-develop
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
As a Magento developer, I need to perform checkout operations via GraphQL so that I can build basic ecommerce experiences for shoppers on the front-end.
High Level use cases
-- Fetch user's cart
-- Manage user's cart (addresses, items, qty, shipping, billing, payment details)
-- Convert cart to order
High Level approach to SDL
The text was updated successfully, but these errors were encountered: