Commit 823e68e
authored
Use relative path to server root (jupyterlab#939)
* Set path as URL path fragment
* Pass path in uri
* API calls using relative path
* Remove server root from front end
* Fix unit tests
* Test fix jupyterlab#775
* Test fix jupyterlab#684
* Clean up
* Some docs
* Fix CI
* Avoid using broken @jupyterlab/testutils
* Resolve conflict
* Fix lru_cache for py<3.8
* Fix jest tests
* Fix for python 3.61 parent e7794af commit 823e68e
File tree
45 files changed
+2295
-1760
lines changed- .github/workflows
- jupyterlab_git
- tests
- files
- specification
- src
- tests
- test-components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+2295
-1760
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
| 54 | + | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments