ARCHBOM-1305: remove deprecated flag_undefined_default (#24426)
This is the final step in removing the deprecated flag_undefined_default as explained by the following ADR: https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst Notes: * All uses of flag_undefined_default=False were always supposed to have been no-ops. * All uses of flag_undefined_default=True that are removed in this PR have been replaced by migrations in past PRs. * The temporary metric temp_flag_default_used id no longer reporting any data. ARCHBOM-1305
Showing
- cms/djangoapps/contentstore/config/waffle.py 0 additions, 3 deletionscms/djangoapps/contentstore/config/waffle.py
- cms/djangoapps/contentstore/views/videos.py 0 additions, 1 deletioncms/djangoapps/contentstore/views/videos.py
- lms/djangoapps/course_api/blocks/toggles.py 0 additions, 1 deletionlms/djangoapps/course_api/blocks/toggles.py
- lms/djangoapps/experiments/flags.py 1 addition, 1 deletionlms/djangoapps/experiments/flags.py
- lms/djangoapps/experiments/views_custom.py 0 additions, 1 deletionlms/djangoapps/experiments/views_custom.py
- lms/djangoapps/grades/config/waffle.py 0 additions, 4 deletionslms/djangoapps/grades/config/waffle.py
- lms/djangoapps/grades/tests/test_tasks.py 10 additions, 10 deletionslms/djangoapps/grades/tests/test_tasks.py
- lms/djangoapps/instructor/toggles.py 0 additions, 1 deletionlms/djangoapps/instructor/toggles.py
- lms/djangoapps/instructor_task/config/waffle.py 0 additions, 2 deletionslms/djangoapps/instructor_task/config/waffle.py
- lms/djangoapps/verify_student/toggles.py 0 additions, 1 deletionlms/djangoapps/verify_student/toggles.py
- openedx/core/djangoapps/models/config/waffle.py 0 additions, 1 deletionopenedx/core/djangoapps/models/config/waffle.py
- openedx/core/djangoapps/schedules/config.py 0 additions, 2 deletionsopenedx/core/djangoapps/schedules/config.py
- openedx/core/djangoapps/user_authn/views/register.py 0 additions, 1 deletionopenedx/core/djangoapps/user_authn/views/register.py
- openedx/core/djangoapps/video_pipeline/config/waffle.py 0 additions, 2 deletionsopenedx/core/djangoapps/video_pipeline/config/waffle.py
- openedx/core/djangoapps/waffle_utils/__init__.py 49 additions, 59 deletionsopenedx/core/djangoapps/waffle_utils/__init__.py
- openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst 2 additions, 0 deletions...tils/docs/decisions/0001-refactor-waffle-flag-default.rst
- openedx/core/djangoapps/waffle_utils/tests/test_init.py 22 additions, 24 deletionsopenedx/core/djangoapps/waffle_utils/tests/test_init.py
- openedx/features/course_experience/__init__.py 1 addition, 1 deletionopenedx/features/course_experience/__init__.py
- openedx/features/discounts/applicability.py 0 additions, 1 deletionopenedx/features/discounts/applicability.py
Please register or sign in to comment