Min RK
d65e2daa15
Apply suggestions from code review
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2023-06-01 12:55:07 +02:00
Min RK
4eaa7c5eb3
Reorder token request docs
...
- suggest token page first
- remove caveat about JupyterHub 0.8, which can be assumed now
- undocument `jupyterhub token`
- refresh token page screenshots, and remove duplicate screenshot of the token page
- minor improvements to language in token page
2023-05-31 14:25:03 +02:00
Min RK
02de44e551
Merge pull request #4458 from tfmark/rest-api-docs-servers-as-dict
...
'servers' should be a dict of dicts, not a list of dicts in rest-api.yml
2023-05-25 13:37:01 +02:00
tfmark
4cdf0a65cd
'servers' should be a dict of dicts, not a list of dicts in rest-api.yml
2023-05-24 16:09:26 +01:00
pre-commit-ci[bot]
b0367c21f3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-23 15:33:08 +00:00
Diogo Castro
9d68107722
Add test case for named servers
...
Adapt all tests
2023-05-23 17:30:23 +02:00
Diogo Castro
ad61c23873
Allow deletion of named servers
2023-05-23 17:30:23 +02:00
Tim Kreuzer
52d070835f
add tests for Spawner.progress_ready_hook
2023-05-22 16:41:30 +02:00
Tim Kreuzer
e477756f27
use deepcopy, to use the original_ready_event in case of an exception. Otherwise changes made before the exception would not have been reverted
2023-05-22 16:41:15 +02:00
Min RK
c359221ef3
Merge pull request #4454 from goseind/gallery_cern
...
Add CERN to Gallery of JupyterHub Deployments
2023-05-22 13:45:48 +02:00
Min RK
cc94d290ab
Merge pull request #4456 from manics/doc-config-ref
...
Config reference: link to nicer(?) API docs first
2023-05-22 13:45:33 +02:00
Min RK
da0a58cb9c
Merge pull request #4451 from minrk/preserve-cli-port
...
preserve CLI > env priority config in jupyterhub-singleuser extension
2023-05-22 13:16:08 +02:00
Simon Li
7ddd3b0589
Config reference: link to nicer(?) API docs first
...
`Configuration Reference` sounds like it's the place to go to see the full list of JupyterHub config options.
However it's not very readable as it's a plain-text dump of the output of `jupyterhub --generate-config`.
This links to some of the API doc pages instead, which present most of the information in an easier to read format. Unfortunately it also includes a lot of non-traitlets documentation.
2023-05-18 16:23:21 +01:00
Tim Kreuzer
118fa9e480
move ready event to Spawner class. Implemented as hook like pre_spawn_hook
2023-05-17 14:50:35 +02:00
Domenic Gosein
ff71d09fd1
Add CERN to Gallery of JupyterHub Deployments
2023-05-16 16:57:40 +00:00
Min RK
1eb0b1b073
preserve CLI > env priority in jupyterhub-singleuser extension
2023-05-12 17:21:12 +02:00
Min RK
9ea9902c76
Merge pull request #4448 from minrk/collab-link
...
Fix link to collaboration accounts doc in example
2023-05-11 21:35:35 +02:00
Min RK
6494017ce2
Fix link to collaboration accounts doc in example
2023-05-11 15:08:14 +02:00
Simon Li
b0cd9eebe9
Merge pull request #4443 from manics/node18
...
Update jsx dependencies as much as possible
2023-05-11 00:35:43 +01:00
Min RK
c3d4885521
Merge pull request #4428 from minrk/faq-share
...
update sharing faq for 2023
2023-05-10 17:08:32 +02:00
Min RK
2919aaae79
Merge pull request #4444 from manics/remove-alpine
...
Remove Dockerfile.alpine
2023-05-08 14:24:20 +02:00
Simon Li
1986ba71c1
Remove Dockerfile.alpine
2023-05-06 12:49:02 +01:00
Simon Li
a2c39a4dbc
Remove multi-arch cross-compilation debugging
2023-05-06 12:33:32 +01:00
Simon Li
1e847c8710
Reduce container build time to 20
2023-05-06 12:22:25 +01:00
Simon Li
83a8552a63
Clean-up FROM --platform leftover from debugging
2023-05-06 12:09:43 +01:00
Simon Li
f60c633320
Replace apt -q with apt-get -qq
2023-05-06 11:58:05 +01:00
Simon Li
a5c7384228
Completely seperate jupyterhub and other wheel stages
2023-05-06 11:44:42 +01:00
Simon Li
27de930978
More debugging
2023-05-06 10:40:07 +01:00
Simon Li
98e76d52bc
Debugging BUILDPLATFORM TARGETPLATFORM
2023-05-06 00:51:53 +01:00
Simon Li
729aac9bd1
Why is BUILDPLATFORM linux/arm64 when buliding arm64 on a gh amd64 runner?
2023-05-06 00:38:05 +01:00
Simon Li
bc85c445ab
Attempt to reduce container build time
...
JupyterHub is pure Python, so can be built in a native platform image and copied into the target platform image
2023-05-06 00:03:32 +01:00
Simon Li
9f708fa10c
lodash per method packages are deprecated
...
https://lodash.com/per-method-packages
2023-05-05 23:36:53 +01:00
Simon Li
d26c7cd6fc
Try increasing release container build time to 45
2023-05-05 22:54:20 +01:00
Simon Li
0174083439
regenerate yarn.lock
2023-05-05 21:04:03 +01:00
Simon Li
e6fc2aee4a
Update package.json as much as possible without tests failing
2023-05-05 21:04:03 +01:00
Simon Li
47513cfbd0
npx npm-check-updates -u
2023-05-05 21:04:03 +01:00
Simon Li
4e7147a495
Update nodejs from 12 to 18
2023-05-05 21:04:00 +01:00
Min RK
5cfc0db0d5
Merge pull request #4441 from ryanlovett/support-bot-typo
2023-05-04 08:37:24 +02:00
ryanlovett
eb862e2cbb
Fix "Thanks" typo.
2023-05-03 17:35:10 -07:00
Min RK
98799e4227
Merge pull request #4432 from huntdatacenter/add-research-institution
...
add HUNT into research institutions
2023-05-03 14:07:04 +02:00
Min RK
ea6a0e53cc
Merge pull request #4440 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-05-02 09:14:20 +02:00
Min RK
f2b42a50c8
Merge pull request #4438 from yuvipanda/no-mo-admin
...
Remove old admin JS code
2023-05-02 09:13:33 +02:00
pre-commit-ci[bot]
43336f5b07
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-02 04:27:03 +00:00
pre-commit-ci[bot]
bf2d948366
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2 )
- [github.com/PyCQA/autoflake: v2.0.2 → v2.1.1](https://github.com/PyCQA/autoflake/compare/v2.0.2...v2.1.1 )
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode )
2023-05-02 04:26:36 +00:00
YuviPanda
271fd35bce
Remove old admin JS code
...
We have a new react based admin, and this JS was just loading
and doing nothing.
2023-05-01 11:35:22 -07:00
Min RK
1d70986c25
Merge pull request #4435 from mouse1203/playwright_more
...
Finish migrating browser tests from selenium to playwright
2023-04-28 12:50:52 +02:00
mouse1203
ec017d1f1d
Update test_browser.py
...
added to test_start_stop_server_on_admin_page waiting to load page
2023-04-27 15:16:29 +02:00
mouse1203
a8c804de5b
Finish to migrate tests from selenium to playwright
...
Removed selenium tests and configuration
Added the rest of playwright tests
2023-04-27 14:43:59 +02:00
Min RK
3578001fab
Merge pull request #4431 from mouse1203/playwright_more
...
Migrate some tests from selenium to playwright
2023-04-27 12:59:53 +02:00
Matúš Košút
b199110276
add HUNT into research institutions
2023-04-26 16:13:13 +02:00