Commit graph

34679 commits

Author SHA1 Message Date
Rafikooo
cb9fb9acb9 [API] Configure ProductOption and related resources 2024-08-14 07:37:07 +02:00
Rafikooo
d67cf2fe47 [Unit] Enable product options tests 2024-08-14 07:37:07 +02:00
Rafał Jaskulski
c93434d9bf
Add missing tests for product taxons filtering (#16704)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| 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
-->
partially related https://github.com/Sylius/Sylius/pull/16682
2024-08-13 18:33:10 +02:00
Kamil Grygierzec
d0a17ce308
Add missing tests for product taxons filtering 2024-08-13 17:15:43 +02:00
Kamil Grygierzec
48a8e74587 Join all translations if no localeCode provided in PaymentMethod translations order filter 2024-08-13 14:52:43 +02:00
Rafikooo
c3e0034118 [ECS] Apply ecs fixes 2024-08-13 11:40:25 +02:00
Rafikooo
7ba55e4229 [Attribute] Improve validation message by listing available attribute types 2024-08-13 11:40:25 +02:00
Rafikooo
f5f2036b3c [Unit] Adjust response of creating unregistered type of attribute 2024-08-13 11:40:25 +02:00
Rafikooo
1107dccdbf [API] Serialize position field of product attribute with create and update operations 2024-08-13 11:40:25 +02:00
Rafikooo
2b0ffb2714 [Unit] Add tests for creating product attribute on specific position 2024-08-13 11:40:25 +02:00
Kamil Grygierzec
4bb89a3809
[API] Fix imports in TranslationOrderNameAndLocaleFilter (#16700)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3
| 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-08-12 13:14:17 +02:00
Grzegorz Sadowski
89616f2ac0
[API] Fix imports in TranslationOrderNameAndLocaleFilter 2024-08-12 12:55:54 +02:00
Grzegorz Sadowski
df6f0c867f
Merge branch '2.0' into api-platform-3
* 2.0:
  [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:32:53 +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
Jan Góralski
c2399d278e
minor #16681 [Api][Order] Enable Cart operations (Wojdylak)
This PR was merged into the api-platform-3 branch.

Discussion
----------

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

Commits
-------
  [Api][Order] Enable Cart operations
  [Api] Fix OrderPlacerTrait
  [Api] Enable shippingMethodsTest
  [Api][Order] Rename ObjectUriVariablesAwareContextBuilder to UriVariablesAwareContextBuilder
  [Api][Test] Use new constructor of commands
  [Api] Move ContextBuilder to Serializer/ContextBuilder directory
2024-08-08 12:54:25 +02:00
Wojdylak
095900dae6
[Api] Move ContextBuilder to Serializer/ContextBuilder directory 2024-08-08 12:33: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
52a5fcb101
[UPMERGE] 2.0 -> api-platform-3 (#16689)
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/api-platform-3 -m "Resolve conflicts between 2.0 and api-platform-3"
```

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:06:44 +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
Rafikooo
325ca8b5ce [Unit] Adjust ProductTaxons endpoints responses 2024-08-07 15:55:55 +02:00
Rafikooo
5edabfe7d6 [API] Restore product taxon id serialization 2024-08-07 15:55:55 +02:00
Rafikooo
91fd8b3e31 [API] Merge search filter fields into one service 2024-08-07 15:55:55 +02:00
Rafikooo
b38457a284 [API] Correct XML formatting 2024-08-07 15:55:55 +02:00
Kamil Grygierzec
e4190c5fd8 Enable contract tests and correct some minor issues in tests 2024-08-07 15:55:55 +02:00
Kamil Grygierzec
f716812bca Correct ProductTaxon serialization and resource config 2024-08-07 15:55:55 +02:00
Wojdylak
49911f705d
[Api][Test] Use new constructor of commands 2024-08-07 10:06:22 +02:00
Wojdylak
9400c65c28
[Api][Order] Rename ObjectUriVariablesAwareContextBuilder to UriVariablesAwareContextBuilder 2024-08-07 09:57:11 +02:00
Wojdylak
75490cdfdf
[Api] Enable shippingMethodsTest 2024-08-07 09:57:10 +02:00
Wojdylak
d4ee8abd97
[Api] Fix OrderPlacerTrait 2024-08-07 09:57:10 +02:00
Wojdylak
78e57b71dc
[Api][Order] Enable Cart operations 2024-08-07 09:57:10 +02:00
Karol
15d62e235f
Upgrade PaymentMethod to APIP3 (#16672)
| Q               | A
|-----------------|-----
| Branch?         | api-platform-3 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| 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
-->
2024-08-07 08:14:35 +02:00
Michał Pysiak
d1226915b8 Minor changes after CR 2024-08-07 07:38:52 +02:00
Michał Pysiak
342988512a [API] Remove legacy config 2024-08-07 07:38:52 +02:00
Michał Pysiak
f30f812803 [API] Change TaxonImage Post & Minor changes 2024-08-07 07:38:52 +02:00
Michał Pysiak
d601382229 Changes after CR 2024-08-07 07:38:52 +02:00
Michał Pysiak
1fdbae1f7c [API] Fixes 2024-08-07 07:38:52 +02:00
Michał Pysiak
144e65a869 [API] Fix behats 2024-08-07 07:38:52 +02:00
Michał Pysiak
a1e8842817 [API] Fix image upload bug 2024-08-07 07:38:52 +02:00
Michał Pysiak
ba543283b5 [API] Refactor resource configuration 2024-08-07 07:38:52 +02:00
Michał Pysiak
be38057fd2 [APi] Enable disabled tests 2024-08-07 07:38:52 +02:00
Kamil Grygierzec
80d6ce57df
Update baseline 2024-08-06 15:56:59 +02:00
Kamil Grygierzec
7c4834e6d8
Fallback adding unused method for retrieveing payment by token value, channel and payment ID 2024-08-06 15:56:58 +02:00
Kamil Grygierzec
3589eecb5c
Change the way that payment is retrieved in collection provider 2024-08-06 15:56:58 +02:00
Kamil Grygierzec
c4c298fc03
Correct filter name 2024-08-06 15:56:58 +02:00