Commit graph

32671 commits

Author SHA1 Message Date
Wojdylak
10f14f6535
Add more examples 2024-10-08 16:41:38 +02:00
Wojdylak
e4f99b323f
Mirror improvement 2024-10-08 16:31:16 +02:00
Wojdylak
b40fc8a9d1
Add services naming convention ADR 2024-10-08 16:31:15 +02:00
Grzegorz Sadowski
f2b93a0ccf
refactor #17133 [PromotionBundle] Unification of service names (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT

Commits
-------

5d0014799f [PromotionBundle] Unification of service names
42533ade2f Update upgrade file
10829c1aa3 Mirror improvements
695310999d Mirror improvements
b28105c850 Fix GenerateCouponsCommandTest
d396c04c37 Revert extended type for tags
c8fef88e0d Move aliases to CoreBundle
2024-10-08 14:58:26 +02:00
Grzegorz Sadowski
f18f862298
bug #17140 [Maintenance] Resolve gedmo/doctrine-extension conflict (mpysiak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14 
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 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
-->

Bump `gedmo/doctrine-extensions` to 3.17.1 with fixed bug and remove conflict


Commits
-------

8dab39254a Resolve gedmo/doctrine-extension conflict
2024-10-08 13:43:58 +02:00
Grzegorz Sadowski
f33bd01c67
Merge branch '1.13' into 1.14
* 1.13:
  [Docs] Fix readthedocs configuration files
2024-10-08 13:26:21 +02:00
Grzegorz Sadowski
d668cce4d1
bug #17144 [Docs] Fix readthedocs configuration file (CoderMaggie)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| License         | MIT

