Skip to content
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

[shopsys] update symfony to version 4.4 #1704

Merged
merged 69 commits into from
Mar 18, 2020
Merged

[shopsys] update symfony to version 4.4 #1704

merged 69 commits into from
Mar 18, 2020

Conversation

pesektomas
Copy link
Contributor

@pesektomas pesektomas commented Feb 26, 2020

Q A
Description, reason for the PR This PR updates dependencies for last LTS version of symfony (version ^4.4.0)
New feature No
BC breaks Yes
Fixes issues closes #1388, closes #907
Have you read and signed our License Agreement for contributions? Yes

Copy link
Member

@grossmannmartin grossmannmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice work here, I can imagine it was not an easy task.

Can you please check my comments?

yaml-standards.yaml Outdated Show resolved Hide resolved
yaml-standards.yaml Outdated Show resolved Hide resolved
composer.json Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
composer.json Show resolved Hide resolved
project-base/config/services.yaml Outdated Show resolved Hide resolved
project-base/config/services_test.yml Outdated Show resolved Hide resolved
Copy link
Member

@grossmannmartin grossmannmartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:) thanks for the fixes. Just a few more thoughts. I believe you can update files in project-base.

composer.json Show resolved Hide resolved
packages/framework/src/Component/Money/Money.php Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
@pesektomas pesektomas force-pushed the tp-symfony4 branch 4 times, most recently from 121a352 to 239c869 Compare March 10, 2020 06:41
@pesektomas pesektomas force-pushed the tp-symfony4 branch 2 times, most recently from c04d60f to 8a7862c Compare March 10, 2020 12:48
@pesektomas pesektomas force-pushed the tp-symfony4 branch 3 times, most recently from f3c7f69 to 2332990 Compare March 11, 2020 09:03
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
upgrade/UPGRADE-v9.0.0-dev.md Outdated Show resolved Hide resolved
@grossmannmartin grossmannmartin dismissed their stale review March 17, 2020 07:44

final review was done by someone else

pesektomas and others added 14 commits March 17, 2020 11:10
Entity extensibility is expected to be only two levels - framework entity and then project-base entity. Multi level extensibility may cause problems and is not supported
- MacOS and Windows Docker installations with docker-sync do not have git repository synced inside the container so this would lead to error
…pages-generate

- without running error-pages-generate might smoke tests fail on multiple errors with no existent 404 and 500 error pages
- without running npm-install-dependencies could tests-unit fail on non existing dependencies
fixed codeception build which does not generate the action file correctly (method void return some value)
@sonarcloud
Copy link

sonarcloud bot commented Mar 18, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

No Coverage information No Coverage information
2.7% 2.7% Duplication

@pesektomas pesektomas merged commit d3515cb into master Mar 18, 2020
vitek-rostislav added a commit that referenced this pull request Apr 13, 2020
- according to the usage of the method, the second parameter should be an array
- the bug was introduced in #1704
(3761f8e)
grossmannmartin pushed a commit that referenced this pull request Apr 14, 2020
- according to the usage of the method, the second parameter should be an array
- the bug was introduced in #1704
(3761f8e)
@pesektomas pesektomas deleted the tp-symfony4 branch April 24, 2020 06:39
grossmannmartin pushed a commit that referenced this pull request May 13, 2020
- according to the usage of the method, the second parameter should be an array
- the bug was introduced in #1704
(3761f8e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Services needed in integration tests should not be manually registered as public
4 participants