-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Improve Extensibility of Service URL Generation #37403
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
Improve Extensibility of Service URL Generation #37403
Conversation
There are some legitimate cases for wanting to customise this function. Let's encourage people to do so in a more maintainable way i.e. via plugins instead of preferences.
|
Hi @pykettk. Thank you for your contribution! Add the comment under your pull request to deploy test or vanilla Magento instance:
❗ Automated tests can be triggered manually with an appropriate comment:
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
|
@magento create issue |
|
@magento run all tests |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
|
@magento run Functional Tests B2B Integration Tests WebAPI Tests |
|
Failed to run the builds. Please try to re-run them later. |
|
@magento run Functional Tests B2B |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
|
@magento run all tests |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
|
Accidental closure 😅 |
|
@magento run all tests |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
|
@magento run Functional Tests CE |
|
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
|
Hello @pykettk, Thanks for the collaboration & contribution! ✔️ QA Passed Steps to reproduce
Before: ✖️ After: ✔️ Builds are failed. Hence, moving this PR to Extended Testing. Thanks |
|
@magento run all tests |
|
@magento run WebAPI Tests, Functional Tests B2B |
|
@magento run all tests |
|
@magento run all tests |
|
@magento run Functional Tests B2B, Static Tests |
|
One Consistent Test Failure is a known issue and Jira has been raised for the same. Other test failures for Functional B2B are inconsistent and seems to be flaky. They neither part of PR nor failing because of the PR changes. Build 1: Allure Report B2B Build 2: Allure Report B2B Known Issue: AdminCreateTemporaryUpdateProductTest ACQE-7838 Hence moving this PR in Merge In Progress. |
561d53d
into
magento:2.4-develop





Description (*)
There are some legitimate cases for wanting to customise this function. Let's encourage people to do so in a more maintainable way i.e. via plugins instead of preferences.
Fixed Issues
#37404
Manual testing scenarios (*)
Magento\Store\Model\Argument\Interpreter\ServiceUrl::getServiceUrl()functionContribution checklist (*)
Resolved issues: