-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix: Bugs with "Publish All Changes" in Library [FC-0083] #36640
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
fix: Bugs with "Publish All Changes" in Library [FC-0083] #36640
Conversation
|
Thanks for the pull request, @bradenmacdonald! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
215f23b to
4701a25
Compare
2a05d58 to
6fb0614
Compare
navinkarkera
left a comment
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.
@bradenmacdonald Looks good to me.
👍
- I tested this: (Created, updated, deleted and published components and containers)
- I read through the code
- I checked for accessibility issues
- Includes documentation
Co-authored-by: Navin Karkera <navin@opencraft.com>
93397ed to
463a23c
Compare
|
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: "[created] received a naive datetime" * fix: leaky "isolation" of events was causing test failures * fix: make lib events more specific, emit them async, handle hierarchy correctly * chore: bump openedx-events to 10.2.0 for new library PUBLISHED events (cherry picked from commit 2e91a05)
) * fix: "[created] received a naive datetime" * fix: leaky "isolation" of events was causing test failures * fix: make lib events more specific, emit them async, handle hierarchy correctly * chore: bump openedx-events to 10.2.0 for new library PUBLISHED events (cherry picked from commit 2e91a05)
…36687) * fix: "[created] received a naive datetime" * fix: leaky "isolation" of events was causing test failures * fix: make lib events more specific, emit them async, handle hierarchy correctly * chore: bump openedx-events to 10.2.0 for new library PUBLISHED events (cherry picked from commit 2e91a05) Co-authored-by: Braden MacDonald <braden@opencraft.com>
* fix: "[created] received a naive datetime" * fix: leaky "isolation" of events was causing test failures * fix: make lib events more specific, emit them async, handle hierarchy correctly * chore: bump openedx-events to 10.2.0 for new library PUBLISHED events
* fix: "[created] received a naive datetime" * fix: leaky "isolation" of events was causing test failures * fix: make lib events more specific, emit them async, handle hierarchy correctly * chore: bump openedx-events to 10.2.0 for new library PUBLISHED events
Description
Fixes openedx/frontend-app-authoring#1871
To fix it, this PR:
_PUBLISHEDevents) from events that affect the draft versions (CREATED,UPDATED,DELETED, etc.)PublishLog/DraftChangeLogto emit much more targeted events for only the components/containers/collections that were actually affected, whether directly or indirectly.Dependencies
Requires openedx/openedx-events#494 for the new
_PUBLISHEDevents.Testing instructions
Read through all the consolidated event tests in
test_events.pyand make sure they make sense.Try other combinations of changes and make sure that the right search index updates are getting made.
Deadline
ASAP. Also will need to be backported to Teak as well.
Private ref: FAL-4156