Commit graph

32439 commits

Author SHA1 Message Date
Grzegorz Sadowski
494302172f
minor #16439 Correct wrong command in the platform's cron example docs (TheMilek)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12 <!-- see the comment below -->
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Related tickets | fixes[#X](https://github.com/Sylius/Sylius/issues/16390)
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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
-------

e091878b18 Correct wrong command in the platform's cron example docs
2024-06-19 13:11:22 +02:00
Kamil Grygierzec
e091878b18
Correct wrong command in the platform's cron example docs 2024-06-19 12:56:55 +02:00
Magdalena Sadowska
b7abd9ccc4 Sylius Plus modular installation and upgrading 2024-06-19 10:37:33 +02:00
Grzegorz Sadowski
dd448c9748
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:56:44 +02:00
Grzegorz Sadowski
9756eef6ab
Merge branch '1.12' into 1.13
* 1.12:
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:56:35 +02:00
Rafikooo
505960b894
[CI] Update upmerge strategy 2024-06-19 08:56:05 +02:00
Kamil Grygierzec
d7f98658ae
minor #16432 [CI] Change the version of Chrome from hardcoded one to stable (GSadee)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | after #16431 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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
-------
  [CI] Change the version of Chrome from hardcoded one to stable
2024-06-19 08:45:56 +02:00
Grzegorz Sadowski
d64b572340
[CI] Change the version of Chrome from hardcoded one to stable 2024-06-19 08:02:40 +02:00
Grzegorz Sadowski
83f4b0bf72
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Change the version of Chrome
2024-06-19 07:58:08 +02:00
Grzegorz Sadowski
799bafa315
Merge branch '1.12' into 1.13
* 1.12:
  [CI] Change the version of Chrome
2024-06-19 07:57:56 +02:00
Grzegorz Sadowski
777367e061
bug #16431 [CI] Change the version of Chrome (GSadee)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12
| 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.12 or 1.13 branches
 - 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
-------

748b3c5926 [CI] Change the version of Chrome
2024-06-19 07:54:19 +02:00
Grzegorz Sadowski
748b3c5926
[CI] Change the version of Chrome 2024-06-19 07:07:56 +02:00
Grzegorz Sadowski
d5da5f4e91
Merge branch '1.13' into 1.14
* 1.13:
  [User] Reflect new default token length in the ConfigurationTest class
2024-06-18 10:42:30 +02:00
Karol
46da193fde
minor #16419 [User] Reflect New Default Token Length in the Packages Tests (Rafikooo)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13 <!-- see the comment below -->
| 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/Sylius/pull/16393 https://github.com/Sylius/Sylius/pull/16393/files#diff-2457b8aae3ac4bde24b495649d257987a0d616a1b6aa945c94f7764ab7387c40R69
| License         | MIT

The aforementioned PR has been merged into version `1.12`. In `1.13`, we added a package test to verify the token length. This PR reflects that updated default value.

Commits
-------
  [User] Reflect new default token length in the ConfigurationTest class
2024-06-18 10:14:11 +02:00
Rafikooo
89dabbcd47
[User] Reflect new default token length in the ConfigurationTest class 2024-06-18 02:35:47 +02:00
Grzegorz Sadowski
84fa99dda2
Merge branch '1.13' into 1.14
* 1.13:
  [CS][DX] Refactor
  Review fixes
  Note order token length parametrization
  [Core][Api] Use the order token length parameter when generating the token
  [Core] Add order token length to configuration
  Note user token length changes
  [User] Update default token length to 64 from 16
  [User] Change the upper limits of token length
2024-06-17 13:46:36 +02:00
Grzegorz Sadowski
dd1ea1a94a
Merge branch '1.12' into 1.13
* 1.12:
  [CS][DX] Refactor
  Review fixes
  Note order token length parametrization
  [Core][Api] Use the order token length parameter when generating the token
  [Core] Add order token length to configuration
  Note user token length changes
  [User] Update default token length to 64 from 16
  [User] Change the upper limits of token length
2024-06-17 13:46:06 +02:00
Grzegorz Sadowski
c15a028ca9
refactor #16410 [CS][DX] Refactor ()
This PR was merged into the 1.12 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).

Commits
-------

5fe36dc44e [CS][DX] Refactor
2024-06-17 13:34:49 +02:00
Sylius Bot
5fe36dc44e [CS][DX] Refactor 2024-06-15 02:17:35 +00:00
Kamil Grygierzec
5eb0c73a16
bugfix #16392 [Core] Add order token length to configuration (NoResponseMate)
This PR was merged into the 1.12 branch.

Discussion
----------

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


Commits
-------
  [Core] Add order token length to configuration
  [Core][Api] Use the order token length parameter when generating the token
  Note order token length parametrization
  Review fixes
2024-06-14 11:08:05 +02:00
Jan Goralski
078e9422a7
Review fixes 2024-06-14 10:37:22 +02:00
Jan Goralski
0615afb9d8
Note order token length parametrization 2024-06-14 10:04:37 +02:00
Jan Goralski
271653ad08
[Core][Api] Use the order token length parameter when generating the token 2024-06-14 10:03:53 +02:00
Jan Goralski
a711e468c8
[Core] Add order token length to configuration 2024-06-14 10:03:52 +02:00
Grzegorz Sadowski
2b58e016d4
bug #16393 [User] Update the default tokens' length and the upper limit (NoResponseMate)
This PR was merged into the 1.12 branch.

Discussion
----------

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

