-
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
feat: emit signal for thread, response, and comment created event #33395
feat: emit signal for thread, response, and comment created event #33395
Conversation
Thanks for the pull request, @Ian2012! 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. |
cdf42dc
to
df7db7d
Compare
@@ -406,15 +406,15 @@ def inner(self, default_store, block_count, mongo_calls, sql_queries, *args, **k | |||
return inner | |||
|
|||
@ddt.data( | |||
(ModuleStoreEnum.Type.split, 3, 8, 42), | |||
(ModuleStoreEnum.Type.split, 3, 8, 43), |
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.
One additional for the user.profile.name
68ca893
to
d855664
Compare
@mariajgrimaldi this is ready for review |
d855664
to
779ab75
Compare
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.
Some comments left to address. Thanks!
489b734
to
1716c67
Compare
@Ian2012: can we add some testing instructions to the PR cover letter? Thanks! |
496c4b1
to
a3d7e27
Compare
Thanks! I'll be testing this out. But it's looking good! |
I tested this by:
|
Yes, this was tested with the discussions MFE enabled and it was working as expected as the backend is the same: this is the output from our lms-worker in production environment:
|
1902638
to
11e024b
Compare
11e024b
to
0baac4c
Compare
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.
LGTM! Thank you so much. I'll post this PR in the #edx-platform slack channel for merging next week (so we don't merge on a Friday).
I'll merge this now! Look at this thread for more info the merge timing. |
@Ian2012 🎉 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. |
Description
This PR emits an Open edX signal for forum events.
The signals are specified in the following PR: openedx/openedx-events#273
Testing instructions:
/tmp/openedx/emails/
. There should be three emailsDependencies
This PR depends on openedx/openedx-events#273