-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Api interfaces mark 1 #32135
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
Api interfaces mark 1 #32135
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 |
2ae4fb3
to
cf3bebb
Compare
rebased 2.5-develop |
@magento run all tests |
cf3bebb
to
1019b91
Compare
Fixed static tests |
@magento run WebAPI Tests, Functional Tests B2B |
@@ -7,6 +7,8 @@ | |||
|
|||
/** | |||
* Instances of this interface represent config binging items declared in etc/queue_topology.xsd | |||
* | |||
* @api |
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.
Hi @mrtuvn,
Could you please share why this class is also marked as @api
?
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.
https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/Amqp/Topology/BindingInstallerInterface.php <= this class need marked api as purpose of this PR. When you see content this interface you can find this interface reference to another Magento\Framework\MessageQueue\Topology\Config\ExchangeConfigItem\BindingInterface (non-api)
So we also need mark this interface referenced to api too
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.
You can see info interface listed in description
Hi @hws47a, thank you for the review.
|
Re-targeted PR branch to 2.4-develop as internal discussed with @gabrieldagama |
1019b91
to
61f8d7e
Compare
@magento run all tests |
@magento run WebAPI Tests |
@magento import code to https://github.com/magento-engcom/magento2ce |
@gabrieldagama the branch with code successfully imported into |
Hi @mrtuvn, thank you for your contribution! |
Description (*)
Marked following interfaces as API
lib/internal/Magento/Framework/Amqp/Topology/BindingInstallerInterface.php
lib/internal/Magento/Framework/Api/AttributeTypeResolverInterface.php
lib/internal/Magento/Framework/Api/CriteriaInterface.php
lib/internal/Magento/Framework/Api/Search/AggregationInterface.php
lib/internal/Magento/Framework/Api/Search/AggregationValueInterface.php
lib/internal/Magento/Framework/Api/Search/BucketInterface.php
lib/internal/Magento/Framework/Api/Search/DocumentInterface.php
lib/internal/Magento/Framework/Api/Search/ReportingInterface.php
lib/internal/Magento/Framework/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/CustomConditionInterface.php
lib/internal/Magento/Framework/Api/SearchCriteria/CollectionProcessor/ConditionProcessor/CustomConditionProviderInterface.php
lib/internal/Magento/Framework/Api/SimpleBuilderInterface.php
lib/internal/Magento/Framework/App/Action/HttpConnectActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpDeleteActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpGetActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpOptionsActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpPatchActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpPostActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpPropfindActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpPutActionInterface.php
lib/internal/Magento/Framework/App/Action/HttpTraceActionInterface.php
lib/internal/Magento/Framework/App/AreaInterface.php
lib/internal/Magento/Framework/App/Config/CommentInterface.php
lib/internal/Magento/Framework/App/Config/CommentParserInterface.php
lib/internal/Magento/Framework/App/Config/ConfigResource/ConfigInterface.php
lib/internal/Magento/Framework/App/Config/ConfigSourceInterface.php
lib/internal/Magento/Framework/App/Config/ConfigTypeInterface.php
lib/internal/Magento/Framework/App/Config/Reader/Source/SourceInterface.php
lib/internal/Magento/Framework/App/Config/Scope/ReaderInterface.php
lib/internal/Magento/Framework/App/Config/Spi/PostProcessorInterface.php
lib/internal/Magento/Framework/App/Config/Spi/PreProcessorInterface.php
References class/interfaces also marked api
lib/internal/Magento/Framework/MessageQueue/Topology/Config/ExchangeConfigItem/BindingInterface.php
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)