Commit graph

34102 commits

Author SHA1 Message Date
Wojdylak
98da6bd295
Minor improvement 2024-08-15 13:09:10 +02:00
Wojdylak
8ccb30b300
Fix ci after upmerge 2024-08-15 13:02:17 +02:00
Grzegorz Sadowski
01090f6f36
Merge branch '1.14' into 2.0
* 1.14:
  Fix builds after referrers refactor
  Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change
  [Maintenance] Less referrer usage in static redirects
2024-08-14 06:45:19 +02:00
Grzegorz Sadowski
028715d748
refactor #16703 [Maintenance] Less referrer usage in static redirects (NoResponseMate, 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?   | no
| Related tickets | 
| License         | MIT

We are changing the referrers to static routes where appropriate to make the code more streamlined and predictable.

Commits
-------

dc61d08b21 [Maintenance] Less referrer usage in static redirects
c2fe0de635 Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change
30268e3b99 Fix builds after referrers refactor
2024-08-14 06:32:56 +02:00
Grzegorz Sadowski
30268e3b99
Fix builds after referrers refactor 2024-08-13 14:40:23 +02:00
Grzegorz Sadowski
c2fe0de635
Add a note to UPGRADE file about ResendOrderConfirmationEmailAction constructor change 2024-08-13 13:05:21 +02:00
Jan Goralski
dc61d08b21
[Maintenance] Less referrer usage in static redirects 2024-08-13 12:50:47 +02:00
Grzegorz Sadowski
08677c7eb7
Merge branch '1.14' into 2.0
* 1.14:
  [API] Fix translation.name filters
  [Core] Fix #16603 SyliusCollector do not display API tag properly
  [Documentation] Update the dates on the release cycle page
2024-08-12 11:10:29 +02:00
Grzegorz Sadowski
cc099118cd
Merge branch '1.13' into 1.14
* 1.13:
  [API] Fix translation.name filters
  [Documentation] Update the dates on the release cycle page
2024-08-12 11:10:25 +02:00
Karol
78c0e1baa5
minor #16697 [API] Fix translation.name filters (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 | -
| License         | MIT


Commits
-------
  [API] Fix translation.name filters
