Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c6f960b

Browse files
Merge branch '2.4.2-develop' into 7656-asynchronous-variant-for-uiregistry-component
2 parents c309a8e + d3ebe94 commit c6f960b

File tree

751 files changed

+4721
-147159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

751 files changed

+4721
-147159
lines changed

.github/ISSUE_TEMPLATE/NEW_FEATURE.md

Lines changed: 0 additions & 1 deletion

.github/workflows/linter.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ on:
1919
branches:
2020
- master
2121
- 2.*-develop
22-
paths-ignore:
23-
- '**.md'
24-
- '**.html'
25-
- '**.xml'
2622

2723
###############
2824
# Set the Job #
@@ -54,4 +50,4 @@ jobs:
5450
VALIDATE_ALL_CODEBASE: false
5551
DEFAULT_BRANCH: master
5652
VALIDATE_HTML: false
57-
VALIDATE_MARKDOWN: false
53+
MARKDOWN_CONFIG_FILE: .markdownlint.json

_checks/html_check_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
if url_ignore
3434
url_ignore.push(jekyll_excludes_as_regex).flatten!.uniq!
3535
else
36-
checks_config['html-proofer'].merge!(url_ignore: jekyll_excludes_as_regex)
36+
checks_config['html-proofer'][:url_ignore] = jekyll_excludes_as_regex
3737
end
3838

3939
# Read configuration options for html-proofer

src/_data/codebase/v2_3/mrg/b2b/BundleNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ content: "## Overview\n\nThe Magento_BundleNegotiableQuote module enables bundle
2020
\n[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/depend-inj.html)
2121
enables you to override the functionality of the Magento_BundleNegotiableQuote module.\n\n##
2222
Additional information\n \nYou can track [backward incompatible changes made in
23-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html).\n"
23+
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."

src/_data/codebase/v2_3/mrg/b2b/BundleRequisitionList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ content: "## Overview\n\nThe Magento_BundleRequisitionList module enables bundle
1717
\n### Layouts\n \nYou can extend and override layouts in the `Magento\\BundleRequisitionList\\view\\frontend\\layout`
1818
directories.\n\nFor more information about layouts, see the [Layout documentation](http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/layout-overview.html).\n\n##
1919
Additional information\n \nYou can track [backward incompatible changes made in
20-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html).\n"
20+
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."

src/_data/codebase/v2_3/mrg/b2b/CheckoutAddressSearchNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source_repo: magento2b2b
44
release: 1.1.6
55
github_path: app/code/Magento/CheckoutAddressSearchNegotiableQuote/README.md
66
last_modified_at: '2019-04-10 17:47:51 -0500'
7-
content: |
7+
content: |-
88
## CheckoutAddressSearchNegotiableQuote module Overview
99
1010
CheckoutAddressSearchNegotiableQuote module extends Magento_CheckoutAddressSearch if it is enabled in configuration and it modifies NegotiableQuote shipping address on checkout.

src/_data/codebase/v2_3/mrg/b2b/CheckoutAgreementsNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source_repo: magento2b2b
44
release: 1.1.6
55
github_path: app/code/Magento/CheckoutAgreementsNegotiableQuote/README.md
66
last_modified_at: '2019-08-16 15:20:08 -0500'
7-
content: |
7+
content: |-
88
## CheckoutAgreementsNegotiableQuote module Overview
99
1010
CheckoutAgreementsNegotiableQuote module extends CheckoutAgreements if it is enabled in configuration and it adds agreements to payment data on checkout with negotiable quote.

src/_data/codebase/v2_3/mrg/b2b/ConfigurableNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ content: "## Overview\n\nThe Magento_ConfigurableNegotiableQuote module enables
2020
\n[The Magento dependency injection mechanism](http://devdocs.magento.com/guides/v2.2/extension-dev-guide/depend-inj.html)
2121
enables you to override the functionality of the Magento_ConfigurableNegotiableQuote
2222
module.\n\n## Additional information\n \nYou can track [backward incompatible changes
23-
made in a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html).\n"
23+
made in a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."

src/_data/codebase/v2_3/mrg/b2b/ConfigurableRequisitionList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ content: "## Overview\n\nThe Magento_ConfigurableRequisitionList module enables
1717
Layouts\n \nYou can extend and override layouts in the `Magento\\ConfigurableRequisitionList\\view\\frontend\\layout`
1818
directories.\n\nFor more information about layouts, see the [Layout documentation](http://devdocs.magento.com/guides/v2.2/frontend-dev-guide/layouts/layout-overview.html).\n\n##
1919
Additional information\n \nYou can track [backward incompatible changes made in
20-
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html).\n"
20+
a Magento B2b mainline after the Magento 2.2 release](http://devdocs.magento.com/guides/v2.2/release-notes/changes/b2b_changes.html)."

src/_data/codebase/v2_3/mrg/b2b/GiftCardNegotiableQuote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source_repo: magento2b2b
44
release: 1.1.6
55
github_path: app/code/Magento/GiftCardNegotiableQuote/README.md
66
last_modified_at: '2017-04-10 10:33:01 +0300'
7-
content: |
7+
content: |-
88
## Overview
99
1010
The Magento_GiftCardNegotiableQuote module enables gift cards to be displayed in a negotiable quote in an B2B environment. This module extends Magento_NegotiableQuote and Magento_GiftCard modules.

0 commit comments

Comments
 (0)