Commit graph

32473 commits

Author SHA1 Message Date
Grzegorz Sadowski
5969f0aa1d
[API] Apply statistics constraints sequentially to fix 500 error when using an undefined parameter 2024-10-28 12:33:59 +01:00
Grzegorz Sadowski
d37c6a8947
Fix OrderAdjustmentsRecalculationTest 2024-10-28 11:15:13 +01:00
Grzegorz Sadowski
915a3a7c8d
minor #17321 [API][PHPSpec] Remove unused arguments from ImageNormalizerSpec (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes https://github.com/Sylius/Sylius/pull/16601 and builds on 2.0 😅 
| 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
-->


Commits
-------

a699891368 [API][PHPSpec] Remove unused arguments from ImageNormalizerSpec
2024-10-23 16:23:53 +02:00
Grzegorz Sadowski
a699891368
[API][PHPSpec] Remove unused arguments from ImageNormalizerSpec 2024-10-23 16:18:38 +02:00
Grzegorz Sadowski
89b38a74df
bug #16601 [ApiBundle][Image] Prevent resolving non-serialized image paths (Wojdylak)
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 | fixes #16294
| License         | MIT

Commits
-------

fa45e3e69c [ApiBundle][Image] Prevent resolving non-serialized image paths
2024-10-23 15:44:32 +02:00
Wojdylak
fa45e3e69c
[ApiBundle][Image] Prevent resolving non-serialized image paths 2024-10-23 12:28:14 +02:00
Grzegorz Sadowski
f14e0bcb76
minor #17299 [Docs] Refresh Release Cycle (CoderMaggie)
This PR was merged into the 1.13 branch.

Discussion
----------

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

The _around 2.0_ release cycle updates 🫡 


Commits
-------

6f4859528a [Docs] Refresh Release Cycle
2024-10-22 14:53:14 +02:00
Kamil Grygierzec
5d3eacc856
minor #17298 [CoreBundle] Add missing license file (GSadee)
This PR was merged into the 1.13 branch.

Discussion
----------

| 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 | 
| 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
-->


Commits
-------
  [CoreBundle] Add missing license file
2024-10-22 14:52:24 +02:00
Magdalena Sadowska
6f4859528a [Docs] Refresh Release Cycle 2024-10-22 14:48:35 +02:00
Grzegorz Sadowski
a4fcacaed9
[CoreBundle] Add missing license file 2024-10-22 14:07:50 +02:00
Grzegorz Sadowski
226348bfe9
bug #17262 Replace deprecated DOMNodeInserted event with MutationObserver (kulczy)
This PR was merged into the 1.13 branch.

Discussion
----------

This PR replaces the use of the deprecated (started from Chrome 130) `DOMNodeInserted` event with the modern `MutationObserver` API


Commits
-------

daf2c910d4 Replace deprecated DOMNodeInserted event with MutationObserver
012f2e56e3 Revert "[Behat] Temporarily add todo tag to problematic scenarios"
2024-10-17 14:15:59 +02:00
kulczy
012f2e56e3 Revert "[Behat] Temporarily add todo tag to problematic scenarios"
This reverts commit 7fd5f1d691.
2024-10-17 13:22:14 +02:00
kulczy
daf2c910d4 Replace deprecated DOMNodeInserted event with MutationObserver 2024-10-17 13:15:33 +02:00
Karol
06a3c26d12
minor #17258 Fix 1.13 build by temporarily disabling problematic promotion scenarios (GSadee)
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<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | https://github.com/Sylius/Sylius/actions/runs/11361757009/job/31602293466#step:12:37
| 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
-->


Commits
-------
  [Behat] Make scenario for adding a promotion with too long label non javascript
  [Behat] Make scenario for adding a promotion in different language non javascript
  [Behat] Temporarily add todo tag to problematic scenarios
2024-10-17 07:43:16 +02:00
Grzegorz Sadowski
7fd5f1d691
[Behat] Temporarily add todo tag to problematic scenarios 2024-10-17 06:58:54 +02:00
Grzegorz Sadowski
970820243e
[Behat] Make scenario for adding a promotion in different language non javascript 2024-10-17 06:55:24 +02:00
Grzegorz Sadowski
b19cd53a86
[Behat] Make scenario for adding a promotion with too long label non javascript 2024-10-17 06:55:23 +02:00
Grzegorz Sadowski
7f7f7b06c1
Change application's version to v1.13.8-dev 2024-10-15 11:21:30 +02:00
Grzegorz Sadowski
a01449ff84
Generate changelog for v1.13.7 2024-10-15 11:20:59 +02:00
Grzegorz Sadowski
04df333813
Change application's version to v1.13.7 2024-10-15 11:18:30 +02:00
Grzegorz Sadowski
9cea0063e2
bug #17219 [Behat] Normalize whitespace characters in string (Wojdylak)
This PR was merged into the 1.13 branch.

