Skip to content

Commit

Permalink
♻️[DEPR]: Neo4J Support openedx#34342
Browse files Browse the repository at this point in the history
  • Loading branch information
qasim.gulzar committed Mar 25, 2024
1 parent 7aae617 commit 855bafd
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 1,885 deletions.
1 change: 0 additions & 1 deletion .github/workflows/unit-test-shards.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
"paths": [
"cms/djangoapps/api/",
"cms/djangoapps/cms_user_tasks/",
"cms/djangoapps/coursegraph/",
"cms/djangoapps/course_creators/",
"cms/djangoapps/export_course_metadata/",
"cms/djangoapps/maintenance/",
Expand Down
7 changes: 0 additions & 7 deletions cms/djangoapps/contentstore/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ def listen_for_course_publish(sender, course_key, **kwargs): # pylint: disable=
update_search_index,
update_special_exams_and_publish
)
from cms.djangoapps.coursegraph.tasks import (
dump_course_to_neo4j
)

# register special exams asynchronously after the data is ready
course_key_str = str(course_key)
Expand All @@ -141,10 +138,6 @@ def listen_for_course_publish(sender, course_key, **kwargs): # pylint: disable=
# Push the course outline to learning_sequences asynchronously.
update_outline_from_modulestore_task.delay(course_key_str)

if settings.COURSEGRAPH_DUMP_COURSE_ON_PUBLISH:
# Push the course out to CourseGraph asynchronously.
dump_course_to_neo4j.delay(course_key_str)

# Finally, call into the course search subsystem
# to kick off an indexing action
if CoursewareSearchIndexer.indexing_is_enabled() and CourseAboutSearchIndexer.indexing_is_enabled():
Expand Down
120 changes: 0 additions & 120 deletions cms/djangoapps/coursegraph/README.rst

This file was deleted.

Empty file.
123 changes: 0 additions & 123 deletions cms/djangoapps/coursegraph/admin.py

This file was deleted.

17 changes: 0 additions & 17 deletions cms/djangoapps/coursegraph/apps.py

This file was deleted.

Empty file.
Empty file.
Loading

0 comments on commit 855bafd

Please sign in to comment.