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

fix: Correcting patch file and making changes to make jupyter work in dev env #12

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

Abdul-Muqadim-Arbisoft
Copy link
Collaborator

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft commented Jul 29, 2024

This PR addresses issues with the Tutor Jupyter plugin not functioning in development mode. Previously, the plugin lacked a necessary patch file for development environments. This update introduces a new patch file, openedx-development-settings, which ensures that the Jupyter plugin operates correctly in both development and local modes.

Additionally, this PR removes an incorrect reference to a non-existent patch file named dev-docker-compose-services. Confirmation that this patch file does not exist can be found in the official documentation here: Tutor Patches Reference.

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft added the bug Something isn't working label Jul 29, 2024
@@ -0,0 +1,8 @@
jupyterhub:
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmmm, why is this needed now? How was it working before?

Copy link
Contributor

Choose a reason for hiding this comment

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

@Abdul-Muqadim-Arbisoft following up on this. Plus, having the info in the PR description will be helpful as well

Copy link
Collaborator Author

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft Aug 6, 2024

Choose a reason for hiding this comment

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

Moving this PR to draft, since needs some more modifications, will add description as well , tutor Jupyter was never working before on dev but it was only working on local, due to wrong patch file there is no such path as dev-docker-compose-services

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have completed the testing, and the description has been updated accordingly. The Tutor Jupyter plugin now functions correctly in both development and local modes.

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft marked this pull request as draft August 6, 2024 09:04
@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft marked this pull request as ready for review August 26, 2024 17:21
Copy link
Contributor

@DawoudSheraz DawoudSheraz left a comment

Choose a reason for hiding this comment

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

tested dev, working fine.
nit: please add a changelog for this change.

@Abdul-Muqadim-Arbisoft Abdul-Muqadim-Arbisoft merged commit 00bb883 into master Sep 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

2 participants