-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.3-develop' into product-url-rewrites
- Loading branch information
Showing
2,777 changed files
with
25,168 additions
and
15,872 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ To learn more about issue gate labels click [here](https://github.com/magento/ma | |
|
||
<h2>Reporting security issues</h2> | ||
|
||
To report security vulnerabilities in Magento software or web sites, please e-mail <a href="mailto:[email protected]">[email protected]</a>. Please do not report security issues using GitHub. Be sure to encrypt your e-mail with our <a href="https://info2.magento.com/rs/magentoenterprise/images/security_at_magento.asc">encryption key</a> if it includes sensitive information. Learn more about reporting security issues <a href="https://magento.com/security/reporting-magento-security-issue">here</a>. | ||
To report security vulnerabilities in Magento software or web sites, please create a Bugcrowd researcher account <a href="https://bugcrowd.com/magento">there</a> to submit and follow-up your issue. Learn more about reporting security issues <a href="https://magento.com/security/reporting-magento-security-issue">here</a>. | ||
|
||
Stay up-to-date on the latest security news and patches for Magento by signing up for <a href="https://magento.com/security/sign-up">Security Alert Notifications</a>. | ||
|
||
|
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Admin Notification Functional Tests | ||
|
||
The Functional Test Module for **Magento Admin Notification** module. |
20 changes: 20 additions & 0 deletions
20
app/code/Magento/AdminNotification/Test/Mftf/composer.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name": "magento/functional-test-module-admin-notification", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.1.3||~7.2.0", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-backend": "100.0.0-dev", | ||
"magento/functional-test-module-media-storage": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev", | ||
"magento/functional-test-module-ui": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/README.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Advanced Pricing Import Export Functional Tests | ||
|
||
The Functional Test Module for **Magento Advanced Pricing Import Export** module. |
23 changes: 23 additions & 0 deletions
23
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/composer.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "magento/functional-test-module-advanced-pricing-import-export", | ||
"description": "N/A", | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"require": { | ||
"php": "~7.1.3||~7.2.0", | ||
"magento/magento2-functional-testing-framework": "2.2.0", | ||
"magento/functional-test-module-catalog": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-catalog-inventory": "100.0.0-dev", | ||
"magento/functional-test-module-customer": "100.0.0-dev", | ||
"magento/functional-test-module-eav": "100.0.0-dev", | ||
"magento/functional-test-module-import-export": "100.0.0-dev", | ||
"magento/functional-test-module-store": "100.0.0-dev" | ||
}, | ||
"type": "magento2-test", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
] | ||
} |
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Advanced Search Functional Tests | ||
|
||
The Functional Test Module for **Magento Advanced Search** module. |
Oops, something went wrong.