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
Return full canonical product URL within product object #2
Labels
Comments
4 tasks
Merged in PR #7 |
magento-engcom-team
pushed a commit
that referenced
this issue
May 30, 2018
[Forwardport] Added language translation for comment tag
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 11, 2018
…ata\SearchResultProcessor.php #2
magento-engcom-team
added a commit
that referenced
this issue
Jun 19, 2018
- Merge Pull Request magento/magento2#15798 from chirag-wagento/magento2:2.3-develop-PR-port-15789 - Merged commits: 1. cd0a7b4
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 19, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 19, 2018
Accepted Public Pull Requests: - magento/magento2#16135: Fix type hints and add undefined property in Webapi [2.3-develop] (by @mhauri) - magento/magento2#16170: 1163: CreateCreditMemoEntityTest rework to support MSI reservation mechanism. (by @nmalevanec) - magento/magento2#16153: 1190: CreateOrderBackendPartOneTest rework to support MSI reservation mechanism. (by @nmalevanec) - magento/magento2#16061: Change the favicon file to the newer Magento logo (by @DMMundle) - magento/magento2#16155: [Forwardport] chore: prefer woff and woff2 (by @DanielRuf) - magento/magento2#15777: [Forwardport] Fix negative basket total due to shipping tax residue (by @osrecio) - magento/magento2#15861: [Forwardport] ISSUE-14747 Newsletter subscription confirmation message does not dis� (by @rahul-kachhadiya) - magento/magento2#16097: [Forwardport] fix: prevent inline-block issue in name form due to space and font-size (by @DanielRuf) - magento/magento2#15798: [Forwardport] Removed unnecessary css. #2 (by @chirag-wagento) - magento/magento2#16038: [Forwardport] bugfix checkout page cart icon color (by @chirag-wagento) - magento/magento2#15759: [Forwardport] 2.3 develop pr port 15566 (by @vgelani) - magento/magento2#16137: FIX for apparently random API failures while using array types (by @phoenix128) Fixed GitHub Issues: - magento/magento2#1163: Problem when change less file in magento. (reported by @zivendesign) has been fixed in magento/magento2#16170 by @nmalevanec in 2.3-develop branch Related commits: 1. f53c620 - magento/magento2#1190: installation error in 0.74.0-beta4 (reported by @sivajik34) has been fixed in magento/magento2#16153 by @nmalevanec in 2.3-develop branch Related commits: 1. 2b8b9d5 - magento/magento2#14747: Newsletter subscription confirmation message does not display after clicking link in email (reported by @tohann) has been fixed in magento/magento2#15861 by @rahul-kachhadiya in 2.3-develop branch Related commits: 1. 75516bf - magento/magento2#16047: inline-block issue in name form (reported by @DanielRuf) has been fixed in magento/magento2#16097 by @DanielRuf in 2.3-develop branch Related commits: 1. 204b4ac - magento/magento2#15565: Getting wrong frontend-controller, when using storecodes in urls (reported by @EliasKotlyar) has been fixed in magento/magento2#15759 by @vgelani in 2.3-develop branch Related commits: 1. 61856f5 2. 4c77dff
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 25, 2018
[Forwardport] Remove double semicolon from the style sheets.
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 18, 2018
[Forwardport] #16079 translation possibility for moreButtonText
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 29, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Sep 4, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 6, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Nov 22, 2018
Karlasa clean up multiwishlist
magento-engcom-team
pushed a commit
that referenced
this issue
Feb 10, 2019
Latest 2.3 develop 24012019
magento-engcom-team
pushed a commit
that referenced
this issue
Mar 14, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Sep 4, 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 Apply the same fix for Magento blank
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 want GraphQL product data to include the canonical product URL so that it's easy for me to render links to any product.
Canonical URL resolution is already implemented in \Magento\UrlRewriteGraphQl\Model\Resolver\UrlRewrite::resolve, which can be used a reference.
See how to expose a new query via GraphQL in Magento
Acceptance criteria:
canonical_url
field is added toProductInterface
GraphQL interface. See Magento/CatalogGraphQl/etc/schema.graphqlsThe text was updated successfully, but these errors were encountered: