-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Mark various interfaces as api #32157
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
Mark various interfaces as api #32157
Conversation
Hi @mrtuvn. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
@magento run Functional Tests B2B |
@magento run Static Tests |
@magento run Database Compare |
@magento run Static Tests |
@magento run Database Compare |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Database Compare & Static Tests keep failing but I can't see why what you've added would cause these issues. Can you check?
@magento run all tests |
@magento run Functional Tests EE |
@magento run all tests |
@magento run Functional Tests B2B |
@magento run Functional Tests B2B |
1 similar comment
@magento run Functional Tests B2B |
Re-targeted PR branch to 2.4-develop as internal discussed with @gabrieldagama |
update update update update update update up
f43f9e2
to
9d5819a
Compare
@magento run all tests |
@magento run Integration Tests, Functional Tests CE, Functional Tests EE |
@gabrieldagama the branch with code successfully imported into |
Hi @mrtuvn, thank you for your contribution! |
Description (*)
The following interfaces marked as API
app/code/Magento/Msrp/Pricing/MsrpPriceCalculatorInterface.php
app/code/Magento/Newsletter/Model/SubscriptionManagerInterface.php
app/code/Magento/PageCache/Model/Spi/PageCacheTagsPreprocessorInterface.php
app/code/Magento/Payment/Api/Data/PaymentAdditionalInfoInterface.php
app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php (non-api) because it referenced to deprecated argument interface
Magento\Payment\Model\Method\ConfigInterface. We should replace this with stable api such as Magento\Payment\Gateway\ConfigInterface
app/code/Magento/Payment/Model/Method/TransparentInterface.php
app/code/Magento/Paypal/Helper/Shortcut/ValidatorInterface.php
app/code/Magento/Paypal/Model/Billing/Agreement/MethodInterface.php
app/code/Magento/Paypal/Model/IpnInterface.php
app/code/Magento/Paypal/Model/Payflow/Service/Response/Handler/HandlerInterface.php
app/code/Magento/Paypal/Model/Payflow/Service/Response/ValidatorInterface.php (non-api) references following non-public types:
Magento\Paypal\Model\Payflow\Transparent
app/code/Magento/Quote/Api/ChangeQuoteControlInterface.php
app/code/Magento/Quote/Model/Cart/BuyRequest/BuyRequestDataProviderInterface.php
app/code/Magento/Quote/Model/Product/QuoteItemsCleanerInterface.php
app/code/Magento/Quote/Model/Quote/Address/CustomAttributeListInterface.php
app/code/Magento/Quote/Model/Quote/Address/Total/CollectorInterface.php
app/code/Magento/Quote/Model/Quote/Address/Total/ReaderInterface.php
app/code/Magento/Quote/Model/Quote/Item/CartItemProcessorInterface.php
app/code/Magento/Quote/Model/ValidationRules/QuoteValidationRuleInterface.php
app/code/Magento/QuoteGraphQl/Model/Cart/BuyRequest/BuyRequestDataProviderInterface.php
app/code/Magento/QuoteGraphQl/Model/Cart/Payment/AdditionalDataProviderInterface.php
app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingAddressesOnCartInterface.php
app/code/Magento/QuoteGraphQl/Model/Cart/SetShippingMethodsOnCartInterface.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/CustomizableOptionValueInterface.php
app/code/Magento/QuoteGraphQl/Model/CartItem/DataProvider/Processor/ItemDataProcessorInterface.php
Marked also references class/interface as api
app/code/Magento/Paypal/Model/Billing/AbstractAgreement.php
app/code/Magento/Quote/Model/Cart/Data/CartItem.php
app/code/Magento/Quote/Model/Quote/Item/Option.php
app/code/Magento/GraphQl/Model/Query/ContextInterface.php
lib/internal/Magento/Framework/GraphQl/Query/Resolver/ContextInterface.php
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlNoSuchEntityException.php
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlInputException.php
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlAuthorizationException.php
lib/internal/Magento/Framework/GraphQl/Exception/GraphQlAuthenticationException.php
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
CC: @sivaschenko can you check valid mark api for app/code/Magento/Payment/Model/Method/Online/GatewayInterface.php
See more details above in PR description section
Contribution checklist (*)