Łukasz Chruściel
|
4f5225b9e3
|
[Resouce] Fix 0 page paginator
|
2017-09-12 19:30:05 +02:00 |
|
Kamil Kokot
|
3a6cefe210
|
Make code follow our coding standard
|
2017-09-12 18:15:56 +02:00 |
|
TomasVotruba
|
fd9edebaf6
|
cs: drop unused namespace imports
|
2017-09-09 00:07:18 +02:00 |
|
Mateusz Zalewski
|
4e77608d64
|
[API][Promotion] Index coupons only for requested promotion
|
2017-08-28 15:12:45 +02:00 |
|
Kamil Kokot
|
6200395530
|
Make nelmio/alice fixtures working correctly with \DateTimeInterface
|
2017-07-31 10:51:41 +02:00 |
|
Mateusz Zalewski
|
216c61ce36
|
Merge pull request #7963 from lchrusciel/fixtures-cleanup
[Tests] Minor fixtures cleanup
|
2017-07-26 11:30:28 +02:00 |
|
Łukasz
|
2039ef8aeb
|
[Tests] Minor fixtures cleanup
|
2017-07-26 10:27:36 +02:00 |
|
Kamil Kokot
|
bb879c993e
|
Introduce strict types
|
2017-07-25 15:15:41 +02:00 |
|
Andreas Braun
|
b4b6201349
|
Add assertions in CheckoutApiTestCase
|
2017-06-30 09:02:14 +02:00 |
|
Łukasz Chruściel
|
54d2722a43
|
Merge pull request #8075 from gruberro/add-missing-validation-group-for-checkout-api
Add missing checkout complete validation group
|
2017-05-29 08:34:26 +02:00 |
|
Robert Gruber
|
60c8512f5a
|
Add missing checkout complete validation group
|
2017-05-28 20:37:34 +02:00 |
|
Łukasz Chruściel
|
8b860329a9
|
Merge pull request #8058 from alcaeus/remove-option-value-count-constraint
Remove count constraint on option values collection
|
2017-05-26 11:24:39 +02:00 |
|
Paweł Jędrzejewski
|
48e4ec39be
|
Merge pull request #8071 from pamil/update-my-email
Update @pamil's email
|
2017-05-22 09:10:55 +02:00 |
|
Andreas Braun
|
2338cd1199
|
Remove count constraint on option values
|
2017-05-18 15:56:45 +02:00 |
|
Kamil Kokot
|
65af69708d
|
Update @pamil's email
|
2017-05-18 15:38:27 +02:00 |
|
Andreas Braun
|
30e9f1cb5a
|
Fix self reference in product options API
|
2017-05-18 11:13:56 +02:00 |
|
Łukasz Chruściel
|
cce61f4998
|
[Tests] Typo fix
|
2017-05-11 09:43:26 +02:00 |
|
Kamil Kokot
|
22b7533d2e
|
Add API for managing product association types
|
2017-04-21 17:22:52 +02:00 |
|
Łukasz
|
8915e056d1
|
[API] [Product] Add path to default serialization
|
2017-04-11 12:53:45 +02:00 |
|
dazorni
|
9867e838f7
|
Add default serialization group for cart api
Currently the api for cart list serialize more information than the
show/update/create. To fix this we add the default group for the specific routes.
|
2017-04-11 11:47:26 +02:00 |
|
tuka217
|
d0df44e98b
|
[AttributeBundle] Remove values from Attribute
|
2017-03-31 14:53:46 +02:00 |
|
tuka217
|
a5a853ca90
|
[API] Test for creating select product attribute
|
2017-03-31 14:53:45 +02:00 |
|
tuka217
|
a6c74a27d4
|
[AttributeBundle] Change serialization of Attribute to show configuration and of AttributeValue in order to be able to recognize different values in Attribute
[AttributeBundle] Introduce SelectAttributeChoicesCollectionType
|
2017-03-31 14:25:34 +02:00 |
|
Andreas Braun
|
dae6d6bad5
|
Fix heredoc indentation
|
2017-03-30 15:12:48 +02:00 |
|
Andreas Braun
|
fa204bffab
|
Allow writing product attributes via API
|
2017-03-30 15:12:48 +02:00 |
|
Paweł Jędrzejewski
|
c83c240124
|
Merge pull request #7811 from alcaeus/modify-product-options-api
Allow writing product options via API
|
2017-03-23 20:20:15 +01:00 |
|
Andreas Braun
|
c1641f1910
|
Allow writing product options via API
|
2017-03-23 12:41:09 +01:00 |
|
Arminek
|
34d766e6d1
|
[Ui] Add ss shipping required for product variant
|
2017-03-22 14:03:11 +01:00 |
|
Kamil Kokot
|
d284465e34
|
Remove ProductVariant::$availableOn, ProductVariant::$availableUntil, Product::getAvailableVariants()
|
2017-03-21 15:07:16 +01:00 |
|
Paweł Jędrzejewski
|
720068906b
|
Merge pull request #7651 from NeverResponse/autocomplete-promotions
[Admin] Reduced query size while creating/editing promotions
|
2017-03-14 15:55:36 +01:00 |
|
tuka217
|
7d9406dc9d
|
Fix after review
|
2017-03-14 10:02:27 +01:00 |
|
tuka217
|
4080094de9
|
[UserBundle] Add message and status code to event when user try to delete currently logged user
[API] Test if currentry logged in user will be not deleted
|
2017-03-14 09:27:56 +01:00 |
|
tuka217
|
0a5228d677
|
[API] Add endpoints for managing admin users
|
2017-03-14 09:27:56 +01:00 |
|
Kamil Kokot
|
e3c1930d7b
|
Rename ApiBundle to AdminApiBundle
|
2017-03-13 15:53:57 +01:00 |
|
Jan Goralski
|
dc4a66a500
|
[Admin] Injected autocompletes into Promotion types
|
2017-03-13 14:04:36 +01:00 |
|
tuka217
|
26019f60af
|
[ApiBundle] Fix updating products positions in a taxon
|
2017-03-10 08:28:05 +01:00 |
|
Paweł Jędrzejewski
|
e334c7c157
|
Merge pull request #7665 from tuka217/fix-cart-api
[API][Cart] Fix recalculation of cart on orderItem deletion
|
2017-03-09 13:08:33 +01:00 |
|
tuka217
|
6d0f09454a
|
[API][Cart] Fix recalculation of cart on deleting item
|
2017-03-06 09:11:59 +01:00 |
|
Łukasz
|
591c187780
|
[API] [Order] Add promotions to test scope
|
2017-03-03 12:46:37 +01:00 |
|
Łukasz
|
d37672ae46
|
[API] [Order] Add taxes to test scope
|
2017-03-03 11:44:39 +01:00 |
|
Mateusz Zalewski
|
0a5b985ca1
|
PR review fixes
|
2017-03-02 13:03:36 +01:00 |
|
Mateusz Zalewski
|
cc67d941e0
|
[Docs] Coupons API documentation
|
2017-03-02 12:45:08 +01:00 |
|
Mateusz Zalewski
|
c2df9b9aa9
|
[API] Promotion coupon delete routes implementations
|
2017-03-02 12:45:08 +01:00 |
|
Mateusz Zalewski
|
e23a50efa5
|
[API] Promotion coupon update routes implementations
|
2017-03-02 12:45:07 +01:00 |
|
Mateusz Zalewski
|
97b8c63f7a
|
[API] Promotions coupon create routes implementations
|
2017-03-02 12:45:07 +01:00 |
|
Paweł Jędrzejewski
|
d03fac40c1
|
Merge pull request #7647 from pamil/locale-everywhere
Make shop up & running without having to translate all taxons & products
|
2017-03-02 11:55:05 +01:00 |
|
Paweł Jędrzejewski
|
cc8eca164f
|
Merge pull request #7590 from Zales0123/channel-code-in-channel-pricings
[Core] Channel code in channel pricings
|
2017-03-02 10:56:55 +01:00 |
|
Paweł Jędrzejewski
|
96a5d69889
|
Merge pull request #7635 from tuka217/api-promotions
[API][Promotions] Allows to create, delete and edit Promotions
|
2017-03-02 09:44:16 +01:00 |
|
Mateusz Zalewski
|
29fc336bb1
|
[Core] Changed channel to channelCode
|
2017-03-01 15:38:00 +01:00 |
|
Kamil Kokot
|
39ada00198
|
Make shop up & running without having to translate all taxons & products
|
2017-03-01 15:09:00 +01:00 |
|