Commit graph

26 commits

Author SHA1 Message Date
Grzegorz Sadowski
ee9a386574
Merge branch '1.13' into 2.0
* 1.13:
  [ECS] Fix nullable type declarations in the codebase
  [ECS] Fix nullable type declarations in Behat namespace
  [ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule
  Add default label template in ShopBundle extending the UiBundle one
  Use extends instead of include in ShopBundle flashes template
  Manage confirmation modal for ShopBundle extending UiBundle
  Use Shop pagination macro in templates
  Use Shop messages macro in templates
  Use Shop flags macro in templates
  Use Shop headers macro in templates
  Use Shop buttons macro in templates
  Add upmerging from 2.0 to api-platform-3
2024-04-16 12:45:01 +02:00
Rafikooo
87064b1cd4
[ECS] Add the NullableTypeDeclarationForDefaultNullValueFixer rule 2024-04-16 10:23:35 +02:00
Grzegorz Sadowski
9daf87fd62
Merge branch '1.13' into 2.0
* 1.13:
  [Admin] Change name of official support section in menu and adjust translations
  Add all translations & change label
  Add business support CTA to admin panel
  [ECS] Apply types order changes
  [ECS] Add union types ordering rule
  [ECS] Apply ecs fixes
  [ChannelsTest] use inArray to check locales
  [ApiBundle] Add contract tests for ProductTaxon resource
  [Behat] Add API test coverage for features/promotion/tracking_usage folder
  [ApiBundle][CatalogPromotion] Add order filters
  [ApiBundle][ProductTaxon] Move deleting productTaxon to productTaxon resource
  Use HeadersBuilder in the Customer Statistics API test
  Use query_bus instead of command_bus for query handlers
  Add handling the GetCustomerStatistics query
  Create the GetCustomerStatistics query and the GetCustomerStatisticsHandler
  Remove fr translation
  Add tests that form doesn't display Extra fields error after login in checkout
  Update src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/AddressType.php
  Prevent eager loading hundreds of countries
  [Checkout] Prevent extra fields when login in on addressing page
2023-12-15 10:42:55 +01:00
Rafikooo
fd37696d8a
[ECS] Add union types ordering rule 2023-12-14 01:20:21 +01:00
Grzegorz Sadowski
5526e0603c
Merge branch '1.13' into 2.0
* 1.13:
  Exclude PHP 8.0/Symfony 6.4 from workflows' matrixes
  [Maintenance] Fix postgres behats
  Fix product name's casing in the Behat scenario
  Add the sylius-labs/suite-tags-extension package
  [Dependencies] Change possible versions of doctrine/persistence
  [CI] Update Symfony versions in build
  [Behat][UI] Add strong typing in the CartContext class
  [ECS] Apply another ecs fixes
  [ECS] Apply ecs fixes
  [ECS] Apply ecs fixes in the tests directory
  [ECS] Add checking in the tests directory
2023-12-05 13:04:16 +01:00
Rafikooo
f41f276cec
[ECS] Add checking in the tests directory 2023-12-05 09:13:31 +01:00
Grzegorz Sadowski
698bbbdf79
Merge branch '1.13' into 2.0
* 1.13:
  [API][Behat] Create a wrapper for iri conversion [API][Behat] Extract section aware iri conversion into a standalone service
  [API][Maintenance] Swap deprecated IriConverterInterface for the not deprecated one
2023-10-06 14:01:12 +02:00
Jan Goralski
24f7f9df9d
[API][Behat] Create a wrapper for iri conversion
[API][Behat] Extract section aware iri conversion into a standalone service
2023-10-06 12:45:39 +02:00
Rafikooo
b5901e56fe
[CoreBundle] Remove the CancelOrderStateMachineCallbackPass class and related code 2023-09-26 14:36:08 +02:00
Rafikooo
5ccd65c1d3 [Maintenance] Update the copyright block 2023-06-15 07:06:38 +02:00
Grzegorz Sadowski
0d92e88ce1
Merge branch '1.11' into 1.12
* 1.11:
  Remove error suppression to fix unit tests
2023-01-11 07:29:46 +01:00
Kevin Kaniaburka
9878afb30e
Remove error suppression to fix unit tests 2023-01-10 14:39:00 +01:00
Grzegorz Sadowski
1cb71711d9
Merge branch '1.11' into 1.12
* 1.11:
  [CS][DX] Refactor
  [Maintenance][ECS] Take Gherkin syntax annotations as one group
2022-12-05 09:56:07 +01:00
Kevin Kaniaburka
1a149ec667
[Maintenance][ECS] Take Gherkin syntax annotations as one group 2022-11-23 11:48:51 +01:00
Kevin Kaniaburka
334aef2a6c
[Maintenance] Exclude copied IRI converter in ECS config 2022-11-09 02:20:08 +01:00
Rafikooo
c4a6653df6
[CS] Upgraded ecs.php configuration 2022-07-21 18:45:54 +02:00
Kevin Kaniaburka
27ebee09c9 [Maintenance] Fix missing import in ECS config 2022-05-02 15:42:21 +02:00
Mateusz Zalewski
e389f53ef9
Merge branch '1.10' into 1.11
* 1.10:
  [Docs] Updated Sylius Plus installation guide
  [Maintenance] Specify the default path in the ECS configuration
  Using Sylius template event to change logo
2022-04-29 15:40:54 +02:00
Kevin Kaniaburka
dce26c78e4 [Maintenance] Specify the default path in the ECS configuration 2022-04-28 15:36:45 +02:00
Grzegorz Sadowski
52e8b9c502
Merge branch '1.10' into 1.11
* 1.10:
  [maintenance]Fix ECS HeaderCommentFixer
  [maintenance]Run ECS in parallel
  [Templates][Admin] Refactor order payments template to use events
  [Documentation] Fix the description of items total shipping rules
2022-04-22 12:10:38 +02:00
Łukasz Chruściel
f4fcc1c75d
refactor #13890 [maintenance]Fix ECS HeaderCommentFixer (Ferror)
This PR was merged into the 1.10 branch.

Discussion
----------

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

Commits
-------

20f38df1b5 [maintenance]Fix ECS HeaderCommentFixer
2022-04-21 09:31:26 +02:00
Ferror
20f38df1b5
[maintenance]Fix ECS HeaderCommentFixer 2022-04-21 07:49:10 +02:00
Ferror
d78f93ce82
[maintenance]Run ECS in parallel 2022-04-21 07:44:38 +02:00
Mateusz Zalewski
8b42dbd04b
CS fixes 2022-01-31 16:50:41 +01:00
Mateusz Zalewski
b21b626e67
PHP 8 syntax in bundles vol.3 2022-01-31 16:03:07 +01:00
Kamil Kokot
ede831687d
Apply coding standard fixes 2021-05-01 12:55:21 +01:00