This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Related tickets | N/A
| License | MIT
Commits
-------
a42c003bfe [Api][ProductReview] Remove status
bc08b8e42c [Api][ProductReview] Embed customer's name
a84475e13d [Api][ProductReview] Update upgrade file
1267a45eeb [Api][ProductReview] Fix behat tests
006bb6406e Fix note in the UPGRADE-API-1.13 file
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 <!-- see the comment below --> |
| Bug fix? | yes |
| 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.12 branch
- Features and deprecations must be submitted against the 1.13 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
-------
61feff7452 Validate out of range message for channelPricing prices
a1873ee8d4 [Behat] Add scenario
f2f06024e1 Update upgrade file
d1220a97d3 Add missing scenarios for min prices
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13 |
| Bug fix? | kinda |
| New feature? | kinda |
| BC breaks? | no? |
| Deprecations? | no |
| Related tickets | - |
| License | MIT |
Commits
-------
[Core][Channel] Improve channel fields validation
[Behat][API] Cover missing and too long channel fields data validation
[Behat][UI] Cover too long channel fields validation
This PR was merged into the 1.13 branch.
Discussion
----------
| Q | A |
|-----------------|--------------------------------------------------------------|
| Branch? | 1.13
| Bug fix? | no
| New feature? | yes
| BC breaks? | no
| Deprecations? | no
| Related tickets | N/A
| License | MIT
Commits
-------
[ApiBundle][Admin] Fix password update issue when on other user details are changed
[ApiBundle][Admin] Add feature to remove shop user
Revive CI
Implement missing behat steps checking deleting customer's account
Remove unnecessary UserContext inside the api directory
Mark scenario as @no-api
Add spec for RemoveShopUserHandler and add throwing an exception when a shop user is not found
Update the operation's name for deleting a shop user
Revert cloning a shop user before setting it as a deleted_user inside the shared storage
Implement scenario checking redeleting shop user account
Fix failing scenario
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<!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | |
| License | MIT |
<!--
- Bug fixes must be submitted against the 1.12 branch
- Features and deprecations must be submitted against the 1.13 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
-------
[API][Behat] Add scenarios for validation of adding a new product without required options
[ProductVariant] Add validation of option values for the product variant
[Product] Extract definitions of validators to a separate file
[ProductVariant] Check if product has options in option values configuration validator
[Behat] Add required option value to product variant
This PR was merged into the 1.12 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.11
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
Following this PR: #13708
Commits
-------
[Locale] Change language negotiation from simple string comparison to RFC 4647 based
[Locale] Add some more tests for header languange negotiation
[Unit] Fix JsonApiTestCase constructor arguments
[Behat][API] Allow setting no accept-language in header