This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
This file contains hidden or 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
Co-Authored-By: hguthrie <[email protected]>
Co-Authored-By: hguthrie <[email protected]>
Co-Authored-By: hguthrie <[email protected]>
Co-Authored-By: hguthrie <[email protected]>
* Import the correct `Magento\Framework\GraphQl\Query\Resolver\IdentityInterface`. * Clarify what is required and what is an implementation detail.
MAGEDOC-4115 Fixed infobox code
Update identity-class.md
Resolved issue #5179
Convert included files to Markdown Add includes to the topic
Generated backward incompatible changes reference for Magento 2.2.10
* fix links add parans * remove duplicate topic * add symlink * remove duplicate projects topic * create symlink * found another problem with a link
Update backward incompatible changes docs for 2.3
Email template patch information for Magento 2.3.3 release notes
* Fixed errors in rest, test, and ui comps * Fix errors in release notes * Fixed errors in pattern-library and payment integrations * Fixed errors in marketplace, migration, mrg, and mtf * Fixed errors in install, js-dev, and inventory * Applied peer review edits * Applied peer review edits * Removed forced numbering class * Fixed errors in howdoi * Fixed errors in get-started, graphql * Fixed errors in frontend-dev-guide * Fixed errors in ext-dev * Fixed some errors in config * Fixed some errors in config * Applied edits from peer review * Removed redundant TOC * Fixed errors in config * Fixed errors in coding standards, comp-mgr, contributor * Disable rule * Fixed errors in _vidoes, reporting, arch * Fixed errors in includes (not cloud) * Enable rule * Fixed errors in cloud includes * Fixed errors in cloud
…sword-errors magento/devdocs#: Describe changeCustomerPassword mutation errors
…layout magento/devdocs#: Add a custom payment method to checkout. Fix Step 4
Fix syntax for paths to run Actions on
running tests |
keharper
approved these changes
Oct 17, 2019
Hi @jeff-matthews, thank you for your contribution! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Purpose of this pull request
This pull request (PR) pulls the latest changes from the
master
branch into thedevelop
branch. This is a weekly task to make suredevelop
stays up-to-date withmaster
.It helps resolve issues when contributors create their branches from
master
instead ofdevelop
and then create PRs todevelop
that contain extra commits.