2024-08-12 11:08:56 +02:00
Jan Goralski
ff62510826
[API] Fix translation.name filters 2024-08-09 15:25:38 +02:00
Karol
22c573d6e3
[UPMERGE] 1.13 -> 1.14 (#16687)
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/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

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-08-08 08:07:24 +02:00
Karol
f7854f5f12
[Documentation] Update the dates on the release cycle page (#16685)
| 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

I would like to better reflect the current projections for 2.0 and, at
the same time, extend support for 1.13 to overlap with 1.14 for at least
a few months.
2024-08-08 08:01:32 +02:00
Aymeric LAFONTAINE
f929c6c5c3 [Core] Fix #16603 SyliusCollector do not display API tag properly 2024-08-07 16:10:48 +02:00
Jaroslav Týc
67376d447b Fix typo in called assert method
Fix harmless but visually ugly typo in called assert method.
2024-08-07 16:06:30 +02:00
Grzegorz Sadowski
0f8af860c2
[Documentation] Update the dates on the release cycle page 2024-08-07 16:00:41 +02:00
Wojdylak
b5235db7ed [Admin] Rename parameter 2024-08-05 12:02:14 +02:00
Wojdylak
f0f5f88427 [Admin] Change command handlers and console command ids to dotted notation 2024-08-05 12:02:14 +02:00
Wojdylak
9bda116470 [Core] Change command handlers and console command ids to dotted notation 2024-08-05 12:02:14 +02:00
Wojdylak
b3994d8497 [Core] Use new services 2024-08-05 12:02:14 +02:00
Wojdylak
d52d2bd424 [Core] Rename Message to Command 2024-08-05 12:02:14 +02:00
Wojdylak
07dd022314 [Admin] Rename Message to Command 2024-08-05 12:02:14 +02:00
Wojdylak
d006087749 [Promotion] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Wojdylak
e285a723c2 [Ui] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Wojdylak
a0fbd49f0b [User] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Rafał Jaskulski
bfa5829bd0
[UPMERGE] 1.14 -> 2.0 (#16663)
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-08-02 07:54:29 +02:00
Jan Góralski
a6ec5b2103
minor #16627 [Admin] Enable and Implement Remaining Scenarios (Rafikooo)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file -->
| 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] Enable all hybrid checkout scenarios except one
  [Admin] Render currency test attribute
  [Behat] Enable hybrid catalog promotion scenarios
  [Behat] Enable editing product option scenario
  [Behat] Enable remaining managing users scenario
  [Behat] Enable deleting multiple product variants scenario
  [Behat] Enable viewing product in store from variant edit page scenarios
  [Behat] Improve view product in store action
  [Admin] Render view in store button in the variant edit page
  [Behat] Enable scenarios and improve implementation for filtered pages redirections
  [Admin] Render pagination and enabled filter test attributes
  [Behat] Use test attribute to retrieve order notes
  [Admin] Add missing order notes information
  [Admin] Configure and use anonymous view in store component
2024-08-01 16:42:37 +02:00
Karol
f9c3159fd5
[Admin][Product] Remove EU flags from non-translatable attributes (#16661)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | kinda
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT

### Before:

<img width="977" alt="Screenshot 2024-07-31 at 13 04 45"
src="https://github.com/user-attachments/assets/45b29430-29e1-44a2-8862-360674905170">

### After:

<img width="987" alt="Screenshot 2024-07-31 at 13 04 07"
src="https://github.com/user-attachments/assets/dd575c95-7672-4b9f-a897-4ce78897dcc2">
2024-08-01 16:37:27 +02:00
Rafikooo
7826af04c8
[Admin] Configure and use anonymous view in store component 2024-08-01 12:37:57 +02:00
Rafikooo
d8fd9e1db6
[Admin] Add missing order notes information 2024-08-01 11:19:32 +02:00
Rafikooo
257d91acaf
[Behat] Use test attribute to retrieve order notes 2024-08-01 11:19:32 +02:00
Rafikooo
4fa37cb0f0
[Admin] Render pagination and enabled filter test attributes 2024-08-01 11:19:32 +02:00
Rafikooo
1108ea9683
[Behat] Enable scenarios and improve implementation for filtered pages redirections 2024-08-01 11:19:32 +02:00
Rafikooo
a046ac804b
[Admin] Render view in store button in the variant edit page 2024-08-01 10:33:25 +02:00
Michał Pysiak
6853b3084f
[CS][DX] Refactor (#16664)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-08-01 06:09:44 +02:00
Sylius Bot
432cfd5d24 [CS][DX] Refactor 2024-08-01 02:21:39 +00:00
Rafikooo
6a1cdaaf0d
[Behat] Improve view product in store action 2024-07-31 20:47:25 +02:00
Rafikooo
be3615dc2c
[Behat] Enable viewing product in store from variant edit page scenarios 2024-07-31 20:47:25 +02:00
Rafikooo
5411651c7e
[Behat] Enable deleting multiple product variants scenario 2024-07-31 20:47:25 +02:00
Rafikooo
dcc4c176a7
[Behat] Enable remaining managing users scenario 2024-07-31 20:47:25 +02:00
Rafikooo
6520335ed6
[Behat] Enable editing product option scenario 2024-07-31 20:47:24 +02:00
Rafikooo
8e19388909
[Behat] Enable hybrid catalog promotion scenarios 2024-07-31 20:47:24 +02:00
Rafikooo
9785016ad4
[Admin] Render currency test attribute 2024-07-31 20:47:24 +02:00
Rafikooo
100c79e501
[Behat] Enable all hybrid checkout scenarios except one 2024-07-31 20:47:23 +02:00
Jan Goralski
8aa602e3c5
[Admin][Product] Remove EU flags from non-translatable attributes 2024-07-31 14:23:58 +02:00
Karol
bb0bc58ce1
[UPMERGE] 1.14 -> 2.0 (#16657)
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-07-31 08:47:55 +02:00
Wojdylak
4a13dcec25
Resolve conflicts between 1.14 and 2.0 2024-07-31 07:57:48 +02:00
Karol
76d1de3f92
[UPMERGE] 1.13 -> 1.14 (#16658)
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/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

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-07-31 07:54:43 +02:00
Kamil Grygierzec
e880f3ce1a
minor #16654 [API] Fix ShopUser docs example (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 | fixes #X, partially #Y, mentioned in #Z
| 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
-->

Fix for Customer admin POST example in the docs


Commits
-------
  Fix ShopUser docs example
2024-07-30 14:15:07 +02:00
Michał Pysiak
a43660f199
Fix ShopUser docs example 2024-07-30 13:12:38 +02:00