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

Add base_url to routes #61

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Conversation

davidbrochart
Copy link
Collaborator

@codecov
Copy link

codecov bot commented Nov 22, 2022

Codecov Report

Base: 0.00% // Head: 0.00% // No change to project coverage 👍

Coverage data is based on head (40e2dd7) compared to base (0730c89).
Patch coverage: 0.00% of modified lines in pull request are covered.

❗ Current head 40e2dd7 differs from pull request most recent head ae7d34f. Consider uploading reports for the commit ae7d34f to get more accurate results

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #61   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines        276     277    +1     
=====================================
- Misses       276     277    +1     
Impacted Files Coverage Δ
jupyter_server_ydoc/app.py 0.00% <0.00%> (ø)

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.

Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

@hbcarlos hbcarlos left a comment

Choose a reason for hiding this comment

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

Thanks, @davidbrochart!

@davidbrochart davidbrochart merged commit a8d0e59 into jupyterlab:main Nov 22, 2022
@davidbrochart davidbrochart deleted the base_url branch November 22, 2022 08:13
(r"/api/yjs/roomid/(.*)", YDocRoomIdHandler),
(r"/api/yjs/(.*)", YDocWebSocketHandler),
url_path_join(
self.settings["base_url"], (r"/api/yjs/roomid/(.*)", YDocRoomIdHandler)
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, and it seems to be confirmed by the Binder.

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 just yanked jupyter-server-ydoc v0.5.0 on PyPI.

davidbrochart added a commit to davidbrochart/jupyter_collaboration that referenced this pull request Nov 22, 2022
davidbrochart added a commit to davidbrochart/jupyter_collaboration that referenced this pull request Nov 22, 2022
davidbrochart added a commit that referenced this pull request Nov 22, 2022
hbcarlos pushed a commit to hbcarlos/jupyter-collaboration that referenced this pull request Jan 29, 2023
hbcarlos pushed a commit to hbcarlos/jupyter-collaboration that referenced this pull request Jan 29, 2023
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
None yet
Development

Successfully merging this pull request may close these issues.

[3.6.0a4] Can't create a notebook with RTC enabled
4 participants