Erik Sundell
270ec00343
Update tmpauthenticator from 0.6 to 1.0.0
2023-05-22 16:09:54 +02:00
Erik Sundell
27a94f4645
Update jupyterhub-configurator to latest
2023-05-22 12:38:27 +02:00
Erik Sundell
d4ef212b05
Update nativeauthenticator from 1.1.0 to 1.2.0 to support jh4
2023-05-22 12:37:51 +02:00
Erik Sundell
c6c3c96f9a
Merge pull request #890 from consideRatio/pr/only-upgrade-whats-unconditionally-required
...
Only upgrade jupyterhub in user env when upgrading tljh, ensure pip>=23.1.2 in user env
2023-05-22 12:23:10 +02:00
Erik Sundell
21312b2cfd
user env: upgrade jh based on hub spec
2023-05-18 23:56:46 +02:00
Erik Sundell
c1aa30a479
hub env: remove pip pinning, always upgrade pip
2023-05-18 23:52:14 +02:00
Erik Sundell
6388d390e1
refactor: improve readability of a section
2023-05-18 23:51:41 +02:00
Erik Sundell
9c83e9000e
user env: ensure pip>=23.1.2 on install
2023-05-18 23:51:41 +02:00
Erik Sundell
eaa16babb5
hub env: use req. file and add lower bounds for readability
2023-05-18 23:51:41 +02:00
Erik Sundell
a86e4ce153
user env: only upgrade jupyterhub in user env when upgrading tljh
2023-05-18 23:51:29 +02:00
Erik Sundell
282af833bf
Merge pull request #898 from jrdnbradford/update-google-auth-docs
...
Update Google auth docs
2023-05-18 17:05:07 +02:00
pre-commit-ci[bot]
eeb76c0894
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-18 14:08:35 +00:00
Jordan
8d7b9b5f92
Merge branch 'jupyterhub:main' into update-google-auth-docs
2023-05-18 10:02:28 -04:00
Erik Sundell
814c6daa40
Merge pull request #861 from minrk/traefik-v2
...
Traefik v2, TraefikProxy v1
2023-05-18 14:25:03 +02:00
Erik Sundell
324ded0003
Consistent whitespace chomping in jinja templates
...
Always chomp left, never right. This is what we do in the helm chart templates and has been very easy to be consistent with for a good result with little to no issues.
2023-05-18 11:18:09 +02:00
Jordan Bradford
be4580c21e
Update user config language
2023-05-17 23:01:01 -04:00
Jordan Bradford
8ecb158bc9
Update Google auth docs
2023-05-17 22:58:07 -04:00
Min RK
c5dec7f3b4
update test expectations for traefik ssl
2023-05-17 09:41:55 +02:00
Min RK
aee707c68c
Specify tls cipher suites
...
Co-authored-by: Mridul Seth <mail@mriduls.com >
2023-05-16 21:12:10 +02:00
Min RK
59648b79d4
increase progress page test timeout
...
seems to be why it fails sometimes
2023-05-16 21:10:44 +02:00
Min RK
dfc8b5557c
debugging progress page output
2023-05-16 21:07:20 +02:00
Min RK
33ac7239fe
jupyterhub-traefik-proxy 1.0
2023-05-16 20:58:53 +02:00
Erik Sundell
05ed42a0b1
Merge pull request #896 from MridulS/arrow_key_disable_navigation
...
docs: disable navigation with arrow keys
2023-05-16 19:23:34 +02:00
Mridul Seth
f0de1db607
docs: disable navigation with arrow keys
2023-05-16 21:01:15 +04:00
Erik Sundell
95a24e8968
Merge pull request #895 from minrk/hub-path
...
ensure hub env is on $PATH in jupyterhub service
2023-05-16 18:30:13 +02:00
Min RK
7f53a4f14c
update traefik checksums
2023-05-16 14:57:39 +02:00
Min RK
5763758fa4
traefik v2.10.1
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2023-05-16 14:53:27 +02:00
Min RK
0e76f6dff9
support letsencrypt staging server
...
for easier testing
2023-05-16 13:27:23 +02:00
Min RK
776ff5273b
update letsEncrypt config after testing
...
verified this works now
2023-05-16 13:27:23 +02:00
Min RK
2600e5ddc4
ensure hub env is on $PATH in jupyterhub service
...
required for `--upgrade-db` to work, since it assumes `alembic` is on $PATH
2023-05-16 13:24:16 +02:00
Min RK
a58956f14b
update for traefik v2, treafik-proxy v1
...
- tls config is no longer allowed in static config file, add separate dynamic config
- no longer need to persist auth config ourselves (TraefikProxy handles this)
- make sure to reload proxy before reloading hub in tests
2023-05-16 11:47:23 +02:00
Min RK
e353ab80c3
traefik 2.9.9
...
- traefik releases are tarballs now
- move traefik platform check to download function
for easier unit testing on unsupported platforms
2023-05-15 15:27:52 +02:00
Erik Sundell
af1511cc46
Merge pull request #892 from consideRatio/pr/upgrade-pip
...
Upgrade pip in hub env from 21.3 to to 23.1 when bootstrap script runs
2023-05-15 11:54:41 +02:00
Erik Sundell
2fdae421da
Merge pull request #893 from consideRatio/pr/add-pre-commit-isort-and-autoflake
...
pre-commit: add isort and autoflake
2023-05-15 11:54:17 +02:00
pre-commit-ci[bot]
e95942d61b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-15 08:51:36 +00:00
Erik Sundell
b366d6b63f
Remove unused copy-paste remnants in tests
2023-05-15 10:49:56 +02:00
Erik Sundell
c093aa0e50
pre-commit: add autoflake and isort, include autoformatter config
2023-05-15 10:43:59 +02:00
Erik Sundell
6622c60d01
Merge pull request #891 from consideRatio/pr/pre-com-up
...
pre-commit.ci configured to update pre-commit hooks on a monthly basis
2023-05-15 10:33:41 +02:00
Erik Sundell
4c6d54c79d
Upgrade pip in hub env from 21.3 to to 23.1 when bootstrap script runs
2023-05-13 23:30:26 +02:00
Erik Sundell
7b8d6dffcc
pre-commit.ci configured to update pre-commit hooks on a monthly basis
2023-05-13 23:26:54 +02:00
Erik Sundell
3e2f8cabfd
Merge pull request #887 from consideRatio/pr/awscogito-example
...
docs(awscognito): add custom claims example
2023-05-13 20:04:49 +02:00
Erik Sundell
186ae7171c
Merge pull request #881 from consideRatio/curvenote/main
...
added `remove_named_servers` setting for jupyterhub-idle-culler
2023-05-13 20:04:15 +02:00
Fabian Fischer
8dba109c43
docs(awscognito): add custom claims example
...
After struggling with my custom department claim and getting helped in https://discourse.jupyter.org/t/genericauthenticator-with-cognito-how-to-check-for-department-match/18105/1 I wanted to give back to the community.
Rebased by Erik Sundell, originally committed in .rst, now transferred
to .md
2023-05-13 19:56:56 +02:00
Min RK
bdc90d6ba4
Merge pull request #880 from consideRatio/pr/bump-jupyterhub
...
update: jupyterhub 4
2023-05-12 00:16:58 +02:00
pre-commit-ci[bot]
922db1ae8e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-11 21:47:14 +00:00
Erik Sundell
c09e83a6c8
Pass xsrf token in tests to /hub/api requests
2023-05-11 23:46:55 +02:00
Erik Sundell
b3365fbe45
update: jupyterhub 4
2023-05-11 23:19:27 +02:00
Erik Sundell
7431151ed3
Merge pull request #886 from minrk/test-hub-version
...
add integration test for hub version
2023-05-11 23:16:44 +02:00
Min RK
83452500fb
Merge pull request #882 from jupyterhub/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-05-11 10:56:07 +02:00
Min RK
c1df7e9735
integration test: include pip freeze in output
2023-05-11 10:55:35 +02:00