Discussion
----------

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


Commits
-------

61adbd84b1 [Behat] Normalize whitespace characters in string
2024-10-14 13:57:26 +02:00
Wojdylak
61adbd84b1
[Behat] Normalize whitespace characters in string 2024-10-14 13:25:47 +02:00
Grzegorz Sadowski
a0b99068e9
bug #17162 Fix session unavailable in locale context (NoResponseMate)
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 | fixes #15011
| License         | MIT

Since 1.13 still supports `resource-bundle:^1.9`, the exception catching is a bit messy but will be straightened out in 1.14 cause the minimum version there is 1.11, where a concrete exception has been added for cases like this.

Commits
-------

81fe081d54 Fix session unavailable in locale context
2024-10-10 06:50:50 +02:00
Grzegorz Sadowski
cd05f54266
minor #17169 Update README.md (kulczy)
This PR was merged into the 1.13 branch.

Discussion
----------



Commits
-------

aa49c12a59 Update README.md
2024-10-09 15:13:22 +02:00
kulczy
aa49c12a59
Update README.md 2024-10-09 15:10:00 +02:00
Jan Goralski
81fe081d54
Fix session unavailable in locale context 2024-10-09 15:01:23 +02:00
Grzegorz Sadowski
e6722bb869
minor #17163 Add the packages that have become optional in version 1.12 of the ResourceBundle. (Wojdylak)
This PR was merged into the 1.13 branch.

Discussion
----------

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

Commits
-------

7289c2901c Add the packages that have become optional in version 1.12 of the ResourceBundle.
2024-10-09 13:37:25 +02:00
Wojdylak
7289c2901c
Add the packages that have become optional in version 1.12 of the ResourceBundle. 2024-10-09 12:41:08 +02:00
Michał Pysiak
99d3fdec6f
[Composer] Remove conflict to doctrine/orm (#17139)
| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | 
| 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-09 06:41:04 +02:00
Michał Pysiak
88179240c4
[CI] Remove currently unneeded custom build (#17148)
| 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 | 
| License         | MIT

After releasing stable versions of Grid and Resource bundles, the
`custom` build is currently unneeded. We will probably introduce in the
future the build for Sylius dev dependencies.

<!--
 - 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-09 06:40:26 +02:00
Grzegorz Sadowski
4527f1c52a
[CI] Remove currently unneeded custom build 2024-10-08 14:08:00 +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
97a257e4f6
[API] Add default sorting order for customers admin GET endpoint 2024-10-08 10:34:53 +02:00
Michał Pysiak
593bd945c8
Change fixtures - add createdAt different time for customers 2024-10-08 10:33:15 +02:00
Grzegorz Sadowski
1e216bf099
[Review] Change ReviewChangeListener doctrine event from postRemove to preRemove 2024-10-08 10:33:15 +02:00
Grzegorz Sadowski
87de9289f0
[Composer] Remove conflict to doctrine/orm 2024-10-08 10:33:15 +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
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
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
Jaroslav Týc
9b0c5cf49b
Fix comparison of order items
Fix comparison of order items when one of them is Doctrine proxy object
2024-10-01 11:37:56 +02:00
Grzegorz Sadowski
95623773e0
minor #17044 [Docs] Add 2.0-dev installation instructions (CoderMaggie)
This PR was merged into the 1.13 branch.

Discussion
----------

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



Commits
-------

8af0c3025b [Docs] Add 2.0-dev installation instructions
2024-09-27 11:24:47 +02:00
Magdalena Sadowska
8af0c3025b [Docs] Add 2.0-dev installation instructions 2024-09-27 11:14:19 +02:00
Rafał Jaskulski
48e5cef0cb
[API] Add missing endpoint for ShopUser in shop context (#17017)
| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | 
| 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-09-25 11:19:50 +02:00
Grzegorz Sadowski
f0dc4cb967
[API] Add missing endpoint for ShopUser in shop context 2024-09-25 10:20:32 +02:00