Commit graph

35 commits

Author SHA1 Message Date
Jakub Tobiasz
28a469e459
Move Upgrade API from 1.11.11 to 1.11.12 section to the top of file 2022-12-15 09:58:39 +01:00
Jakub Tobiasz
af04cc897d
Fix wrong API's errors normalizer 2022-12-15 06:43:00 +01:00
Jakub Tobiasz
1203a7a36c
Fix invalid API errors normalization 2022-12-14 15:48:10 +01:00
Grzegorz Sadowski
61ccb51b25
[Maintenance] Minor clean up of UPGRADE files for Sylius 1.11 2022-02-14 08:00:47 +01:00
Łukasz Chruściel
0eab28c9f5
[UPGRADE] Add more details about PHP, mocker container and api platform folder 2022-02-10 17:34:16 +01:00
Grzegorz Sadowski
ef51a338b6
[Maintenance] Add info about messenger transport and api_platform directory to UPGRADE files 2022-02-08 13:03:02 +01:00
Rafikooo
bc95413ca4
[API] Removed OrderItemNormalizer, changed serialized property 'originalPrice' to 'originalUnitPrice' 2022-02-03 10:23:22 +01:00
Grzegorz Sadowski
1e060512b4
Add notes to upgrade files about using sylius/calendar 2022-01-28 12:40:06 +01:00
Grzegorz Sadowski
ca02e32aeb
refactor #13495 [API] Doctrine filters moved below filters namespace (lchrusciel)
This PR was merged into the 1.11 branch.

Discussion
----------

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

Alternative solution to #13494 

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

9c4a8b977b [API] Doctrine filters moved below filters namespace
7772229adc [Maintenance] Add PHPArchitect rule to protect filters in future
2022-01-20 15:53:07 +01:00
Łukasz Chruściel
7772229adc
[Maintenance] Add PHPArchitect rule to protect filters in future 2022-01-19 14:04:47 +01:00
Łukasz Chruściel
9c4a8b977b
[API] Doctrine filters moved below filters namespace 2022-01-18 13:14:40 +01:00
Łukasz Chruściel
f26ca4b820
[API][Minor] Archiving shipping methods filter rename to maintain naming convention 2022-01-17 13:55:19 +01:00
TheMilek
35ab76599b
[Order] Translation deleted from payment patch response 2022-01-10 13:25:01 +01:00
Łukasz Chruściel
b7df1bb61a
refactor #13412 [API][SHOP] serialization of Payment and PaymentMethod - dynamic translation refactor (TheMilek)
This PR was merged into the 1.11 branch.

Discussion
----------



| Q               | A
| --------------- | -----
| Branch?         | 1.11 
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

51240a85ef [API][SHOP] fix response of PaymentMethod - add subresource to prevent translation being visible at request response
90881878d5 Merge branch '1.11' of github.com:Sylius/Sylius into dynamic-translation-for-payment-method-refactor-v3
7648887479 [API][SHOP] note in UPGRADE-API about changes in PaymentMethod
2021-12-22 14:42:17 +01:00
TheMilek
7648887479
[API][SHOP] note in UPGRADE-API about changes in PaymentMethod 2021-12-22 14:08:30 +01:00
TheMilek
707db46311
[API][SHOP] note in UPGRADE-API about changes after the rebase 2021-12-22 10:03:03 +01:00
TheMilek
cf43d9213e
Merge branch '1.11' of github.com:Sylius/Sylius into dynamic-translation-for-shipping-methods-atribute-and-options-refactor 2021-12-22 09:49:25 +01:00
TheMilek
e8f629924a
[API][SHOP] new note in UPGRADE-API file for ShippingMethod endpoint response change 2021-12-21 22:46:30 +01:00
Rafikooo
a9e29eed5b
[Shop][Api] Translatable resources api docs, included slug field in a taxon and product responses 2021-12-21 22:15:29 +01:00
Paula
7ab829f51b Addressing, locale update and apply coupon code unified to one endpoint 2021-12-01 14:54:36 +01:00
Paula
1f2c815c31 Doctrine extensions changelog & code cleanup 2021-11-30 14:32:52 +01:00
Łukasz Chruściel
27d0121541
[API] Use POST action to add new item to cart 2021-09-17 10:47:58 +02:00
Łukasz Chruściel
ae4a870282
[Bug] Fix default sylius config file path in Sylius master branch 2021-08-27 16:05:24 +02:00
Grzegorz Sadowski
c0203dc52d
refactor #12981 [API] Refactor current customer email aware commands (lchrusciel)
This PR was merged into the 1.11-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.9 or 1.10 branch (the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

c5de4c180b [API] Refactor current customer email aware commands
2021-08-23 07:48:07 +02:00
Łukasz Chruściel
c5de4c180b
[API] Refactor current customer email aware commands 2021-08-19 09:38:41 +02:00
Łukasz Chruściel
f247e3e581
[API] Resend verification email refactor to take current user from the security context 2021-08-19 09:26:46 +02:00
Łukasz Chruściel
72a315e698
[DX] Adjust service names in ApiBundle 2021-08-18 14:14:59 +02:00
Łukasz Chruściel
d911bfb019
[API] AddressOrderHandler refactored to use customer provider instead of logic duplication 2021-08-18 11:19:56 +02:00
Łukasz Chruściel
772a9bc5ff
[Maintenance] Dead code removal 2021-08-17 16:40:37 +02:00
Łukasz Chruściel
d27469e8b3
[API][BC-Break] Move commands and handlers to common namespace 2021-08-13 16:31:07 +02:00
arti0090
201e900185 Change media_path to media and add additional test cases 2021-07-30 11:56:53 +02:00
arti0090
17afb9f7d4 Merge branch 'master' into product-image-handling 2021-07-29 07:50:45 +02:00
arti0090
7bedeb6a92 Introduce Image Normalizer 2021-07-28 11:08:10 +02:00
Łukasz Chruściel
7fcc65cf25
[API] Unification of filtration namespaces 2021-07-27 12:50:40 +02:00
Łukasz Chruściel
a98f92fa1c
[UPGRADE] Split API and non API upgrade files 2021-07-23 14:17:29 +02:00