Commit graph

2509 commits

Author SHA1 Message Date
Łukasz Chruściel
70306bd007
feature #11318 [API][Product] Add subscriber for generating slug automatically (GSadee)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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


Commits
-------

e41ab2318c [API][Product] Add subscriber for generating slug automatically
2020-04-02 09:18:16 +02:00
Grzegorz Sadowski
e41ab2318c
[API][Product] Add subscriber for generating slug automatically 2020-04-02 08:50:11 +02:00
Adam Kasperczak
cf0d92b664 [Api] get only taxon from menu taxon 2020-04-01 15:36:10 +02:00
Grzegorz Sadowski
3ed62e8dcc
feature #11307 [API][Product] Product sorting by name (Tomanhez)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<img width="1013" alt="Screenshot 2020-03-31 at 14 40 59" src="https://user-images.githubusercontent.com/39232096/78027536-d0c5d400-735d-11ea-837d-4e4b1755558a.png">


<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

8e72751266 Fix behat scenarios
596cab0614 Add tests for api contexts
279dfd9e55 Modify ui contexts and tests
ff10588eea Fix for Product translations
843504a6a4 Add product filters by name and TranslationOrderNameFilter
fc5c0de4f6 Add fixes for test and configuration
2020-04-01 13:38:33 +02:00
Adam Kasperczak
70bf0f7965 Scenario implementation 2020-04-01 11:01:36 +02:00
Tomanhez
fc5c0de4f6 Add fixes for test and configuration 2020-04-01 09:12:45 +02:00
Tomanhez
8e72751266 Fix behat scenarios 2020-03-31 14:43:17 +02:00
Grzegorz Sadowski
0732d96305
[API][Shop] Add customer login 2020-03-30 14:46:28 +02:00
Tomanhez
8f732ca1d4 Add sorting for products by name 2020-03-27 08:35:25 +01:00
Mateusz Zalewski
e8ae758fb4
minor #11280 Order feature folder reorganization (lchrusciel)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

Adding the following subfolders to `features/order/managing_orders/`: 
* browsing_orders
* handling_order_payment
* handling_order_shipment
* order_details
* order_filtration

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

8fcafb9516 [Minor][Behat] Move order filtration to separate folder
57cf0b89a1 [Minor][Behat] Move order details  to separate folder
bab257f50f [Minor][Behat] Move order browsing to separate folder
6c7a631e67 [Minor][Behat] Move handling payments and shippments to separate folder
2020-03-24 11:00:06 +01:00
Łukasz Chruściel
6c7a631e67
[Minor][Behat] Move handling payments and shippments to separate folder 2020-03-24 09:07:13 +01:00
Łukasz Chruściel
bab257f50f
[Minor][Behat] Move order browsing to separate folder 2020-03-24 09:07:13 +01:00
Łukasz Chruściel
57cf0b89a1
[Minor][Behat] Move order details to separate folder 2020-03-24 09:07:12 +01:00
Mateusz Zalewski
8cb3f3d9af
feature #11273 [API] add locale to Api Platform (oallain)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

 Locales

- All the features from features/locale/managing_locales
- 2 scenarios / 3 files
- Create an index action only (show may be required as well)

Commits
-------

bed5d0c495 add locale to Api Platform
2020-03-23 23:07:41 +01:00
Olivier ALLAIN
bed5d0c495 add locale to Api Platform 2020-03-23 18:15:24 +01:00
Łukasz Chruściel
8fcafb9516
[Minor][Behat] Move order filtration to separate folder 2020-03-22 19:08:06 +01:00
Łukasz Chruściel
7450d01592
[API] Archivization toggling and filtration 2020-03-20 12:44:11 +01:00
Łukasz Chruściel
3013bbbafa
feature #11268 [API] Sorting shipping methods by name (Zales0123)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | part of #11250, the continuation of #11267
| License         | MIT


Commits
-------

19daa1736b [API] Sorting shipping methods by name
2020-03-20 12:39:00 +01:00
Mateusz Zalewski
a7139ca0be
feature #11266 [API] Hide archived shipping methods (lchrusciel)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

132ac6a617 [API] Hide archived shipping methods
2020-03-20 12:28:29 +01:00
Mateusz Zalewski
19daa1736b
[API] Sorting shipping methods by name 2020-03-20 12:06:52 +01:00
Łukasz Chruściel
6b2735acd7
feature #11267 [API] Sorting shipping method by code and position (Zales0123)
This PR was merged into the 1.8-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | part of https://github.com/Sylius/Sylius/issues/11250
| License         | MIT


Commits
-------

bbde767af4 [API] Sorting shipping methods by code
3699851041 [API] Sorting shipping methods by position
2020-03-20 11:48:15 +01:00
Mateusz Zalewski
3699851041
[API] Sorting shipping methods by position 2020-03-20 11:14:08 +01:00
Mateusz Zalewski
bbde767af4
[API] Sorting shipping methods by code 2020-03-20 11:05:20 +01:00
Łukasz Chruściel
132ac6a617
[API] Hide archived shipping methods 2020-03-20 10:47:44 +01:00
Łukasz Chruściel
8e46a6062c
[API] Protect shipping method from removal when in use 2020-03-20 09:09:37 +01:00
Grzegorz Sadowski
a7c8cc5698
feature #11251 [API][Product] Crud product validation sorting (Tomanhez)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

