Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to use Sylius from 1.7 to 1.10 and php 7.4 and 8.0 #139

Merged
merged 64 commits into from
Sep 8, 2021

Conversation

Roshyo
Copy link
Contributor

@Roshyo Roshyo commented Aug 18, 2021

No description provided.

@codecov
Copy link

codecov bot commented Aug 18, 2021

Codecov Report

Merging #139 (73e6507) into master (6becc19) will increase coverage by 17.03%.
The diff coverage is 88.88%.

❗ Current head 73e6507 differs from pull request most recent head adc7513. Consider uploading reports for the commit adc7513 to get more accurate results
Impacted file tree graph

@@              Coverage Diff              @@
##             master     #139       +/-   ##
=============================================
+ Coverage      9.51%   26.55%   +17.03%     
- Complexity      360      399       +39     
=============================================
  Files            63       77       +14     
  Lines          1166     1303      +137     
=============================================
+ Hits            111      346      +235     
+ Misses         1055      957       -98     
Impacted Files Coverage Δ
...figurationCodeAwareInputCommandDataTransformer.php 0.00% <0.00%> (ø)
src/Controller/Action/AddGiftCardToOrderAction.php 0.00% <0.00%> (ø)
...rc/Controller/Action/DownloadGiftCardPdfAction.php 0.00% <0.00%> (ø)
src/Controller/Action/GiftCardBalanceAction.php 0.00% <0.00%> (ø)
src/Controller/Action/SearchGiftCardAction.php 0.00% <0.00%> (ø)
...endencyInjection/SetonoSyliusGiftCardExtension.php 70.00% <ø> (ø)
...istener/DefaultGiftCardConfigurationSubscriber.php 0.00% <ø> (ø)
src/Model/GiftCard.php 42.52% <ø> (+35.63%) ⬆️
src/Model/GiftCardConfiguration.php 45.00% <ø> (+45.00%) ⬆️
.../Provider/GiftCardChannelConfigurationProvider.php 0.00% <ø> (ø)
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6becc19...adc7513. Read the comment docs.

composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
src/DependencyInjection/SetonoSyliusGiftCardExtension.php Outdated Show resolved Hide resolved
@@ -28,13 +28,13 @@
<service id="setono_sylius_gift_card.controller.action.gift_card_balance"
class="Setono\SyliusGiftCardPlugin\Controller\Action\GiftCardBalanceAction">
<argument type="service" id="setono_sylius_gift_card.repository.gift_card"/>
<argument type="service" id="fos_rest.view_handler.default"/>
<argument type="service" id="twig"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we release we need to keep in mind that this is a BC break

tests/Application/composer.json Outdated Show resolved Hide resolved
tests/Application/config/sylius/1.10/bundles.php Outdated Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
Roshyo added 2 commits August 25, 2021 07:22
Remove Assert in Extension and use @var
@Roshyo Roshyo requested a review from loevgaard August 25, 2021 11:47
composer.json Outdated Show resolved Hide resolved
Allow to create Product GC from API
@loevgaard loevgaard changed the base branch from master to 0.12.x September 8, 2021 07:31
@loevgaard loevgaard merged commit 3d36a85 into 0.12.x Sep 8, 2021
@loevgaard loevgaard deleted the support-sylius-1-10 branch September 8, 2021 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants