Jia Junjie
3db5eae9a9
Run pre-commit
2021-01-14 20:52:59 +08:00
Min RK
adb5f6ab2a
Merge pull request #3333 from trallard/trallard-patch-1
...
📝 Fix telemetry section
2021-01-14 12:01:24 +01:00
Min RK
2a84353a51
Merge pull request #3329 from Zsailer/docs-jupyter_server
...
Mention Jupyter Server as optional single-user backend in documentation
2021-01-13 15:04:48 +01:00
Jia Junjie
ca4fb3187f
Fix the help related to the proxy check
2021-01-13 21:59:38 +08:00
Tania Allard
8ab25e7c3d
📝 Fix telemetry section
2021-01-13 11:43:05 +00:00
Zsailer
f69ef9f846
add docs describing jupyter_server
2021-01-12 09:11:23 -08:00
Daisuke Taniwaki
ba2608c643
Allow to set spawner-specific hub connect URL
2021-01-08 23:39:05 +09:00
Erik Sundell
c3f5ad8b6d
Merge pull request #3325 from andrewisplinghoff/master
...
Fix mixup in comment regarding the sync parameter
2021-01-08 11:46:37 +01:00
Andre Wisplinghoff
4dbe5490f8
Fix mixup in comment regarding the sync parameter
2021-01-08 11:39:09 +01:00
Erik Sundell
711080616e
Merge pull request #3324 from consideRatio/pr/manually-trigger-tests-and-readme-badge
...
ci: github actions, allow for manual test runs and fix badge in readme
2021-01-08 01:28:27 +01:00
Erik Sundell
8e603e5212
docs: update README.md badge for github actions
2021-01-08 01:16:29 +01:00
Erik Sundell
147167e589
ci: allow tests to be run manually through github UI
2021-01-08 01:16:06 +01:00
Erik Sundell
cebb1f3e22
Merge pull request #3314 from timgates42/bugfix_typo_function
...
docs: fix simple typo, funciton -> function
2020-12-23 10:24:50 +01:00
Daisuke Taniwaki
0b085a91b6
Fix format issues
2020-12-23 13:50:27 +09:00
Daisuke Taniwaki
ca3ceac4f3
Add comment
2020-12-23 13:42:51 +09:00
Daisuke Taniwaki
c833fae901
Allow to use base URL in custom HTML
2020-12-23 13:39:59 +09:00
Daisuke Taniwaki
8d3a7b704c
Render custom html
2020-12-23 13:03:27 +09:00
Tim Gates
1e53fd1f8c
docs: fix simple typo, funciton -> function
...
There is a small typo in jupyterhub/orm.py.
Should read `function` rather than `funciton`.
2020-12-23 11:54:51 +11:00
Erik Sundell
166b00867f
Merge pull request #3305 from minrk/github-release
...
publish releases from github actions
2020-12-11 16:39:42 +01:00
Min RK
7c474396f1
publish releases from github actions
2020-12-11 12:27:34 +01:00
Min RK
f6f6b3afa3
back to dev
2020-12-11 12:08:22 +01:00
Min RK
a91197635a
release 1.3.0
1.3.0
2020-12-11 12:07:55 +01:00
Min RK
88706d4c27
final changelog edits for 1.3.0
2020-12-11 12:07:06 +01:00
Min RK
29fac11bfe
Merge pull request #3295 from minrk/changelog-1.3
...
begin changelog for 1.3
2020-12-11 12:02:15 +01:00
Erik Sundell
947ef67184
Merge pull request #3303 from Sangarshanan/patch-1
...
Remove the extra parenthesis in service.md
2020-12-11 09:39:28 +01:00
sangarshanan
8ede924956
Remove extra paranthesis
2020-12-11 13:15:13 +05:30
sangarshanan
55c2d3648e
Add the missing parenthesis in service.md
2020-12-11 01:53:35 +05:30
Min RK
2cf8e48fb5
start changelog for 1.3
...
I noticed that our jinja async feature is new in 2.9, and matured in 2.11, so explicitly require that
2020-12-09 14:31:10 +01:00
Min RK
ae77038a64
Merge pull request #3293 from minrk/services-whoami
...
allow services to call /api/user to identify themselves
2020-12-09 13:25:46 +01:00
Min RK
ffed8f67a0
Merge pull request #3294 from minrk/paginate-per-page
...
fix increasing pagination limits
2020-12-08 10:03:51 +01:00
Erik Sundell
1efd7da6ee
Merge pull request #3300 from mxjeff/fixed-doc-services
...
Fixed idle-culler references.
2020-12-04 11:46:04 +01:00
Geoffroy Youri Berret
6e161d0140
Fixed idle-culler references.
...
Merge request #3257 fixed #3256 only on getting-started/services-basics.md
There is still a reference to jupyterhub example cull-idle in reference/services.md
2020-12-04 09:28:02 +01:00
Min RK
5f4144cc98
Merge pull request #3298 from coffeebenzene/master
...
Fix asyncio deprecation asyncio.Task.all_tasks
2020-12-03 11:16:46 +01:00
coffeebenzene
f866bbcf45
Use variable instead of monkey patching asyncio
2020-12-02 19:50:49 +00:00
coffeebenzene
ed6231d3aa
Fix asyncio deprecation asyncio.Task.all_tasks
2020-12-02 17:57:28 +00:00
Min RK
9d38259ad7
fix increasing pagination limits
...
setting per_page in constructor resolves before max_per_page limit is updated from config,
preventing max_per_page from being increased beyond the default limit
we already loaded these values anyway in the first instance,
so remove the redundant Pagination object
2020-12-02 12:52:42 +01:00
Min RK
4b254fe5ed
Merge pull request #3243 from agp8x/master
...
[Metrics] Add prefix to prometheus metrics to group all jupyterhub metrics
2020-12-02 12:22:32 +01:00
Min RK
f8040209b0
allow services to call /api/user to identify themselves
2020-12-02 12:21:25 +01:00
Min RK
e59ee33a6e
note versionchanged in metrics module docstring
2020-12-02 11:36:13 +01:00
Min RK
ff15ced3ce
Merge pull request #3225 from cbanek/configurable_options_from_form
...
Allow options_from_form to be configurable
2020-12-02 11:32:24 +01:00
Min RK
75acd6a67b
Merge pull request #3264 from tlvu/add-user-agreement-to-login-screen
...
Add optional user agreement to login screen
2020-12-02 11:31:23 +01:00
Min RK
73ac6207af
Merge pull request #3244 from mhwasil/fix-https-redirect-issues
...
[Docs] Fix https reverse proxy redirect issues
2020-12-02 11:30:09 +01:00
Min RK
e435fe66a5
Merge pull request #3292 from minrk/oldest-metrics
...
bump oldest-required prometheus-client
2020-12-02 11:27:27 +01:00
Min RK
d7569d6f8e
bump oldest-required prometheus-client
...
oldest-dependency tests caught an error with our base required version
2020-12-02 11:20:30 +01:00
Min RK
ba6c2cf854
Merge pull request #3266 from 0mar/reduce_ssl_testing
...
Test internal_ssl separately
2020-12-02 10:59:39 +01:00
0mar
970b25d017
Added docstrings
2020-12-01 10:49:10 +01:00
0mar
671ef0d5ef
Moved ssl options to proxy
2020-12-01 10:30:44 +01:00
Erik Sundell
77220d6662
Merge pull request #3289 from minrk/user-count
...
fix and test TOTAL_USERS count
2020-11-30 15:21:48 +01:00
Min RK
7e469f911d
fix and test TOTAL_USERS count
...
Don't assume UserDict contains all users
which assumption led to double-counting when a user in the db was loaded into the dict cache
2020-11-30 13:27:52 +01:00
Erik Sundell
18393ec6b4
Merge pull request #3287 from minrk/bump-black
...
bump black pre-commit hook to 20.8
2020-11-30 10:26:55 +01:00