Merge pull request #11198 from edx/block-cache/collect-phase
Refactor Block Cache to separate Collect and Transform phases
Showing
- lms/djangoapps/course_api/blocks/api.py 16 additions, 18 deletionslms/djangoapps/course_api/blocks/api.py
- lms/djangoapps/course_api/blocks/tests/helpers.py 0 additions, 0 deletionslms/djangoapps/course_api/blocks/tests/helpers.py
- lms/djangoapps/course_api/blocks/tests/test_api.py 3 additions, 1 deletionlms/djangoapps/course_api/blocks/tests/test_api.py
- lms/djangoapps/course_api/blocks/tests/test_forms.py 2 additions, 1 deletionlms/djangoapps/course_api/blocks/tests/test_forms.py
- lms/djangoapps/course_api/blocks/tests/test_serializers.py 6 additions, 4 deletionslms/djangoapps/course_api/blocks/tests/test_serializers.py
- lms/djangoapps/course_api/blocks/tests/test_views.py 3 additions, 2 deletionslms/djangoapps/course_api/blocks/tests/test_views.py
- lms/djangoapps/course_api/blocks/transformers/block_counts.py 1 addition, 1 deletion...djangoapps/course_api/blocks/transformers/block_counts.py
- lms/djangoapps/course_api/blocks/transformers/block_depth.py 1 addition, 1 deletionlms/djangoapps/course_api/blocks/transformers/block_depth.py
- lms/djangoapps/course_api/blocks/transformers/blocks_api.py 1 addition, 1 deletionlms/djangoapps/course_api/blocks/transformers/blocks_api.py
- lms/djangoapps/course_api/blocks/transformers/navigation.py 1 addition, 1 deletionlms/djangoapps/course_api/blocks/transformers/navigation.py
- lms/djangoapps/course_api/blocks/transformers/proctored_exam.py 1 addition, 1 deletion...angoapps/course_api/blocks/transformers/proctored_exam.py
- lms/djangoapps/course_api/blocks/transformers/student_view.py 1 addition, 1 deletion...djangoapps/course_api/blocks/transformers/student_view.py
- lms/djangoapps/course_api/blocks/transformers/tests/test_block_counts.py 1 addition, 1 deletion...course_api/blocks/transformers/tests/test_block_counts.py
- lms/djangoapps/course_api/blocks/transformers/tests/test_block_depth.py 3 additions, 3 deletions.../course_api/blocks/transformers/tests/test_block_depth.py
- lms/djangoapps/course_api/blocks/transformers/tests/test_navigation.py 4 additions, 4 deletions...s/course_api/blocks/transformers/tests/test_navigation.py
- lms/djangoapps/course_api/blocks/transformers/tests/test_proctored_exam.py 5 additions, 5 deletions...urse_api/blocks/transformers/tests/test_proctored_exam.py
- lms/djangoapps/course_api/blocks/transformers/tests/test_student_view.py 1 addition, 1 deletion...course_api/blocks/transformers/tests/test_student_view.py
- lms/djangoapps/course_blocks/__init__.py 1 addition, 1 deletionlms/djangoapps/course_blocks/__init__.py
- lms/djangoapps/course_blocks/api.py 52 additions, 19 deletionslms/djangoapps/course_blocks/api.py
- lms/djangoapps/course_blocks/management/__init__.py 0 additions, 0 deletionslms/djangoapps/course_blocks/management/__init__.py
Loading
Please register or sign in to comment