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

feat!: Remove the django-splash app. #34528

Merged
merged 3 commits into from
Apr 19, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Apr 17, 2024

DEPR: openedx/public-engineering#224

The django-splash repo was created 11 years ago to let the LMS redirect
users to a splash screen when a user comes to the site for the first
time. It works by looking for a configurable cookie value and
redirecting from the middleware.

This feature was never documented, has some edx.org hardcoded defaults,
and is not compatible with MFEs.

BREAKING CHANGE: The django splash feature will no longer be available.

@feanil feanil force-pushed the feanil/remove_django_splash branch from ae5222e to 6cab9db Compare April 17, 2024 14:57
@feanil feanil requested a review from a team as a code owner April 17, 2024 14:57
DEPR: openedx/public-engineering#224

The django-splash repo was created 11 years ago to let the LMS redirect
users to a splash screen when a user comes to the site for the first
time. It works by looking for a configurable cookie value and
redirecting from the middleware.

This feature was never documented, has some edx.org hardcoded defaults,
and is not compatible with MFEs.

BREAKING CHANGE: The django splash feature will no longer be available.
@feanil feanil merged commit 6ea123d into master Apr 19, 2024
67 checks passed
@feanil feanil deleted the feanil/remove_django_splash branch April 19, 2024 14:53
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

1 similar comment
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

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.

Test django-splash on Python 3.11
3 participants