Commit graph

32658 commits

Author SHA1 Message Date
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
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
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
Wojdylak
cb8fe42b27
Update upgrade file 2024-10-04 11:18:32 +02:00
Wojdylak
c5ee8053e5
[LocaleBundle] Unification of service names 2024-10-04 11:18:22 +02:00
Wojdylak
29d4140d6c
[InventoryBundle] Unification of service names 2024-10-04 10:52:39 +02:00
Wojdylak
baf7b1c9bb
Mirror improvements 2024-10-04 08:48:53 +02:00
Wojdylak
0482da4694
Update upgrade file 2024-10-04 08:07:25 +02:00
Wojdylak
052cf030c0
[CurrencyBundle] Unification of service names 2024-10-04 08:04:53 +02:00
Grzegorz Sadowski
eae363f3dd
refactor #17098 [ChannelBundle] Unification of service names (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 | https://github.com/Sylius/Sylius/pull/17093
| License         | MIT


Commits
-------

a04dc6cb93 [ChannelBundle] Unification of service names
9de1a2d134 Update upgrade file
38be138827 [ChannelBundle] Revert changing sylius.channel_collector in Extension
7d7a53e370 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
56f6ffbbb4 Merge branch '1.14' into SYL-3984-channel-bundle-1.14
2024-10-04 07:46:33 +02:00
Grzegorz Sadowski
56f6ffbbb4
Merge branch '1.14' into SYL-3984-channel-bundle-1.14 2024-10-04 07:46:00 +02:00
Grzegorz Sadowski
65f425e467
refactor #17095 [AddressingBundle] Unification of service names (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 | #17093
| License         | MIT

Commits
-------

faab9fb328 [AddressingBundle] Unification of service names
dee128e608 Update upgrade file
846a7c4319 Mirror improvement
82f7e0e7b5 Remove alias of sylius.validator.valid_province_address
2226b079e9 Merge branch '1.14' into SYL-3980-addressing-bundle-1.14
2024-10-04 07:44:36 +02:00
Grzegorz Sadowski
7d7a53e370
Merge branch '1.14' into SYL-3984-channel-bundle-1.14 2024-10-04 07:13:45 +02:00
Grzegorz Sadowski
2226b079e9
Merge branch '1.14' into SYL-3980-addressing-bundle-1.14 2024-10-04 07:12:28 +02:00
Grzegorz Sadowski
98d7f07c67
refactor #17096 [AttributeBundle] 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
-------

e7d60da322 [AttributeBundle] Unification of services names
f4a3d7f3e4 Update upgrade file
387fb3d403 Mirror improvement
2024-10-04 07:02:07 +02:00
Grzegorz Sadowski
2627863940
[CS][DX] Refactor (#17092)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-04 06:50:05 +02:00