e68387272a Add fixes for inflector and tests
f2be71c6b4 Add test and configuration for validation and selecting taxon
d165556736 Add fixes for ManagingProductContext
6cbab5b483 Add configuration for sorting
8e6c468e1c Fix sorting tests
2020-03-20 07:48:25 +01:00
Mateusz Zalewski
8121da286a
feature #11257 [API] Editing and validation of shipping methods (lchrusciel)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

75bfde0c61 [API] Editing and validation of shipping methods
2020-03-19 22:40:55 +01:00
Tomanhez
6cbab5b483 Add configuration for sorting 2020-03-19 21:39:00 +01:00
Tomanhez
d165556736 Add fixes for ManagingProductContext 2020-03-19 21:35:18 +01:00
Tomanhez
f2be71c6b4 Add test and configuration for validation and selecting taxon 2020-03-19 21:35:18 +01:00
Łukasz Chruściel
af1283bb6a
feature #11248 [API][Order] Fulfilling orders (AdamKasp, Zales0123)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

Part of https://github.com/Sylius/Sylius/issues/11250

Commits
-------

344f4d5b07 [Behat][API] Implement scenarios for fulfilling orders
667d5f6c7c Remove redundant methods and simplify implementations
2020-03-19 17:29:44 +01:00
Łukasz Chruściel
75bfde0c61
[API] Editing and validation of shipping methods 2020-03-19 17:24:45 +01:00
Adam Kasperczak
344f4d5b07
[Behat][API] Implement scenarios for fulfilling orders 2020-03-19 16:56:18 +01:00
Łukasz Chruściel
0f8ab07706
feature #11255 [API][Administrator] Implement managing avatar features (GSadee)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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


Commits
-------

4007cc26df [API][Administrator] Implement managing avatar features
2020-03-19 15:48:44 +01:00
Grzegorz Sadowski
4007cc26df
[API][Administrator] Implement managing avatar features 2020-03-19 14:42:01 +01:00
Łukasz Chruściel
6cb6e43896
[API] Adding shipping methods 2020-03-19 14:28:42 +01:00
Łukasz Chruściel
42d5d0e085
[API] Adding shipping methods 2020-03-19 11:49:10 +01:00
Łukasz Chruściel
7961118146
feature #11240 [API][Product] Crud product browsing deleting editing (Tomanhez)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

09425789bf Add test for adding basic product
8e573dd3e1 Fix for test and configurations
9c9557df54 Add api tests for browsing Product
912f2dde3e Add tests and configuration for deleting
c963b47320 Add tests and configuration for deleting with reviews
5884fcb05f Add tests and configuration for editing
0ea067114e Add test and configuration for deletion of purchased product
6d5fd5941a Add apostrophe
4bed8b976f Add fixes for inflector and tests
05facb8f7a Add new functions in responseChecker
838fc03bc1 Add fixes for tests
2020-03-18 15:33:07 +01:00
Tomanhez
4bed8b976f Add fixes for inflector and tests 2020-03-18 12:19:42 +01:00
Tomanhez
0ea067114e Add test and configuration for deletion of purchased product 2020-03-18 10:58:33 +01:00
Tomanhez
5884fcb05f Add tests and configuration for editing 2020-03-18 10:58:33 +01:00
Tomanhez
c963b47320 Add tests and configuration for deleting with reviews 2020-03-18 10:58:33 +01:00
Tomanhez
912f2dde3e Add tests and configuration for deleting 2020-03-18 10:58:33 +01:00
Tomanhez
9c9557df54 Add api tests for browsing Product 2020-03-18 10:58:33 +01:00
Grzegorz Sadowski
7a5717ba1b
[API][Administrator] Implement editing administrators feature 2020-03-18 10:17:23 +01:00
Grzegorz Sadowski
9fbc533df7
[API][Administrator] Secure deleting currently logged in administrators 2020-03-18 10:17:01 +01:00
Grzegorz Sadowski
449222827a
[API][Administrator] Implement deleting administrators features 2020-03-18 10:17:01 +01:00
Łukasz Chruściel
3265a1535f
feature #11239 [API][Order] Orders browsing, cancelling and cancelling with promotion (AdamKasp)
This PR was merged into the 1.8-dev branch.

Discussion
----------

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

<!--
 - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set
-->


Commits
-------

f4b9d5a5be Prepare context for customer group api
acb2c3340c [API] config order browsing and simple cancelling
8c835d55a3 [API] configure order cancelling with promotion
e6d07ed870 Use iriConverter instead order number
2c0d9975ef Add api_platform exception
2020-03-18 09:38:09 +01:00
Adam Kasperczak
8c835d55a3
[API] configure order cancelling with promotion 2020-03-18 08:36:17 +01:00
Adam Kasperczak
acb2c3340c
[API] config order browsing and simple cancelling 2020-03-18 08:36:17 +01:00