Fix the failing readthedocs build according to this [blog post](https://about.readthedocs.com/blog/2024/07/addons-by-default/).


Commits
-------

c43beed158 [Docs] Fix readthedocs configuration files
2024-10-08 13:26:03 +02:00
Magdalena Sadowska
c43beed158 [Docs] Fix readthedocs configuration files 2024-10-08 13:19:22 +02:00
Wojdylak
c8fef88e0d
Move aliases to CoreBundle 2024-10-08 13:00:03 +02:00
Wojdylak
d396c04c37
Revert extended type for tags 2024-10-08 09:48:26 +02:00
Wojdylak
b28105c850
Fix GenerateCouponsCommandTest 2024-10-08 09:18:58 +02:00
Wojdylak
695310999d
Mirror improvements 2024-10-08 09:04:31 +02:00
Wojdylak
10829c1aa3
Mirror improvements 2024-10-08 09:04:29 +02:00
Wojdylak
42533ade2f
Update upgrade file 2024-10-08 09:03:30 +02:00
Wojdylak
5d0014799f
[PromotionBundle] Unification of service names 2024-10-08 09:00:44 +02:00
Grzegorz Sadowski
51a8ef7235
[ProductBundle] Unification of service names (#17112)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT
2024-10-08 08:29:16 +02:00
Michał Pysiak
8dab39254a
Resolve gedmo/doctrine-extension conflict 2024-10-08 08:06:05 +02:00
Grzegorz Sadowski
287472de58
Merge branch '1.13' into 1.14
* 1.13:
  Remove winzouStateMachineBundle from packages' test applications to support ResourceBundle 1.12
2024-10-08 07:34:25 +02:00
Michał Pysiak
d8eda17e0b
Remove winzouStateMachineBundle from packages' test applications to support ResourceBundle 1.12 (#17138)
| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets |
https://github.com/Sylius/SyliusResourceBundle/pull/873
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 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
-->
2024-10-08 07:30:30 +02:00
Grzegorz Sadowski
87e6f4af4f
Remove winzouStateMachineBundle from packages' test applications to support ResourceBundle 1.12 2024-10-08 06:47:51 +02:00
Wojdylak
2ccc155e23
Change alias for sylius.resolver.product_variant.composite 2024-10-07 14:09:29 +02:00
Wojdylak
9a76114085
[ProductBundle] Unification of service names 2024-10-07 14:05:50 +02:00
Wojdylak
8e57b71595
Mirror improvements 2024-10-07 14:05:16 +02:00
Wojdylak
9dc8feaf01
Update upgrade file 2024-10-07 14:03:28 +02:00
Wojdylak
6d6ce571d7
[ProductBundle] Unification of service names 2024-10-07 14:01:13 +02:00
Grzegorz Sadowski
5df7fa10a4
refactor #17125 [LocaleBundle] Unification of service names - fix (Wojdylak, GSadee)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17104
| License         | MIT


Commits
-------

5cdfadb0f2 [LocaleBundle] Unification of service names - fix
908265f4d7 Merge branch '1.14' into SYL-3989-locale-bundle-1.14-fix
2024-10-07 13:57:22 +02:00
Grzegorz Sadowski
908265f4d7
Merge branch '1.14' into SYL-3989-locale-bundle-1.14-fix 2024-10-07 13:56:49 +02:00
Grzegorz Sadowski
15855628ee
refactor #17111 [OrderBundle] Unification of service names (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT

Commits
-------

acd58d0be1 [OrderBundle] Unification of service names
5e7c2862ad Update upgrade file
64e592d5d2 Mirror improvements
64b79feb74 Update upgrade file
2024-10-07 13:44:33 +02:00
Wojdylak
64b79feb74
Update upgrade file 2024-10-07 12:31:02 +02:00
Wojdylak
5cdfadb0f2
[LocaleBundle] Unification of service names - fix 2024-10-07 11:24:59 +02:00
Wojdylak
64e592d5d2
Mirror improvements 2024-10-07 10:19:12 +02:00
Wojdylak
5e7c2862ad
Update upgrade file 2024-10-07 10:19:12 +02:00
Wojdylak
acd58d0be1
[OrderBundle] Unification of service names 2024-10-07 10:19:12 +02:00
Grzegorz Sadowski
8dfedae34c
Merge branch '1.13' into 1.14
* 1.13:
  Fix note
  Fix rebase
  Add CONFLICTS.md note
  Add gedmo/doctrine-extensions conflict
2024-10-07 08:21:13 +02:00
Grzegorz Sadowski
467b829668
bug #17120 Add gedmo/doctrine-extensions conflict (mpysiak)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | n/a
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 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
-->

gedmo/doctrine-extensions causes errors on Symfony 6.4


Commits
-------

57a3f9ba2e Add gedmo/doctrine-extensions conflict
5f3f7ad4fb Add CONFLICTS.md note
913e35e76d Fix rebase
8288159df8 Fix note
2024-10-07 08:20:55 +02:00
Michał Pysiak
8288159df8
Fix note 2024-10-07 07:07:11 +02:00
Michał Pysiak
913e35e76d
Fix rebase 2024-10-07 07:02:44 +02:00
Michał Pysiak
5f3f7ad4fb
Add CONFLICTS.md note 2024-10-07 06:59:04 +02:00
Michał Pysiak
57a3f9ba2e
Add gedmo/doctrine-extensions conflict 2024-10-07 06:58:37 +02:00
Jan Góralski
d0536649e7
[LocaleBundle] Unification of service names (#17104)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT
2024-10-04 16:16:10 +02:00
Jan Góralski
2afefe7e46
Merge branch '1.14' into SYL-3989-locale-bundle-1.14 2024-10-04 16:15:45 +02:00
Jan Góralski
42490cca0a
[MoneyBundle] Unification of service names (#17105)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT
2024-10-04 15:56:19 +02:00
Jan Góralski
6e9af99458
Merge branch '1.14' into SYL-3990-money-bundle-1.14 2024-10-04 15:56:00 +02:00
Jan Góralski
1240936a04
[InventoryBundle] Unification of service names (#17103)
| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | #17093
| License         | MIT
2024-10-04 15:54:29 +02:00
Jan Góralski
d695e46dc0
Merge branch '1.14' into SYL-3988-inventory-bundle-1.14 2024-10-04 15:52:26 +02:00
Jan Góralski
d1cb4c147b
minor #17099 [CurrencyBundle] Unification of service names (Wojdylak)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes
| Related tickets | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT

Commits
-------
  [CurrencyBundle] Unification of service names
  Update upgrade file
  Mirror improvements
2024-10-04 15:39:45 +02:00
Wojdylak
b72c6f0cf3
Update upgrade file 2024-10-04 12:04:32 +02:00
Wojdylak
e9e0350f67
[MoneyBundle] Unification of service names 2024-10-04 12:04:23 +02:00
Grzegorz Sadowski
5240e5fadc
Merge branch '1.13' into 1.14
* 1.13:
  Fix comparison of order items
2024-10-04 11:29:38 +02:00
Grzegorz Sadowski
93126b46ea
bug #17070 Fix comparison of order items (jaroslavtyc)
This PR was merged into the 1.13 branch.

Discussion
----------

Fix comparison of order items when one of them is Doctrine proxy object

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

Having to OrderItem objects, with exact same content, but one of them Doctrine proxy, then comparison of `$orderItem instanceof static` in proxy object fails, because compared object is not a Doctrine proxy. That is probably not intentional and can break app in imports and other "I have created an order item copy and I am looking for original" situations.

Commits
-------

9b0c5cf49b Fix comparison of order items
2024-10-04 11:29:18 +02:00