-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use Jupyter file ID service if installed #41
Conversation
Codecov ReportBase: 0.00% // Head: 0.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #41 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 2 2
Lines 195 218 +23
=====================================
- Misses 195 218 +23
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. |
a8da525
to
a645d9a
Compare
8db6b68 will need jupyter-server/jupyter_ydoc#81. |
8cd6859
to
0053f1b
Compare
9fa6d5d
to
38be0fc
Compare
38be0fc
to
fe98d7f
Compare
Awesome! |
* Use file ID * Get id2path from server settings * Remove jupyter_server_fileid dependency * get_file_info() doesn't return file_id * Set Y document path * Add GET room ID handler, directly access file ID manager * Call sync_all() if get_path(id) returns None * Change GET to PUT with body, return room ID * sync_all() is not needed anymore in jupyter_server_fileid v0.6
No description provided.