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

refactor!: remove deprecated code #307

Closed
wants to merge 1 commit into from
Closed

Conversation

EdieLemoine
Copy link
Contributor

BREAKING CHANGE: delete class \MyParcelNL\Pdk\Account\Repository\AbstractAccountRepository
BREAKING CHANGE: delete class \MyParcelNL\Pdk\App\Api\PdkActions
BREAKING CHANGE: delete class \MyParcelNL\Pdk\App\ShippingMethod\Repository\AbstractPdkShippingMethodRepository
BREAKING CHANGE: delete class \MyParcelNL\Pdk\Settings\Repository\AbstractSettingsRepository
BREAKING CHANGE: delete const \MyParcelNL\Pdk\Base\Contract\WeightServiceInterface::DIGITAL_STAMP_RANGES
BREAKING CHANGE: delete interface \MyParcelNL\Pdk\Account\Contract\AccountRepositoryInterface
BREAKING CHANGE: delete interface \MyParcelNL\Pdk\Settings\Contract\SettingsRepositoryInterface
BREAKING CHANGE: delete method \MyParcelNL\Pdk\App\Installer\Contract\MigrationServiceInterface::all()
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Account\Model\Shop::$carrierOptions
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$customsDeclaration
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$orderLines
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$orderNotes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$recipient
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\ShippingMethod\Model\PdkShippingMethod::$allowPackageTypes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\ShippingMethod\Model\PdkShippingMethod::$allowPackageTypes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Base\Model\Address::$fullStreet
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Base\Model\Address::$streetAdditionalInfo
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Carrier\Model\Carrier::$subscriptionId
BREAKING CHANGE: delete trait \MyParcelNL\Pdk\Carrier\Concern\HasDeprecatedSubscriptionId
BREAKING CHANGE: replace \Psr\Log\LoggerInterface with \MyParcelNL\Pdk\Logger\Contract\PdkLoggerInterface

BREAKING CHANGE: delete class \MyParcelNL\Pdk\Account\Repository\AbstractAccountRepository
BREAKING CHANGE: delete class \MyParcelNL\Pdk\App\Api\PdkActions
BREAKING CHANGE: delete class \MyParcelNL\Pdk\App\ShippingMethod\Repository\AbstractPdkShippingMethodRepository
BREAKING CHANGE: delete class \MyParcelNL\Pdk\Settings\Repository\AbstractSettingsRepository
BREAKING CHANGE: delete const \MyParcelNL\Pdk\Base\Contract\WeightServiceInterface::DIGITAL_STAMP_RANGES
BREAKING CHANGE: delete interface \MyParcelNL\Pdk\Account\Contract\AccountRepositoryInterface
BREAKING CHANGE: delete interface \MyParcelNL\Pdk\Settings\Contract\SettingsRepositoryInterface
BREAKING CHANGE: delete method \MyParcelNL\Pdk\App\Installer\Contract\MigrationServiceInterface::all()
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Account\Model\Shop::$carrierOptions
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$customsDeclaration
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$orderLines
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$orderNotes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\Order\Model\PdkOrder::$recipient
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\ShippingMethod\Model\PdkShippingMethod::$allowPackageTypes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\App\ShippingMethod\Model\PdkShippingMethod::$allowPackageTypes
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Base\Model\Address::$fullStreet
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Base\Model\Address::$streetAdditionalInfo
BREAKING CHANGE: delete property \MyParcelNL\Pdk\Carrier\Model\Carrier::$subscriptionId
BREAKING CHANGE: delete trait \MyParcelNL\Pdk\Carrier\Concern\HasDeprecatedSubscriptionId
BREAKING CHANGE: remove default implementation of getLogFiles in \MyParcelNL\Pdk\Logger\AbstractLogger
BREAKING CHANGE: replace \Psr\Log\LoggerInterface with \MyParcelNL\Pdk\Logger\Contract\PdkLoggerInterface
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 55.69620% with 35 lines in your changes missing coverage. Please review.

Project coverage is 96.16%. Comparing base (58ae608) to head (fe06f41).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/Api/Concern/DecodesAddressFields.php 29.78% 33 Missing ⚠️
src/Api/Response/ApiResponse.php 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #307      +/-   ##
============================================
- Coverage     96.59%   96.16%   -0.44%     
+ Complexity     1693     1691       -2     
============================================
  Files           315      314       -1     
  Lines          5764     5767       +3     
============================================
- Hits           5568     5546      -22     
- Misses          196      221      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@EdieLemoine EdieLemoine closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant