-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Lytvynenko/changed link parsing #33565
Lytvynenko/changed link parsing #33565
Conversation
…/edx-platform into lytvynenko/changed_link_parsing
Thanks for the pull request, @Inferato! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
Hi @Inferato! Just flagging that there are some failing checks. |
Hi there @Inferato: could you add testing instructions to the cover letter? Thanks! |
Taras can't longer lead this PR (and the rest, if any) I will take it under my care ASAP (or try to find someone to do so). Sorry for inconveniences |
@dyudyunov: thank you for the heads up! |
Hello @mariajgrimaldi I can't edit the PR description, so I will leave testing instructions as a comment. Steps to reproduce:
ACTUAL RESULT:in the link everything after the "?" sign was cut so the saved profile URL is incorrect and leads to the FB profile of the person who clicked the link instead of the person whose openedx profile it belongs to EXPECTED RESULT:The original link is saved, and the correct FB profile is opened NOTES:
|
Hello all! Aperture has created a ticket to review this PR and will prioritize in the next ticket refinement session |
Hey all! I am on on-call this week for the Aperture team (@MaxFrank13 was on-call last week, hence his comment here). I know there's a |
Hi @jsnwesson - We (the OSPR triage team), haven't used the "needs maintainer attention" - I think that was designated for internal 2U use. We have been using "needs engineering review" but I'm not sure how much it was helping. We can continue to use the "needs engineering review" as discussed in Slack. In this situation however, it looks like @cmltaWt0 recently added a "product review label", so we need to get that sorted first. @cmltaWt0 - can you please clarify if this is something that has been added to the product roadmap board for review? Product needs to be alerted if this needs product review. It previously didn't need it so it was with Engineering for review. If that has changed, please let us know. Thanks! |
The |
I don't think this needs product review. I removed the label. |
@jsnwesson this is now ready (along with its backport) for review. Product review is not needed. Thanks! |
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.
Thanks for doing this work. I tested locally and everything worked for me. I was able to successfully link an actual FB profile, rather than getting routed to my own.
Do you want @openedx/2u-aperture to merge this and the backport for you, or are you good now? Edit: my understanding is that I should be doing this merge now, so I will go ahead and do that. |
@Inferato 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
* fix: Social link parsing approach changed * feat: fix tests * fix: tests --------- Co-authored-by: Edward Zarecor <[email protected]>
Since social URLs can be not only as a {social_media}/{username} we need to allow the use of any profile links
Closed:#33499
Related: open-release/quince.master