Min RK
d4b5373c05
synchronize implementation of expiring values
...
- base Expiring class
- ensures expiring values (OAuthCode, OAuthAccessToken, APIToken) are not returned from `find`
- all expire appropriately via purge_expired
2020-06-11 10:40:06 +02:00
Min RK
aba55cc093
implement UserDict.get
...
behaves more like one would expect (same as try get-key, except: return default)
without relying on cache presence or underlying key type (integer only)
2020-06-11 10:32:55 +02:00
Min RK
5957a37933
Merge pull request #3079 from manics/allow_fail-masterdeps
2020-06-11 10:31:19 +02:00
Min RK
d20a33a0e4
Merge pull request #3078 from gatoniel/patch-1
2020-06-11 10:30:21 +02:00
Min RK
df35268bfe
make Spawner.environment config highest priority
...
so that it can override 'default' env variables like JUPYTERHUB_API_URL
use with caution!
2020-06-11 09:45:18 +02:00
Simon Li
c357d02b56
Allow python:3.8 + master dependencies
to fail
...
Follow-up from https://github.com/jupyterhub/jupyterhub/pull/3076
2020-06-10 14:53:58 +01:00
niklas netter
4eb22821f2
no_proxy does work
2020-06-10 14:51:37 +02:00
niklas netter
b92ea54eda
proxy settings might cause authentication errors
2020-06-10 14:16:36 +02:00
Bruno P. Kinoshita
522ef3daea
Add Configuration Reference
2020-06-08 23:49:31 +12:00
Tim Head
77edffd695
Merge pull request #3076 from Carreau/traitlets-master
...
Test with some master dependencies.
2020-06-07 09:33:23 +02:00
Matthias Bussonnier
a8bc4f8a4a
Test with some master dependencies.
...
This does some of the test with the latest traitlets.
We are looking into making a 5.0 release and would like to have some
confidence that it does not break too many things.
2020-06-05 15:05:10 -07:00
Georgiana Elena
66c3760b02
Update jupyterhub/app.py
...
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com >
2020-06-03 14:30:51 +03:00
Erik Sundell
fd28e224f2
Merge pull request #3067 from Zsailer/telemetry-dependency
...
pin jupyter_telemetry dependency
2020-06-01 23:03:30 +02:00
Zsailer
da3fedb5aa
pin jupyter_telemetry dependency
2020-06-01 12:41:22 -07:00
GeorgianaElena
e4e4d472b8
Add JupyterHub Demo docker image
2020-05-28 17:35:42 +03:00
GeorgianaElena
bcbc68dd82
Warn if both bind_url and ip/port/base_url are set
2020-05-27 21:05:01 +03:00
Simon Li
c7df0587d2
Merge pull request #3056 from GeorgianaElena/remove_issue_templates
...
Use the issue templates from the central repo
2020-05-26 15:56:11 +01:00
GeorgianaElena
cd36733858
Remove the issue templates so that the ones from the central repo jupyterhub/.github take effect
2020-05-26 14:49:36 +03:00
Min RK
6bf4f3b2aa
document upgrading from api_tokens to services config
2020-05-26 13:40:21 +02:00
Simon Li
12d81ac07a
Merge pull request #3054 from jtpio/black-github-link
...
Update links to the black GitHub repository
2020-05-25 18:49:27 +01:00
Jeremy Tuloup
d60fa9a400
Update links to the black GitHub repository
2020-05-25 16:10:08 +02:00
Min RK
81d423d6c6
Merge pull request #3040 from romainx/#1018
2020-05-19 15:06:37 +02:00
Min RK
069b477ff3
Merge pull request #3013 from twalcari/feature/spawn_query_arguments
2020-05-19 15:06:17 +02:00
Min RK
cf9046ea47
Merge pull request #3046 from ceocoder/patch-1
2020-05-19 14:58:14 +02:00
Min RK
71a25d4514
Merge pull request #3042 from rabsr/2925_start_my_server_fails
2020-05-19 14:57:44 +02:00
Tim Head
2ff7d05b15
Merge pull request #3047 from consideRatio/health-endpoint-debug-log
2020-05-15 14:39:08 +02:00
Tim Head
bdb29df82a
Merge pull request #3048 from mhwasil/disable-proxy-buffering
2020-05-15 14:38:28 +02:00
Mohammad Wasil
0dbad9bd99
Disable proxy_buffering to make the progress bar working when using nginx reverse proxy
2020-05-15 13:51:50 +02:00
Erik Sundell
2991d2d1f1
Log successful /health requests on the debug level
...
They are less relevant than other request and could very well end up
cluttering the logs. It is not uncomming for these requests to be made
every second or every other second.
2020-05-15 11:48:48 +02:00
dp
a36a56b4ff
docs: add proxy_http_version 1.1
...
add proxy_http_version 1.1 as it is required for KeepAlive connections
2020-05-14 16:16:07 -07:00
romainx
0e59ab003a
Readme updated according to review
2020-05-11 14:54:32 +02:00
ragar64
d67b71b7ae
" #2925 : Changing start my server button link to spawn url once server is stopped"
2020-05-08 21:47:41 +05:30
romainx
8859bf8842
#1018 PAM added in prerequisites
2020-05-08 06:06:42 +02:00
Thijs Walcarius
4e29342711
Test error path when parsing query arguments
2020-05-06 11:27:04 +02:00
Min RK
8a3790b01f
Adding pagination in the admin panel ( #2929 )
...
Adding pagination in the admin panel
2020-05-06 11:09:54 +02:00
Min RK
0d245fe4e4
move pagination info next to pagination links
...
at the bottom
2020-05-06 10:47:08 +02:00
Min RK
da34c6cb34
remove hardcoded path from pagination links
...
allows pagination of other pages
2020-05-06 10:44:53 +02:00
Min RK
9c0e5ba9c2
Merge pull request #2971 from mriedem/issues/2970-singleuser-version-logging
...
Only log hub / singleuser version mismatch once
2020-05-06 09:23:04 +02:00
Tim Head
289c3bc3c1
Merge pull request #3035 from vilhelmen/server_ver
2020-05-05 10:00:27 +02:00
Yuvi Panda
3adfec0693
Merge pull request #3020 from stv0g/ipv6-spawner-ip
...
Support kubespawner running on a IPv6 only cluster
2020-05-04 08:14:01 +05:30
Will Starms
137591f458
remove fixed position, causes Z ordering issues with the bottom of the users list
2020-05-01 19:09:19 -05:00
Michael Blackmon
debd297494
restrict submit handler to only operate on targeted form
2020-04-20 11:33:38 -04:00
Michael Blackmon
10bb5ef3c0
wrap button & widget in feedback-container; add js block with onsubmit handler
2020-04-20 11:00:40 -04:00
Michael Blackmon
42e7d1a3fb
put submit button & widget in feedback-container; extend template to include script block with form onsubmit handler
2020-04-20 10:59:34 -04:00
Michael Blackmon
5fbd2838c9
add style class for feedback, widget and container
2020-04-20 10:39:57 -04:00
Michael Blackmon
17dde3a2a9
remove margin styling from submit button
2020-04-20 10:38:19 -04:00
Tim Head
8d50554849
Merge pull request #3022 from joshmeek/docs/index_verbage
2020-04-18 21:17:21 +02:00
Tim Head
493eb03345
Merge branch 'master' into docs/index_verbage
2020-04-18 21:04:11 +02:00
Tim Head
1beac49f4a
Merge pull request #3015 from jtpio/admin-template
2020-04-18 19:01:39 +02:00
Tim Head
f230be5ede
Merge branch 'master' into admin-template
2020-04-18 15:44:05 +02:00