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

only write browser files if we're launching the browser #1133

Merged

Conversation

hhuuggoo
Copy link
Contributor

closes #1087

@welcome
Copy link

welcome bot commented Dec 15, 2022

Thanks for submitting your first pull request! You are awesome! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 80.05% // Head: 79.88% // Decreases project coverage by -0.17% ⚠️

Coverage data is based on head (1cdeefa) compared to base (a220430).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1133      +/-   ##
==========================================
- Coverage   80.05%   79.88%   -0.18%     
==========================================
  Files          68       68              
  Lines        8053     8053              
  Branches     1591     1591              
==========================================
- Hits         6447     6433      -14     
- Misses       1182     1198      +16     
+ Partials      424      422       -2     
Impacted Files Coverage Δ
jupyter_server/serverapp.py 79.01% <0.00%> (-0.81%) ⬇️
...ter_server/services/kernels/connection/channels.py 58.49% <0.00%> (-1.11%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@blink1073 blink1073 added the bug label Dec 15, 2022
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thank you!

@blink1073 blink1073 merged commit f6e280b into jupyter-server:main Dec 15, 2022
@welcome
Copy link

welcome bot commented Dec 15, 2022

Congrats on your first merged pull request in this project! 🎉
congrats
Thank you for contributing, we are very proud of you! ❤️

@bollwyvl
Copy link
Contributor

@hhuuggoo
Copy link
Contributor Author

Still investigating, but this may have broken jupyterlab browser check: https://github.com/jupyterlab/jupyterlab/blob/d780397fef0078cb32864e4b74494a46bbff89ee/jupyterlab/browser_check.py#L90

Ah - really sorry about that. I don't quite understand the CI setup here? It looks like tests_check failed, but - what is that? (since it does not look like tests are run there?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ServerApp should not write to disk if it does not need to
3 participants