Closed BetoFandino closed 6 months ago
Thanks for this @BetoFandino.
In #254, we already added social-auth-core
as a requirement for this plugin to avoid the try-except errors related to social_core
. But we probably still need your proposal for other packages, for example, sentry. Let me know when you require a review for this 🙌
Hi @MaferMazu, super thank you very much but then I ask you two little things:
You already have this PR @BetoFandino; we can continue the process of adding the try-except to sentry imports in your PR, and in the palm support PR, handle thesocial_core
imports. About the TPA requirements, thanks for that, I didn't notice, I will remove it in #254
Ok @MaferMazu, then I will make the pertinent changes in this PR. Thank you very much!!! 😃
@BetoFandino, do you still want to merge this?
@MaferMazu if possible yes please
@BetoFandino, can you fix the issues, please?
hi! I hope you're well.
@BetoFandino, just a friendly reminder about this PR so we can continue the merging process, thank you c:
Thanks for updating this, @BetoFandino. I only have a question: Why do we need the file coursekey_h_v1? In my understanding, that file is to support the Open edX Release Hawthorn, and right now, we have a coursekey_m_v1 that supports Maple and all the next releases.
The rest looks good to me. When we figure out the Hawthorn backend, we will be good to merge.
Hi @MaferMazu , yes you are right coursekey_h_v1 is no longer needed, I removed it and updated the PR.
Logs in errors imports
Description
This change is due to the difficulty in tracking errors in some imports. They will help to locate faster any errors or warnings that may occur that may hinder testing and debugging.
Useful information to include:
Checklist for Merge