Commit graph

1476 commits

Author SHA1 Message Date
Jan Goralski
7daa3a2c70
Functional tests of encrypting and decrypting 2024-10-25 10:36:13 +02:00
Kamil Grygierzec
7f0d51ceca
Fix tests 2024-10-23 13:28:03 +02:00
Wojdylak
d7274c70cb
[ApiBundle] Add common enabled extension for the shop section 2024-10-22 12:29:02 +02:00
Wojdylak
bb6e6024c1
[ApiBundle] Add serialization group checking to normalizers 2024-10-22 12:29:01 +02:00
Karol
ee56e8bd6b
[Composer] Bump doctrine/collections dependency (#17284)
| 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 #17277 
| 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 11:41:15 +02:00
Grzegorz Sadowski
8f095aea42
[API] Fix order of channel pricing log entries in contract tests 2024-10-22 06:53:22 +02:00
Grzegorz Sadowski
4779db26f0
[API] Adjust contract tests fixtures after bumping doctrine/collections dependency 2024-10-22 06:53:18 +02:00
Wojdylak
8f03b38b9f
[CoreBundle] Use new services IDs in tests 2024-10-21 14:12:40 +02:00
Wojdylak
2aab3e9186
[CoreBundle] Use new services IDs in tests 2024-10-21 14:12:40 +02:00
Wojdylak
80eace33f0
[CoreBundle] Unification of services names 2024-10-21 14:07:51 +02:00
Wojdylak
a1c86b8688
[ApiBundle] Unification of services names 2024-10-21 12:13:30 +02:00
Karol
5b4b154ab3
Make Winzou State Machine the optional dependency (#17222)
| 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 | 
| 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-16 14:33:55 +02:00
Wojdylak
7393f02b4f
[UiBundle] Remove FilterStorage and FilterStorageInterface 2024-10-16 08:39:30 +02:00
Wojdylak
8973212166
[UiBundle] Unification os services name 2024-10-16 08:36:29 +02:00
Grzegorz Sadowski
b8c766400e
Adjust tests after removing Winzou State Machine 2024-10-15 08:26:55 +02:00
Grzegorz Sadowski
13a754c47c
[PaymentRequest] Refactor AddPaymentRequest command 2024-10-14 09:49:12 +02:00
Grzegorz Sadowski
d9e4cbb69b
[API] Refactor Payment Request POST endpoint 2024-10-11 11:45:46 +02:00
Grzegorz Sadowski
105a196e3f
[API] Fix configuration of Payment Request resource 2024-10-11 10:35:51 +02:00
Grzegorz Sadowski
ccebc0cf4f
Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
Michał Pysiak
2e7dff0152
Fix contract tests 2024-10-07 09:57:24 +02:00
Grzegorz Sadowski
8db6bc38e0
[UPMERGE] 2.0 -> payment-request (#17080)
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/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

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-02 06:49:03 +02:00
Grzegorz Sadowski
54238fa3d4
Merge branch 'payment-request' into upmerge/2.0_payment-request 2024-10-01 09:09:56 +02:00
Grzegorz Sadowski
b3421856e0
[API][Admin] Make Province endpoints to be subresources of Country 2024-10-01 08:55:07 +02:00
Grzegorz Sadowski
0ccee33c9d
[API][Shop] Make Province GET endpoint to be subresources of Country 2024-10-01 08:55:07 +02:00
Wojdylak
5967ca1e2e
Remove unnecessary code 2024-09-30 08:42:38 +02:00
Wojdylak
e4cbd6b46a
[Admin][PaymentRequest] Add behat tests 2024-09-27 09:34:51 +02:00
Grzegorz Sadowski
42f2fcb123
Resolve conflicts between 2.0 and payment-request 2024-09-26 13:52:33 +02:00
Grzegorz Sadowski
ecd82e8273
Merge branch '1.14' into 2.0
* 1.14:
  [API] Add missing endpoint for ShopUser in shop context
2024-09-25 12:13:51 +02:00
Grzegorz Sadowski
7e8e682d09
Merge branch '1.13' into 1.14
* 1.13:
  [API] Add missing endpoint for ShopUser in shop context
2024-09-25 12:06:23 +02:00
Grzegorz Sadowski
4e19386c7e
[UPMERGE] 2.0 -> payment-request (#17016)
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/payment-request -m "Resolve conflicts between 2.0 and payment-request"
```

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-09-25 10:25:02 +02:00
Grzegorz Sadowski
f0dc4cb967
[API] Add missing endpoint for ShopUser in shop context 2024-09-25 10:20:32 +02:00
Grzegorz Sadowski
64d6b9d526
Resolve conflicts between 2.0 and payment-request 2024-09-25 07:34:26 +02:00
Kamil Grygierzec
3600f870d1
[API] Add position to serialization and fix contract tests 2024-09-24 22:38:53 +02:00
Rafikooo
5ba8d3159e
[Unit] Add test cases for promotion coupon with non-existing promotion 2024-09-24 12:10:56 +02:00
Rafikooo
7d8d85a4ba
[Unit] Add customizable message to assertResponseNotFound in JsonApiTestCase 2024-09-24 12:10:56 +02:00
Rafikooo
7c2d8a8e0c
[Unit] Replace direct client requests with helper methods in PromotionCouponsTest class 2024-09-24 12:10:56 +02:00
Rafikooo
b68a670d14
[API] Refactor PromotionCoupons tests to use new promotion coupon URIs 2024-09-24 12:10:56 +02:00
Rafikooo
13b2649251
[Unit] Adjust promotion coupons tests 2024-09-24 12:10:55 +02:00
Rafikooo
c83a2642a8
[Unit] Refine promotion tests 2024-09-24 12:10:54 +02:00
Grzegorz Sadowski
cca95b5a33
Merge Symfony 7 into 2.0 (#16351)
| 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.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
-->
2024-09-24 12:09:21 +02:00
Rafikooo
92636eaadb
[Unit] Remove obsolete SessionAwareAjaxTestCase test class 2024-09-24 10:09:13 +02:00
Wojdylak
532be0456b
Resolve conflicts between 2.0 and payment-request 2024-09-24 09:18:52 +02:00
Grzegorz Sadowski
df217d7182
Resolve conflicts between 2.0 and symfony-7 2024-09-24 08:48:32 +02:00
Francis Hilaire
f9c4ad20a7
Fix too many required arguments 2024-09-20 13:22:57 +02:00
Jan Goralski
d34ad9a93e
Resolve conflicts between 2.0 and bootstrap-shop 2024-09-18 09:19:11 +02:00
Jan Goralski
76f1334eac [Maintenance] Fix ChannelCodeCollectionValidator regression 2024-09-18 08:57:26 +02:00
Jan Goralski
843ae7bbee [Maintenance] Remove other deprecations
[Maintenance] Remove obsolete catalog promotion validation abstraction
2024-09-18 08:57:26 +02:00
Michał Pysiak
091714d563 Remove unused ajax routes
# Conflicts:
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/customer_group.yml
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product.yml
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product_attribute.yml
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product_option.yml
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/product_variant.yml
#	src/Sylius/Bundle/AdminBundle/Resources/config/routing/ajax/taxon.yml

# Conflicts:
#	tests/Controller/AdminProductAjaxTest.php
#	tests/Controller/AdminProductVariantAjaxTest.php
2024-09-18 08:57:06 +02:00
Grzegorz Sadowski
66fc398f0a Remove PHPUnits related with removed hateos dependency 2024-09-18 08:03:36 +02:00
Jan Goralski
3d4dd1c843
Resolve conflicts between 2.0 and bootstrap-shop 2024-09-17 13:56:55 +02:00