* 1.11:
[Maintenance] Execute PHPUnit only if its config exists
[Maintenance] Bring default placement of bin files severd by vendors
[Maintenance] Add packages.yml to the whitelisted paths for which it should be triggered
[Maintenance] Replace `test-package.sh` with native GH Actions
This PR was merged into the 1.10 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.10
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
fe21dd205d [Maintenance] Replace `test-package.sh` with native GH Actions
071253828d [Maintenance] Add packages.yml to the whitelisted paths for which it should be triggered
d3c9a87e2c [Maintenance] Bring default placement of bin files severd by vendors
b8fb089bf2 [Maintenance] Execute PHPUnit only if its config exists
This PR was merged into the 1.11 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.11
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
Alternative solution to #13494
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
9c4a8b977b [API] Doctrine filters moved below filters namespace
7772229adc [Maintenance] Add PHPArchitect rule to protect filters in future
This PR was merged into the 1.11-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? |yes
| BC breaks? | no
| Deprecations? | no
| License | MIT
<!--
- Bug fixes must be submitted against the 1.10 branch
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
28a02a6a62 Prepare Sylius for support Symfony 5.4
d2c39e4059 remove usage of symfony internal method
fef624340b bump symofny verion from 5.4.0-RC1 to 5.4
63395281c3 update argument in UsernamePasswordToken
2964e0ed9d make workorounds over deprecated method in symofny 5.4
This PR was merged into the 1.11-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets |
| License | MIT
by clearing cache before starting phpunit i achieved alot of less segfaults than before
Initial: atleast once per 8 phpunit actions
With cache clear: once / 60 phpunit actions
Increase php memory limits, clear cache before js applications (which also were causing segfault)
<!--
- Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
2fd948c8dc [Github] clear cache before phpunit