Commit graph

1500 commits

Author SHA1 Message Date
Francis Hilaire
3d5a364b7d
Fix ecs 2024-11-09 15:16:07 +01:00
Francis Hilaire
39b119cf21
Remove priority but decorates the offline actions command provider 2024-11-09 15:06:25 +01:00
Francis Hilaire
a4e5753c39
Remove payum env by using usePayum field 2024-11-09 13:56:31 +01:00
Wojdylak
2126d7e3fa
[PaymentBundle] Use a single encryption method 2024-10-30 14:13:25 +01:00
Michał Pysiak
0193841feb
Remove sanitiser unit test 2024-10-29 13:29:58 +01:00
Grzegorz Sadowski
697ad04f5b
Merge branch '1.14' into 2.0
* 1.14:
  Changes after CR
  Add info to UPGRADE file
  Add deprecations and configuration unit tests
  Fix behat test
  Skip svg sanitize test if package is not installed
  Fix composerRequireChecker
  Format fix
  Add phpstan ignores
  Adjust behat tests
  Add tests
  Add allowed types configuration and change validation
  Remove enshrined/svg-sanitize dependency
2024-10-29 13:27:50 +01:00
Grzegorz Sadowski
660d341e90
bug #17360 [Maintenance] Remove enshrined/svg-sanitize package (mpysiak)
This PR was merged into the 1.14 branch.
labels: bc-break

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | yes
| Deprecations?   | no
| Related tickets | n/a
| 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
-------

23f949521a Remove enshrined/svg-sanitize dependency
74be2d9351 Add allowed types configuration and change validation
b847995f96 Add tests
7d6b4d6e5b Adjust behat tests
0e0847c200 Add phpstan ignores
f044558058 Format fix
cd512e412d Fix composerRequireChecker
fe5910e8ac Skip svg sanitize test if package is not installed
d6fa473f9b Fix behat test
c3d603c5bd Add deprecations and configuration unit tests
f7a75e2cdb Add info to UPGRADE file
48dcd94f0e Changes after CR
2024-10-29 13:15:32 +01:00
Grzegorz Sadowski
d4531ff063
Merge branch '1.13' into 1.14
* 1.13:
  [Admin] Pass admin path name parameter to AdminUriBasedSectionResolver
  Update docs/customization/api/adding_and_removing_endpoints.rst
  Apply suggestions from code review
  [API] Refactor statistics constraints
  doc: Adding a tip about api's preventing methods beside GET to load non cart orders by default
2024-10-29 12:03:59 +01:00
Michał Pysiak
fe5910e8ac
Skip svg sanitize test if package is not installed 2024-10-29 10:44:59 +01:00
Grzegorz Sadowski
b146c955a1
[API] Refactor statistics constraints 2024-10-29 06:42:50 +01:00
Grzegorz Sadowski
f1f6dbbade
Merge branch '1.13' into 1.14
* 1.13:
  [API] Apply statistics constraints sequentially to fix 500 error when using an undefined parameter
  Fix OrderAdjustmentsRecalculationTest
2024-10-28 13:45:15 +01:00
Grzegorz Sadowski
5969f0aa1d
[API] Apply statistics constraints sequentially to fix 500 error when using an undefined parameter 2024-10-28 12:33:59 +01:00
Grzegorz Sadowski
d37c6a8947
Fix OrderAdjustmentsRecalculationTest 2024-10-28 11:15:13 +01:00
Michał Pysiak
27b9d239b1
Fix phpunit tests 2024-10-28 07:31:45 +01:00
Grzegorz Sadowski
9850a4d292
Merge branch '2.0' into test-apip-4 2024-10-25 15:02:06 +02:00
Jan Goralski
40908d1248
Cleanup v2 2024-10-25 14:09:30 +02:00
Jan Goralski
8b087aeecb
Parametrize password and salt used for encoding 2024-10-25 10:36:13 +02:00
Jan Goralski
aa70cf6404
Cleanup 2024-10-25 10:36:13 +02:00
Jan Goralski
7daa3a2c70
Functional tests of encrypting and decrypting 2024-10-25 10:36:13 +02:00
Michał Pysiak
2b576dda75
move problematic test 2024-10-25 10:18:09 +02:00
Michał Pysiak
8e95467caf
Fix response test 2024-10-25 10:18:09 +02:00
Michał Pysiak
ab1059eefd
Fix validation responses 2024-10-25 10:18:08 +02:00
Michał Pysiak
1d1c287689
Bump APIP to 4.0 and Fix Put errors 2024-10-25 10:18:08 +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
f1118eae44
Merge branch '1.13' into 1.14
* 1.13:
  [CI] Remove currently unneeded custom build
  [API] Add default sorting order for customers admin GET endpoint
  Change fixtures - add createdAt different time for customers
  [Review] Change ReviewChangeListener doctrine event from postRemove to preRemove
  [Composer] Remove conflict to doctrine/orm
2024-10-09 06:52:00 +02:00
Grzegorz Sadowski
ccebc0cf4f
Resolve conflicts between 2.0 and payment-request 2024-10-08 13:35:47 +02:00
Michał Pysiak
593bd945c8
Change fixtures - add createdAt different time for customers 2024-10-08 10:33:15 +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