Commits
-------

14c0e5fc37 [User] Change the upper limits of token length
14ff1ac1ee [User] Update default token length to 64 from 16
448e4ebaac Note user token length changes
2024-06-14 07:58:15 +02:00
Jan Goralski
448e4ebaac
Note user token length changes 2024-06-12 16:16:27 +02:00
Jan Goralski
14ff1ac1ee
[User] Update default token length to 64 from 16 2024-06-12 16:16:25 +02:00
Jan Goralski
14c0e5fc37
[User] Change the upper limits of token length 2024-06-12 16:15:39 +02:00
Grzegorz Sadowski
cdd46c1540
Merge branch '1.13' into 1.14
* 1.13:
  Change application's version to v1.13.3-dev
  Generate changelog for v1.13.2
  Change application's version to v1.13.2
2024-06-10 06:43:10 +02:00
Grzegorz Sadowski
68e43c60d9
Change application's version to v1.13.3-dev 2024-06-07 13:11:50 +02:00
Grzegorz Sadowski
62a20a4386
Generate changelog for v1.13.2 2024-06-07 13:11:17 +02:00
Grzegorz Sadowski
8dd388ce24
Change application's version to v1.13.2 2024-06-07 13:10:54 +02:00
Grzegorz Sadowski
ff03d25c3a
Merge branch '1.13' into 1.14
* 1.13:
  Change application's version to v1.12.18-dev
  Generate changelog for v1.12.17
  Change application's version to v1.12.17
  Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor
2024-06-07 13:08:11 +02:00
Grzegorz Sadowski
8b250b007a
Merge branch '1.12' into 1.13
* 1.12:
  Change application's version to v1.12.18-dev
  Generate changelog for v1.12.17
  Change application's version to v1.12.17
2024-06-07 13:07:04 +02:00
Grzegorz Sadowski
dcc7736dcf
Change application's version to v1.12.18-dev 2024-06-07 13:00:47 +02:00
Grzegorz Sadowski
54842bfab1
Generate changelog for v1.12.17 2024-06-07 12:59:54 +02:00
Grzegorz Sadowski
3431b916e4
Change application's version to v1.12.17 2024-06-07 12:58:33 +02:00
Jan Góralski
7b6c3b8ffb
minor #16360 Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor (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 | after #16344
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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
-------
  Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor
2024-06-07 12:43:50 +02:00
Grzegorz Sadowski
f20435e6e2
Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor 2024-06-07 12:38:10 +02:00
Grzegorz Sadowski
7ff7e6858c
Merge branch '1.13' into 1.14
* 1.13:
  [API] Adjust adjustments contract tests after upmerge
2024-06-07 10:37:33 +02:00
Jan Góralski
7d6bf16f4a
minor #16358 [API] Adjust adjustments contract tests after upmerge (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 | after upmerge of #16321 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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] Adjust adjustments contract tests after upmerge
2024-06-07 10:07:41 +02:00
Grzegorz Sadowski
8718274526
[API] Adjust adjustments contract tests after upmerge 2024-06-07 07:43:58 +02:00
Grzegorz Sadowski
59f1d17dc7
Merge branch '1.13' into 1.14
* 1.13:
  [CS][DX] Refactor
  [CS][DX] Refactor
  Apply Review fixes
  fix the build
  fallback order item test
  add contract tests
  Filter order items collection for visitors and shop users
  Add voter for the adjustments subresources
  Resolve createdByGuest on order fixtures
2024-06-06 15:04:13 +02:00
Grzegorz Sadowski
a59b1b7472
Merge branch '1.12' into 1.13
* 1.12:
  [CS][DX] Refactor
  Apply Review fixes
  fix the build
  fallback order item test
  add contract tests
  Filter order items collection for visitors and shop users
  Add voter for the adjustments subresources
  Resolve createdByGuest on order fixtures
2024-06-06 15:03:59 +02:00
Grzegorz Sadowski
890eb2dc29
refactor #16353 [CS][DX] Refactor ()
This PR was merged into the 1.13 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).

Commits
-------

987bcb39f8 [CS][DX] Refactor
2024-06-06 13:45:46 +02:00
Grzegorz Sadowski
2923170b1d
refactor #16352 [CS][DX] Refactor ()
This PR was merged into the 1.12 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).

Commits
-------

6077f0bb7d [CS][DX] Refactor
2024-06-06 13:44:59 +02:00
Grzegorz Sadowski
d3aa2776ae
bug #16321 Improve Order get endpoints (TheMilek)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12 <!-- see the comment below -->
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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
-------

15d33c5252 Add voter for the adjustments subresources
fc60e58574 Filter order items collection for visitors and shop users
bb3cc9dd5b add contract tests
d37daa380f fallback order item test
dd39c91755 fix the build
5bba8f0ce4 Apply Review fixes
2024-06-06 06:49:47 +02:00
Grzegorz Sadowski
38655090a6
minor #16342 Resolve createdByGuest on order fixtures (TheMilek)
This PR was merged into the 1.12 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.12 <!-- see the comment below -->
| Bug fix?        | a bit
| New feature?    | no
| BC breaks?      | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - 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
-------

eabba95b42 Resolve createdByGuest on order fixtures
2024-06-06 06:21:09 +02:00
Sylius Bot
987bcb39f8 [CS][DX] Refactor 2024-06-06 02:18:04 +00:00
Sylius Bot
6077f0bb7d [CS][DX] Refactor 2024-06-06 02:17:22 +00:00