-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
[MM-54994] Use local requests instead of HTTP requests in the flow library #26471
Conversation
E2E tests not automatically triggered, because the PR is not in a mergeable state. Please update the branch with the base branch and resolve outstanding conflicts. |
I did try writing tests for the change but gave up due to the fact that |
Can you please test this PR as part of the JIRA v4.1.1 release testing? (https://community.mattermost.com/core/pl/nnrfcy7s6bd7zcngg79c89bzpe) |
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.
Approving this PR on the behalf that the Jira release-candidate 4.1.1 has been already tested.
For more info, please go through this thread:-
https://community.mattermost.com/core/pl/bhgj3s3bhjyrxbjpcjxnt9fs5w
Summary
Instead of a complete round trip via HTTP, the flow library now uses a local request.
Many customers had issues due to firewall configurations, as the MM server could not reach itself via HTTP.
Please note that this PR contains a breaking change for the
flow
package. I will file follow-up tickets to update the Jira, GitHub and Gitlab plugin.Ticket Link
https://mattermost.atlassian.net/browse/MM-54994
Release Note