-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge mainline #1044
Merged
Merged
Merge mainline #1044
Conversation
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
--fix static tests
--fix static tests
--fix static tests
--fix static tests
Void methods were breaking Interceptor classes due to a return statement. PHP7.2 forbids the presence of a return statement with parameters in void methods, even if returning null.
…allows to dump only scope and theme while skipping system for easier maintainability.
--fix static tests
…nto MAGETWO-89402
Fix file-uploader.test.js
[MPI] Delivery
[Team 3] Sprint 6 Delivery Part 2
76e6c19
to
62b5335
Compare
…nto MAGETWO-89402
- [MAGETWO-89009] Split database doesn't work on 2.3-develop - [MAGETWO-89401] Make tables renaming possible - [MAGETWO-89404] Schema revert bug - [MAGETWO-89402] Make 'db:status' command works properly - [MAGETWO-90640] Invalid charset during installation - [MAGETWO-90640] Make split db test working on L2 on bamboo - [MAGETWO-90684] Upgrade fails if DB contains view - [MAGETWO-90942] Couldnt edit order from admin with enabled split db
…act information #14957 - Merge Pull Request magento/magento2#14957 from JeroenVanLeusden/magento2:patch-1 - Merged commits: 1. aa99c01
[performance] MAGETWO-89051: Absorb image optimization from 2.1 into 2.3
…act information #14957
…nerate job #14908
…r two times #14897
…mping all system settings. #14807
Accepted Public Pull Requests: - magento/magento2#14957: Move customer.account.dashboard.info.extra block to contact information (by @JeroenVanLeusden) - magento/magento2#14908: [Forwardport] Add default schedule config for sitemap_generate job (by @rostyslav-hymon) - magento/magento2#14897: Fix issue #14895 - Change Password warning message appear two times (by @phoenix128) - magento/magento2#14807: [Forwardport] Add argument on app:config:dump to skip dumping all system settings. (by @ihor-sviziev) Fixed GitHub Issues: - magento/magento2#5768: Magento 2.0.7 XML sitemap is not generated by schedule (reported by @dexterityzx) has been fixed in magento/magento2#14908 by @rostyslav-hymon in 2.3-develop branch Related commits: 1. 0b85921 2. 01f6fc2 3. a324f86 - magento/magento2#14895: Change Password warning message appear two times (reported by @cnviradiya) has been fixed in magento/magento2#14897 by @phoenix128 in 2.3-develop branch Related commits: 1. 0abb682 2. 8d8706e - magento/magento2#11396: app:config:dump locks every configuration setting no alternative to dump specific setting only (reported by @gulshan-streammarket) has been fixed in magento/magento2#14807 by @ihor-sviziev in 2.3-develop branch Related commits: 1. 2631805 2. 8bfbc77 3. d3c53f8 4. 0cbf318
62b5335
to
79e39d1
Compare
79e39d1
to
ab8a845
Compare
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge latest changes from magento/magento2 repository