-
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 'product-url-rewrites' of github.com:magento/graphql-ce …
…into product-url-rewrites
- Loading branch information
Showing
3,740 changed files
with
108,625 additions
and
47,548 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug report | ||
about: Technical issue with the Magento 2 core components | ||
|
||
--- | ||
|
||
<!--- | ||
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines | ||
--> | ||
|
||
### Preconditions | ||
<!--- | ||
Provide the exact Magento version (example: 2.2.5) and any important information on the environment where bug is reproducible. | ||
--> | ||
1. | ||
2. | ||
|
||
### Steps to reproduce | ||
<!--- | ||
Important: Provide a set of clear steps to reproduce this bug. We can not provide support without clear instructions on how to reproduce. | ||
--> | ||
1. | ||
2. | ||
|
||
### Expected result | ||
<!--- Tell us what do you expect to happen. --> | ||
1. [Screenshots, logs or description] | ||
2. | ||
|
||
### Actual result | ||
<!--- Tell us what happened instead. Include error messages and issues. --> | ||
1. [Screenshots, logs or description] | ||
2. |
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,18 @@ | ||
--- | ||
name: Developer experience issue | ||
about: Issues related to customization, extensibility, modularity | ||
|
||
--- | ||
|
||
<!--- | ||
Please review our guidelines before adding a new issue: https://github.com/magento/magento2/wiki/Issue-reporting-guidelines | ||
--> | ||
|
||
### Summary | ||
<!--- Describe the issue you are experiencing. Include general information, error messages, environments, and so on. --> | ||
|
||
### Examples | ||
<!--- Provide code examples or a patch with a test (recommended) to clearly indicate the problem. --> | ||
|
||
### Proposed solution | ||
<!--- Suggest your potential solutions for this issue. --> |
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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Please consider reporting directly to https://github.com/magento/community-features | ||
|
||
--- | ||
|
||
<!--- | ||
Important: This repository is intended only for Magento 2 Technical Issues. Enter Feature Requests at https://github.com/magento/community-features. Project stakeholders monitor and manage requests. Feature requests entered using this form may be moved to the forum. | ||
--> | ||
|
||
### Description | ||
<!--- Describe the feature you would like to add. --> | ||
|
||
### Expected behavior | ||
<!--- What is the expected behavior of this feature? How is it going to work? --> | ||
|
||
### Benefits | ||
<!--- How do you think this feature would improve Magento? --> | ||
|
||
### Additional information | ||
<!--- What other information can you provide about the desired feature? --> |
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
20 changes: 0 additions & 20 deletions
20
app/code/Magento/AdminNotification/Test/Mftf/composer.json
This file was deleted.
Oops, something went wrong.
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
56 changes: 28 additions & 28 deletions
56
app/code/Magento/AdminNotification/etc/db_schema_whitelist.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 |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"adminnotification_inbox": { | ||
"column": { | ||
"notification_id": true, | ||
"severity": true, | ||
"date_added": true, | ||
"title": true, | ||
"description": true, | ||
"url": true, | ||
"is_read": true, | ||
"is_remove": true | ||
"adminnotification_inbox": { | ||
"column": { | ||
"notification_id": true, | ||
"severity": true, | ||
"date_added": true, | ||
"title": true, | ||
"description": true, | ||
"url": true, | ||
"is_read": true, | ||
"is_remove": true | ||
}, | ||
"index": { | ||
"ADMINNOTIFICATION_INBOX_SEVERITY": true, | ||
"ADMINNOTIFICATION_INBOX_IS_READ": true, | ||
"ADMINNOTIFICATION_INBOX_IS_REMOVE": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
}, | ||
"index": { | ||
"ADMINNOTIFICATION_INBOX_SEVERITY": true, | ||
"ADMINNOTIFICATION_INBOX_IS_READ": true, | ||
"ADMINNOTIFICATION_INBOX_IS_REMOVE": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
}, | ||
"admin_system_messages": { | ||
"column": { | ||
"identity": true, | ||
"severity": true, | ||
"created_at": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
"admin_system_messages": { | ||
"column": { | ||
"identity": true, | ||
"severity": true, | ||
"created_at": true | ||
}, | ||
"constraint": { | ||
"PRIMARY": true | ||
} | ||
} | ||
} | ||
} |
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
14 changes: 8 additions & 6 deletions
14
app/code/Magento/AdminNotification/view/adminhtml/web/js/system/messages/popup.js
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 |
---|---|---|
@@ -1,24 +1,26 @@ | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
*/ | ||
|
||
define([ | ||
'jquery', | ||
'Magento_Ui/js/modal/modal' | ||
], function ($) { | ||
], function ($, modal) { | ||
'use strict'; | ||
|
||
return function (data, element) { | ||
if (this.modal) { | ||
this.modal.html($(element).html()); | ||
|
||
if (modal.modal) { | ||
modal.modal.html($(element).html()); | ||
} else { | ||
this.modal = $(element).modal({ | ||
modal.modal = $(element).modal({ | ||
modalClass: data.class, | ||
type: 'popup', | ||
buttons: [] | ||
}); | ||
} | ||
this.modal.modal('openModal'); | ||
|
||
modal.modal.modal('openModal'); | ||
}; | ||
}); |
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
23 changes: 0 additions & 23 deletions
23
app/code/Magento/AdvancedPricingImportExport/Test/Mftf/composer.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.