Commit graph

37056 commits

Author SHA1 Message Date
Grzegorz Sadowski
15b41da057
[Composer] Bump lexik/jwt-authentication-bundle dependency 2024-10-22 06:52:13 +02:00
Grzegorz Sadowski
f142252aac
Merge branch '1.14' into 2.0
* 1.14:
  [CS][DX] Refactor
2024-10-22 06:51:19 +02:00
Michał Pysiak
ad881deb31
Clean and bump all dependencies (#17277)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| 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-22 06:40:26 +02:00
Grzegorz Sadowski
951bdb07ba
[Composer] Move abandoned php-http/message-factory dependency to dev requirements 2024-10-21 20:32:26 +02:00
Grzegorz Sadowski
9be8df8fb0
[Composer] Revert bumping lexik/jwt-authentication-bundle dependency due to problem with missing JWTUserToken 2024-10-21 20:12:01 +02:00
Grzegorz Sadowski
68da6a2ca5
[Composer] Revert bumping doctrine/collections dependency due to issue with TranslatableTrait 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
e68c34a245
[Core] Fix unit test of ChannelBasedProductTranslationProvider 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
7480d61772
Remove unneeded CONFLICTS.md file from UiBundle 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
1f26a67874
[Composer] Move nyholm/psr7 to dev dependencies 2024-10-21 14:29:52 +02:00
Grzegorz Sadowski
59df63caa5
[Composer] Update main composer 2024-10-21 14:29:50 +02:00
Grzegorz Sadowski
abf8c3d48a
[Composer] Remove twig/intl-extra dependency from Shop bundle 2024-10-21 14:29:02 +02:00
Grzegorz Sadowski
dc4137364b
[Composer] Remove sylius-labs/polyfill-symfony-event-dispatcher dependency from Ui bundle 2024-10-21 14:29:02 +02:00
Grzegorz Sadowski
2efffe70d1
[Composer] Remove sonata-project/block-bundle dependency 2024-10-21 14:29:02 +02:00
Grzegorz Sadowski
8e7a01a576
[Composer] Update dependencies in bundles 2024-10-21 14:29:01 +02:00
Grzegorz Sadowski
56252ab711
[Composer] Update dependencies in components 2024-10-21 14:26:36 +02:00
Kamil Grygierzec
be2047409b
Symfony ux icons (#17177) 2024-10-21 14:14:51 +02:00
Grzegorz Sadowski
57bc145faa
[ApiBundle] Unification of services names (#17271)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #17250
| License         | MIT
2024-10-21 14:02:21 +02:00
Grzegorz Sadowski
8ec7a8fe02
Packages cleanups (#17204) 2024-10-21 13:50:49 +02:00
Wojdylak
2d19f63d70
[ApiBundle] Unification of services names 2024-10-21 12:28:52 +02:00
Wojdylak
88129c5395
Change IDs 2024-10-21 12:14:36 +02:00
Wojdylak
7e6fe7b0e7
Update upgrade file 2024-10-21 12:14:34 +02:00
Wojdylak
a1c86b8688
[ApiBundle] Unification of services names 2024-10-21 12:13:30 +02:00
Grzegorz Sadowski
6fd4137585
[CS][DX] Refactor (#17273)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-10-21 12:12:01 +02:00
Grzegorz Sadowski
47cba0f384
[PayumBundle] Unification os services name (#17270)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | #17242
| License         | MIT
2024-10-21 11:44:11 +02:00
Grzegorz Sadowski
697d93e73d
Merge branch '1.14' into 2.0
* 1.14:
  Update upgrade file
  [ApiBundle] Unification of services names - fix
2024-10-21 11:38:55 +02:00
Grzegorz Sadowski
f6647a36c6
refactor #17275 [ApiBundle] Unification of services names - fix (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 | #17250
| License         | MIT


Commits
-------

06312148c7 [ApiBundle] Unification of services names - fix
566dff0f1d Update upgrade file
2024-10-21 11:34:18 +02:00
Wojdylak
566dff0f1d
Update upgrade file 2024-10-20 21:24:04 +02:00
Wojdylak
06312148c7
[ApiBundle] Unification of services names - fix 2024-10-20 21:23:53 +02:00
Rafał Jaskulski
c0c5e7cc69
[UPMERGE] 1.14 -> 2.0 (#17272)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-20 17:34:50 +02:00
Wojdylak
e3e305907b
[Behat] Change panther to chromedriver 2024-10-20 14:25:23 +02:00
Wojdylak
3e4d40fff2
Resolve conflicts between 1.14 and 2.0 2024-10-20 11:01:28 +02:00
Sylius Bot
75151be04b [CS][DX] Refactor 2024-10-19 02:27:59 +00:00
Grzegorz Sadowski
01c0f9d137
refactor #17269 [CoreBundle] Unification of services 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
-------

59ea69d8c2 [CoreBundle] Unification of services names
28175f5cf2 Update upgrade file
2024-10-18 16:41:36 +02:00
Jan Góralski
4af003712a
minor #17261 [UI] Improve readability of Payment and Shipment states on Order Show (kulczy)
This PR was merged into the 2.0 branch.

Discussion
----------

<img width="868" alt="image" src="https://github.com/user-attachments/assets/62ba622c-d07a-42dd-891a-b7f154513909">

<img width="862" alt="image" src="https://github.com/user-attachments/assets/2055b307-e68a-486e-b0d7-aae80c7e37d2">


Commits
-------
  Improve readability of Payment and Shipment states on Order Show
2024-10-18 13:31:44 +02:00
Jan Góralski
775469ecb9
minor #17249 [UI] Improve order summary box view (kulczy)
This PR was merged into the 2.0 branch.

Discussion
----------

<img width="1605" alt="Zrzut ekranu 2024-10-16 o 11 40 29" src="https://github.com/user-attachments/assets/f37b11ba-c91e-43b6-9774-47d0ff77049e">


Commits
-------
  Improve order summary box view
  Fix tests
2024-10-18 13:30:08 +02:00
Wojdylak
24e24627b5
Update upgrade file 2024-10-18 12:00:21 +02:00
Wojdylak
b39b1e890b
[PayumBundle] Unification os services name 2024-10-18 12:00:11 +02:00
Grzegorz Sadowski
d6d8f9fe3d
[Maintenance] Remove deprecated configuration nodes (#17192)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | yes
| Deprecations?   | no
| Related tickets | -
| License         | MIT
2024-10-18 11:47:35 +02:00
Grzegorz Sadowski
765eb72d06
Merge branch '1.14' into 2.0
* 1.14:
  [CS][DX] Refactor
  [Core][Order] Deprecate autoconfigure_with_attributes configuration parameters
2024-10-18 10:45:05 +02:00
kulczy
45d149dd84 Fix tests 2024-10-18 10:41:47 +02:00
Wojdylak
28175f5cf2
Update upgrade file 2024-10-18 10:35:39 +02:00
Grzegorz Sadowski
a978abb20d
[UPMERGE] 1.14 -> 2.0 (#17266)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-10-18 10:30:22 +02:00
Wojdylak
59ea69d8c2
[CoreBundle] Unification of services names 2024-10-18 10:28:47 +02:00
kulczy
8bf1b6023d Packages version rollback 2024-10-18 10:27:50 +02:00
kulczy
b6b30e62fb Add upgrade instructions 2024-10-18 10:26:11 +02:00
kulczy
8a06072933 Update packages 2024-10-18 10:26:11 +02:00
kulczy
e7705a44e0 Packages cleanups 2024-10-18 10:26:11 +02:00
Jan Goralski
f1a69e5306
[Maintenance] Remove deprecated configuration nodes 2024-10-18 10:14:15 +02:00
Jan Góralski
a608ef0fcc
minor #17263 [API] Rename route parameters (GSadee)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | continuation of #17241
| 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
-------
  [API] Rename route parameters
  [API] Remove UPGRADE-API-1.14 file
2024-10-18 10:05:46 +02:00
Jan Góralski
bf516af1ec
minor #17245 [Core][Order] Remove autoconfigure_with_attributes configuration parameters (GSadee)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | related to #17244 
| 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
-------
  [Core][Order] Remove autoconfigure_with_attributes configuration parameters
  Merge branch '2.0' into SYL-3092-remove-autoconfigure-with-attributes-parameter
  Merge branch '2.0' into SYL-3092-remove-autoconfigure-with-attributes-parameter
2024-10-18 09:57:50 +02:00