-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Update Code to 1.97.0 #7199
Update Code to 1.97.0 #7199
Conversation
Deployed at https://coder.jupyter.b-data.ch. Opening |
If someone else wants to give it a try. Dev ContainerJupyerLab + docker run -it --rm \
-p 8888:8888 \
-v jupyterlab-jovyan:/home/jovyan \
glcr.b-data.ch/jupyterlab/python/base:latest-devtools (Or use the The workflow from scratchApply/Update patches
Update Node version
Set
|
Ping @code-asher |
Interesting, when I run it locally it all seems to work. I do see some base path stuff we could likely optimize so I will check that out. Not sure why CI is not running though, or why it thinks |
This is to get a newer version of Node since we need > 20.18.1.
79b3417
to
9ffead3
Compare
a45ddf5
to
83c9c88
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7199 +/- ##
==========================================
- Coverage 72.52% 72.39% -0.13%
==========================================
Files 31 31
Lines 1907 1913 +6
Branches 412 414 +2
==========================================
+ Hits 1383 1385 +2
- Misses 444 446 +2
- Partials 80 82 +2 Continue to review full report in Codecov by Sentry.
|
c86cb8c
to
e62c15d
Compare
e62c15d
to
a17cb36
Compare
Fixes #7184