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

[Symfony 6] Remove setting services for test as public #14407

Merged

Conversation

Zales0123
Copy link
Member

Q A
Branch? symfony-6
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Related tickets mentioned in this comment
License MIT

@Zales0123 Zales0123 added DX Issues and PRs aimed at improving Developer eXperience. Bug Confirmed bugs or bugfixes. labels Oct 4, 2022
@Zales0123 Zales0123 requested a review from a team as a code owner October 4, 2022 10:15
@Zales0123 Zales0123 force-pushed the remove-unneeded-public-services-in-test branch from 74799ae to 8e88eb1 Compare October 4, 2022 10:43
@Zales0123 Zales0123 force-pushed the remove-unneeded-public-services-in-test branch from 48df084 to 8216e50 Compare October 5, 2022 14:17
@GSadee GSadee force-pushed the remove-unneeded-public-services-in-test branch from 8216e50 to a49d879 Compare October 6, 2022 05:24
@coldic3 coldic3 merged commit 90de5a2 into Sylius:symfony-6 Oct 6, 2022
@coldic3
Copy link
Contributor

coldic3 commented Oct 6, 2022

Thanks, Mateusz! 🎉

Zales0123 added a commit that referenced this pull request Oct 7, 2022
…, GSadee, coldic3)

This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | master          |
| Bug fix?        | no                                                       |
| New feature?    | yes                                                       |
| BC breaks?      | hope no                                                       |
| Deprecations?   | no |
| Related tickets | fixes #13274                     |
| 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
-------

4f5040f [Maintenance] Update routings' `controller` node syntax
4292d52 Skip tests that cannot be fixed now
1b5e74d Extract session management in tests
a8f8b71 Revert SyliusLabs/PolyfilSymfonySecurity fork branch
0de67b7 [Maintenance] Support both UserPasswordEncoder & UserPasswordHasher
c4e08e4 [Maintenance] PasswordUpdater supports both Symfony 5.4 & Symfony 6
e585559 [Maintenance] psalm.xml updated with deprecated class and interface
5bd0839 Use Symfony Mailer by default
8ffa91d [Test] Refactor EmailChecker to work with Symfony Mailer
04963ce [Maintenance] Transform email html content to text
3d2fafd [Maintenance] Update email assertion in Unit tests
ab61828 [Maintenance] Remove Swiftmailer-based unit tests
23eda82 [Maintenance] Updated mailer config
3f47138 [Maintenance] Move EmailChecker from Core into Behat
1efe040 [Behat] Fix SecurityService to work with new session management flow
e8c1f5f [Behat] Add session hook context
bd261c4 [Maintenance][Behat] Temporarily allow failing cli tests
254682f [Maintenance] Bring back swiftmailer-based tests in packages
4253917 [Maintenance] Fix test apps configuration for swiftmailer env
2e47204 [Behat] Add session hook context
26a7da8 Temporarily run only features/account/ Behat scenarios in Symfony 6
c814085 Fix Behat scenarios for User account
129974b Composer.json fixes
05ee163 Remove some deprecations to fix most of Behat scenarios
868c503 Do not reset token storage between tests
368a280 Make IriConverter stateless
011ad0b Return the whole application build
7fd70d0 Return temporarily removed workflows
fadbe0d Remove duplicated code in CachedRouteNameResolver
50e2967 Remove duplicated code in Symfony6PrivateServicesPass
3a5b69d [ProductAttribute] The way of processing query parameters changed
11b9fc2 [GithubActions] Redundand Run JS Behat command removed
85f180f [Forms] Legacy error messages disabled
74f599b [Promotions][Behat] Form validation message changed according to the new messaging system
1f43b43 [Behat] Unused step implementation removed
5a53028 [CatalogPromotions][API][Behat] Step with a different behavior in SF-5.4 and SF-6 changed
d7448f2 [Behat][API][Admin] Proper IRIs in the admin context
bc7abda Fix encore build for AdminBundle and CoreBundle
1bcbb48 Fix packages versions
7ee060c Remove unneeded ApiPlatform version check in static checks
da97c99 Fix deprecated controller syntax to fix the build
d321bee [Github Actions] Make timeout for non-JS build longer
e95b96f bug #14414 [Github Actions] Make timeout for non-JS build longer (Zales0123)
a49d879 [Symfony 6] Remove setting services for test as public
90de5a2 bug #14407 [Symfony 6] Remove setting services for test as public (Zales0123)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bugs or bugfixes. DX Issues and PRs aimed at improving Developer eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants