Commit graph

336 commits

Author SHA1 Message Date
Mateusz Zalewski
cdfcb85e5c
[API] Expose menu taxon in Channel Admin API 2020-01-12 23:35:37 +01:00
Kamil Kokot
b6f794a764
Merge branch '1.6'
* 1.6:
  Apply coding standards fixes
  Update symfony.lock file
  Rebase YAML standards PR to Sylius 1.5
  [API] Refactoring of lazy customer loader
  Yaml standards: add empty line at the end check
  Yaml standards: add indent check
  Composer: added sspooky13/yaml-standards library to project
  [Maintenance] Remove shipping bundle from spec namespace config
  Fixed LazyCustomerLoader::loadValuesForChoices implementation
  Added LazyCustomerLoader for OrderType of SyliusAdminApiBundle
2019-12-18 13:34:01 +01:00
Kamil Kokot
3cf6cf9522
Merge branch '1.5' into 1.6
* 1.5:
  Apply coding standards fixes
  Update symfony.lock file
  Rebase YAML standards PR to Sylius 1.5
  [API] Refactoring of lazy customer loader
  Yaml standards: add empty line at the end check
  Yaml standards: add indent check
  Composer: added sspooky13/yaml-standards library to project
  [Maintenance] Remove shipping bundle from spec namespace config
  Fixed LazyCustomerLoader::loadValuesForChoices implementation
  Added LazyCustomerLoader for OrderType of SyliusAdminApiBundle
2019-12-18 13:26:48 +01:00
Peter Turek
b49854d11a
Yaml standards: add empty line at the end check
- fixed wrong files
2019-12-18 10:33:36 +01:00
Peter Turek
93409b0e55
Yaml standards: add indent check
- fixed wrong files
2019-12-18 10:33:36 +01:00
Adam Kasperczak
35a22702e6
Fixes 2019-11-21 13:30:15 +01:00
Kamil Kokot
4f34c88719
Merge branch '1.5'
* 1.5:
  Use flags macro
  Use flags macro
  Use flags macro
  Better matching of country for locale
  Add filter to get country for locale
  Skip test if HWIOAuthBundle is not installed
  Update test_services.xml
2019-07-26 13:20:44 +02:00
Kamil Kokot
3e98abf412
Merge branch '1.4' into 1.5
* 1.4:
  Use flags macro
  Use flags macro
  Use flags macro
  Better matching of country for locale
  Add filter to get country for locale
  Skip test if HWIOAuthBundle is not installed
  Update test_services.xml
2019-07-26 13:18:56 +02:00
Victor Vasiloi
4ecded0544
Skip test if HWIOAuthBundle is not installed 2019-07-20 16:51:37 +03:00
Kamil Kokot
2b0ac262dc
Merge branch '1.5'
* 1.5:
  Make test compatible with Symfony 3.4
  Downport changes from v1.6 to v1.4
  Apply coding standards fixes
  Embed test data in the test case itself
  Simplify product attribute value transformation
  Test refactoring
  Test select attribute in fixtures
  Tests against checkbox and integer attribute values
  Make it possible to set datetime attributes in fixtures
  Fixtures command test + test fixtures
2019-06-24 16:18:17 +08:00
Kamil Kokot
198a9e6bb6
Merge branch '1.4' into 1.5
* 1.4:
  Make test compatible with Symfony 3.4
  Downport changes from v1.6 to v1.4
  Apply coding standards fixes
  Embed test data in the test case itself
  Simplify product attribute value transformation
  Test refactoring
  Test select attribute in fixtures
  Tests against checkbox and integer attribute values
  Make it possible to set datetime attributes in fixtures
  Fixtures command test + test fixtures
2019-06-24 16:15:14 +08:00
Kamil Kokot
25ac67903c
Make test compatible with Symfony 3.4 2019-06-21 11:20:28 +08:00
Kamil Kokot
701265d3ad
Downport changes from v1.6 to v1.4 2019-06-20 18:26:06 +08:00
Kamil Kokot
c4f0fc785d
Apply coding standards fixes 2019-06-20 18:23:51 +08:00
Kamil Kokot
fa56d16981
Embed test data in the test case itself 2019-06-20 18:23:50 +08:00
Mateusz Zalewski
d765af3c1a
Test refactoring 2019-06-20 18:23:50 +08:00
Mateusz Zalewski
8470bdee71
Test select attribute in fixtures 2019-06-20 18:23:50 +08:00
Mateusz Zalewski
5761908195
Tests against checkbox and integer attribute values 2019-06-20 18:23:50 +08:00
Mateusz Zalewski
0432772535
Fixtures command test + test fixtures 2019-06-20 18:23:49 +08:00
Mateusz Zalewski
e1655bb18c
PHPUnit tests fixes 2019-06-14 13:40:08 +02:00
Grzegorz Sadowski
7619994bb6
Fixes after PR review 2019-04-19 12:12:04 +02:00
Kamil Kokot
d34034af75
Merge branch '1.4'
* 1.4:
  Overwriting user resource factory, made configurable
  Failing test refactored
  oauth user provider failing test
2019-03-25 13:28:04 +01:00
Krzysztof
b108b062b7 Failing test refactored 2019-02-25 15:15:08 +01:00
Krzysztof Boduch
047df6c7dd oauth user provider failing test 2019-02-22 22:53:44 +01:00
Mateusz Zalewski
20a2430fd4
Fix sylius_admin_api_cart_index route 2019-02-13 11:16:56 +01:00
Jais Djurhuus-Kempel
b6d19187f4
Add cart api index 2019-02-13 11:16:56 +01:00
Jais Djurhuus-Kempel
65589b9520
Fix unit test for orders index 2019-02-13 11:16:56 +01:00
Jais Djurhuus-Kempel
0c5be57a24
Added tests 2019-02-13 11:16:55 +01:00
Jais Djurhuus-Kempel
ad942197bc
Added API endpoint for order list 2019-02-13 11:16:55 +01:00
Jais Djurhuus-Kempel
55743161bf
Revert "Added API endpoint for order list"
This reverts commit 9a3d46892a.
2019-02-13 11:16:55 +01:00
Jais Djurhuus-Kempel
e0ab066549
Added API endpoint for order list 2019-02-13 11:16:54 +01:00
Kamil Kokot
2a343accab
Merge branch '1.3' into 1.4
* 1.3:
  Move bundle registration from Kernel class to "bundles.php"
  Add missing Length constraint on product translation slug
2019-01-31 16:04:45 +01:00
venyii
47c6c6b3b0
Add missing Length constraint on product translation slug
This previously caused database errors when trying to insert data. This
may also occur when trying to save a product in the admin GUI.
2019-01-30 16:33:53 +01:00
Kamil Kokot
f08c3bf8f7
Apply coding standard fixes 2019-01-13 15:31:33 +01:00
Kamil Kokot
d02581b780
Make test compatibile with Symfony 3.4 2019-01-11 11:38:03 +01:00
Kamil Kokot
93d7aedb87
Add functional test for update password encoder listener 2019-01-10 17:29:14 +01:00
Mateusz Zalewski
0848c16074
Tests fixes and nullable fields 2019-01-09 11:34:29 +01:00
Kamil Kokot
f6abd23b0d
Use oneline phpdocs for property type info 2018-11-13 16:58:15 +01:00
Kamil Kokot
c01bf6a34c
Apply coding standard fixes from SyliusLabs/CodingStandard ^3.0@dev 2018-11-13 12:39:02 +01:00
Kamil Kokot
9c76edf16c
Merge branch '1.1' into 1.2
* 1.1:
  Apply coding standard fixes
  Update "Configuring taxation" docs
  [GridBundle] Do not put unnecessary "andWhere" in ExpressionBuilder
  [Grid] Fix getting enabled grid items
  [ThemeBundle] Replace "symfony/symfony" dependency with specific Symfony packages
  Keep the existing pagination when changing sorting on product list page
  Fix API validation tests
  [ShippingBundle] Add validation for ShippingMethod calculator
  Narrow down selectors to prevent unexpected bugs
  [CoreBundle] Make sure promotion action/rule amount is an integer
  set gender `u` as default value - resolves #8493
  [Order] Fixed sylius:remove-expired-carts help
  Make ArrayGridProvider more performant & suitable for PHP-PM
  [Documentation] Fix API example for creating a taxon
2018-10-03 10:40:32 +02:00
Kamil Kokot
c34b2e1f91
Fix API validation tests 2018-10-02 19:02:27 +02:00
Kamil Kokot
075bcfc13b
Fix PHPUnit tests compatibility with Sf4 client 2018-04-25 14:07:45 +02:00
Kamil Kokot
f4f2406500
Merge branch '1.1'
* 1.1:
  Fix JS error when autocomplete field is empty
  Use nullable return type
  formatting content in a email message
  willdurand/hateoas 2.12 version update (#9302)
  Minor documentation changes for product reviews
  Minor doc fix
  Correct minor typo in docs
  Test edge case for orders filtering
  Provide default times for datetime filter
  Filtering orders without time scenaio
2018-04-12 11:00:00 +02:00
Kamil Kokot
0f9bfdbd34
Merge branch '1.0' into 1.1
* 1.0:
  Fix JS error when autocomplete field is empty
  Use nullable return type
  formatting content in a email message
  willdurand/hateoas 2.12 version update (#9302)
  Minor documentation changes for product reviews
  Minor doc fix
  Correct minor typo in docs
  Test edge case for orders filtering
  Provide default times for datetime filter
  Filtering orders without time scenaio
2018-04-12 10:56:41 +02:00
Bartosz Pietrzak
655afe112c willdurand/hateoas 2.12 version update (#9302)
* willdurand/hateoas 2.12 version update

* WIP

* Expected response scheme fixes after hateoas package update

* Unnecessary file removal

* Revert "Unnecessary file removal"
2018-04-10 17:40:32 +02:00
Kamil Kokot
d46b237f72
Merge branch '1.1'
* 1.1:
  Apply coding standard fixes
  Apply coding standard fixes
2018-04-03 17:25:41 +02:00
Kamil Kokot
230037865d
Apply coding standard fixes 2018-04-03 17:24:57 +02:00
Mateusz Zalewski
26ee97a41f
Merge branch '1.1'
* 1.1:
  Fix wrong CustomerInterface type in PHPDoc
  Handle multiple notifications in NotificationChecker
  Use new ApiTestCase feature - loading multiple fixtures at once
  Fixtures fixes after Alice update
  Don't purge database after each fixtures load
  Update ApiTestCase to ^3.0
2018-03-29 09:22:11 +02:00
Łukasz Chruściel
d2739d3199
Merge pull request #9266 from Zales0123/update-lakion-api-test-case
Update ApiTestCase to ^3.0
2018-03-28 11:15:41 +02:00
Mateusz Zalewski
0c09dd7d3b
Merge branch '1.1'
* 1.1:
  [Translations] Updated translations from Crowdin
  [Translations] Updated translations from Crowdin
  Fix wrong Balrog of Morgoth name
2018-03-21 08:40:53 +01:00