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
Steffen Vogel
6283e7ec83
support kubespawner running on a IPv6 only cluster
2020-04-17 19:36:56 +02:00
Thijs Walcarius
2438766418
Show error message when spawning via query-arguments failed. Add options_from_query function
2020-04-17 16:47:55 +02:00
Thijs Walcarius
6f2e409fb9
Allow bypassing of spawn form by calling options in query arguments of /spawn
2020-04-17 16:47:55 +02:00
Carol Willing
aa459aeb39
Merge pull request #3021 from rkdarst/fix-docs
...
Fix docs CI test failure: duplicate object description
2020-04-17 07:35:24 -07:00
Richard Darst
9d6e8e6b6f
Temporary patch autodoc-traits to fix build error [temporary]
...
- This commit should be removed later after autodoc-traits is fixed upstream
2020-04-17 11:43:49 +03:00
Richard Darst
e882e7954c
docs: use recommonmark as an extension
...
- source_parsers deprecated in sphinx 3.0
- Since sphinx 1.4, it can (should) be used as a direct extension:
https://github.com/readthedocs/recommonmark/pull/43
2020-04-17 11:11:24 +03:00
Richard Darst
c234463a67
sphinx conf.py: update add_stylesheet -> add_css_file
...
- Seems to be added in 1.0:
https://www.sphinx-doc.org/en/latest/changes.html#release-1-0-jul-23-2010
2020-04-17 11:11:24 +03:00
Georgiana Elena
391320a590
Merge pull request #3025 from twalcari/patch-1
...
Fix broken test due to BeautifulSoup 4.9.0 behavior change
2020-04-17 11:10:25 +03:00
Thijs Walcarius
8648285375
Fix broken test due to BeautifulSoup 4.9.0 behavior change
...
cfr. https://bugs.launchpad.net/beautifulsoup/+bug/1871335
2020-04-17 10:00:25 +02:00
Josh Meek
485c7b72c2
Fix use of auxiliary verb on index.rst
2020-04-16 09:36:52 -04:00
Steffen Vogel
e93cc83d58
remove unused imports
2020-04-16 12:12:22 +02:00
Jeremy Tuloup
39b9f592b6
Fix user_row endblock in admin template
2020-04-08 17:22:25 +02:00
Tim Head
1f515464fe
Merge pull request #3010 from GeorgianaElena/pip_for_docs
...
Use pip instead of conda for building the docs on RTD
2020-04-02 13:50:27 +02:00
GeorgianaElena
854d0cbb86
Add package requirements to docs build
2020-04-02 10:32:11 +03:00
GeorgianaElena
87212a7414
Remove comment referencing conda environment
2020-04-02 08:55:04 +03:00
GeorgianaElena
2338035df2
Use latest rtd docker image
2020-04-01 14:25:08 +03:00