Skip to content
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

Merge hotfixes down into unstable #3883

Merged
merged 57 commits into from
Dec 14, 2022

Conversation

bjester
Copy link
Member

@bjester bjester commented Dec 14, 2022

Summary

Merge conflicts:

diff --cc contentcuration/contentcuration/tests/helpers.py
index eeddd11c5,cf1d54130..000000000
--- a/contentcuration/contentcuration/tests/helpers.py
+++ b/contentcuration/contentcuration/tests/helpers.py
@@@ -2,8 -2,9 +2,13 @@@ from builtins import st
  from importlib import import_module
  
  import mock
++<<<<<<< HEAD
 +from celery import states
++=======
+ from search.models import ContentNodeFullTextSearch
++>>>>>>> unstable
  
+ from contentcuration.models import ContentNode
  from contentcuration.models import TaskResult
  

bjester and others added 30 commits November 14, 2022 09:31
Fix missing information on pending task results
Fix task duplication when kwargs contain UUIDs
Allow exercises with raw_data set to be complete.
…d_order

Revert server side ordering to fix performance issues.
Optimize use of channel in unpublished_changes query
trying to do prohibited direct prop modification on component.
Lint.
bjester and others added 25 commits November 30, 2022 07:12
Add task helpers and stop enqueuing storage calculation tasks for admins
…aborted connection errors, and other sentry reporting changes
Hotfixes to add new probers, address Sentry reporting issues, and other issues
…assessment_item

Fixes `sync_channel` assessment item bug
…lizer

Fix axios key name for custom param serializer
…down.

Add regression test to make guarantee about markdown conversion.
@bjester bjester requested a review from rtibbles December 14, 2022 20:26
@bjester bjester merged commit 8514330 into learningequality:unstable Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants