Merge pull request #14259 from edx/ECOM-6535
ECOM-6535 Change celery task to only pull from catalog and not programs api
Showing
- lms/djangoapps/support/tests/test_programs.py 1 addition, 10 deletionslms/djangoapps/support/tests/test_programs.py
- lms/djangoapps/support/views/programs.py 0 additions, 7 deletionslms/djangoapps/support/views/programs.py
- openedx/core/djangoapps/catalog/tests/mixins.py 1 addition, 0 deletionsopenedx/core/djangoapps/catalog/tests/mixins.py
- openedx/core/djangoapps/catalog/utils.py 1 addition, 1 deletionopenedx/core/djangoapps/catalog/utils.py
- openedx/core/djangoapps/credentials/models.py 4 additions, 2 deletionsopenedx/core/djangoapps/credentials/models.py
- openedx/core/djangoapps/credentials/tests/factories.py 3 additions, 1 deletionopenedx/core/djangoapps/credentials/tests/factories.py
- openedx/core/djangoapps/credentials/tests/mixins.py 4 additions, 9 deletionsopenedx/core/djangoapps/credentials/tests/mixins.py
- openedx/core/djangoapps/credentials/tests/test_models.py 2 additions, 2 deletionsopenedx/core/djangoapps/credentials/tests/test_models.py
- openedx/core/djangoapps/credentials/tests/test_utils.py 112 additions, 72 deletionsopenedx/core/djangoapps/credentials/tests/test_utils.py
- openedx/core/djangoapps/credentials/utils.py 28 additions, 5 deletionsopenedx/core/djangoapps/credentials/utils.py
- openedx/core/djangoapps/programs/management/commands/backpopulate_program_credentials.py 15 additions, 17 deletions...s/management/commands/backpopulate_program_credentials.py
- openedx/core/djangoapps/programs/signals.py 4 additions, 3 deletionsopenedx/core/djangoapps/programs/signals.py
- openedx/core/djangoapps/programs/tasks/v1/tasks.py 35 additions, 38 deletionsopenedx/core/djangoapps/programs/tasks/v1/tasks.py
- openedx/core/djangoapps/programs/tasks/v1/tests/test_tasks.py 44 additions, 59 deletions...edx/core/djangoapps/programs/tasks/v1/tests/test_tasks.py
- openedx/core/djangoapps/programs/tests/test_backpopulate_program_credentials.py 12 additions, 41 deletions...s/programs/tests/test_backpopulate_program_credentials.py
- openedx/core/djangoapps/programs/tests/test_signals.py 15 additions, 10 deletionsopenedx/core/djangoapps/programs/tests/test_signals.py
- openedx/core/djangoapps/programs/tests/test_utils.py 0 additions, 68 deletionsopenedx/core/djangoapps/programs/tests/test_utils.py
- openedx/core/djangoapps/programs/utils.py 18 additions, 46 deletionsopenedx/core/djangoapps/programs/utils.py
Please register or sign in to comment