Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

User Home Dir Check Removal #87

Merged
merged 1 commit into from
Oct 9, 2023
Merged

User Home Dir Check Removal #87

merged 1 commit into from
Oct 9, 2023

Conversation

yassinkhalifa
Copy link
Contributor

Removing the part of the code checking for the presence of a home directory for the authenticated user. This was dedicated for Jupyterhub running on a host machine before; however, we changed the implementation to containerized Jupyterhub which provisions a unified container for each user with its dedicated home dir.

Copy link
Member

@djperrefort djperrefort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The updated source code looks fine, but you also need to update the test suite to reflect your changes. In this case, that involves removing the tests that target the deleted functionality. If you scroll to the bottom of the PR, you'll see the test suite is failing. The branch protection rules on this repository will not let a PR be merged with a failing test.

Please also update the README by removing instructions relevant to the missing user redirect.

@yassinkhalifa
Copy link
Contributor Author

Okay, will work on that.

Removing the part of the code checking for the presence of a home directory for the authenticated user. This was dedicated for Jupyterhub running on a host machine before; however, we changed the implementation to containerized Jupyterhub which provisions a unified container for each user with its dedicated home dir.
@djperrefort djperrefort merged commit edd26f8 into main Oct 9, 2023
9 checks passed
@djperrefort djperrefort deleted the user-home-dir-checking branch October 9, 2023 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants