Nico Rikken
8a37d2daec
chore: cleanup comments
2019-07-16 17:13:19 +02:00
Nico Rikken
41db9fe116
chore: cleanup debugging code
2019-07-16 16:47:06 +02:00
Nico Rikken
8dce5a87bc
revert try ginfing spawn url
2019-07-16 16:46:00 +02:00
Min RK
266e82755a
Merge pull request #2632 from bartolone/master
...
corrected docker network create instructions in dockerfiles README
2019-07-16 16:22:31 +02:00
Nico Rikken
b237ab9e7b
feat: try fixing the spawn url
2019-07-16 14:39:19 +02:00
Nico Rikken
7c78e6c326
chore: try non-escaping user
...
Now the user was double-escaped, resulting in escaped % signs
2019-07-16 14:28:28 +02:00
Nico Rikken
f1ed6c95f0
chore: reverse url changes
2019-07-16 14:04:51 +02:00
Min RK
2f0ce2a431
Merge pull request #2631 from danlester/master
...
Fixed docs and testing code to use refactored SimpleLocalProcessSpawner
2019-07-16 13:47:32 +02:00
Min RK
adf3779d02
Merge pull request #2626 from lumbric/patch-1
...
Update doc: do not suggest depricated config key
2019-07-16 13:46:30 +02:00
Nico Rikken
73309b5741
feat: adopt unicode_escaped_name property
2019-07-16 13:33:49 +02:00
Min RK
2320d59bd1
Merge pull request #2637 from GeorgianaElena/master
...
Fix total_users prometheus metric
2019-07-16 13:30:27 +02:00
Nico Rikken
1915ecd0c2
feat: try unicoding in user model
2019-07-16 13:07:18 +02:00
Nico Rikken
d050242d0f
chore: try splitting value coding
2019-07-16 12:55:26 +02:00
Nico Rikken
3d6d60b64e
fix: passthrough in template
2019-07-16 12:34:07 +02:00
Nico Rikken
fc90be8424
fix: user user.name instead of user
2019-07-16 12:17:32 +02:00
Nico Rikken
1555abb2bf
feat: unicode escaping method
2019-07-16 11:43:49 +02:00
Nico Rikken
8c8968c2b0
chore: correct handler
...
Probably this has introduced more errors
2019-07-16 11:06:13 +02:00
Nico Rikken
69d0a47734
chore: try conversion in template
...
Custom property in users.py didn't work, so try it in the templated file.
2019-07-16 11:04:35 +02:00
Nico Rikken
5ae1fdf621
chore: try custom property
2019-07-16 10:53:14 +02:00
Nico Rikken
c24f6b0a6a
chore: add logging code
2019-07-16 10:39:29 +02:00
Nico Rikken
11e32588d7
chore: use most likely fix for custom username property
2019-07-16 10:17:26 +02:00
Nico Rikken
34e44f2eed
feat: user function in page render function
2019-07-16 10:01:11 +02:00
Nico Rikken
c0464b2e47
feat: unicode_escape feature
2019-07-16 09:41:11 +02:00
Nico Rikken
d686ae1ae7
json_encode for Tornado framework
2019-07-13 10:49:06 +02:00
Nico Rikken
0dc3593661
Escape user variable to frontend
2019-07-13 10:25:32 +02:00
Nico Rikken
dc40cfe80e
encodeURIComponent() instead of escape()
2019-07-13 09:35:41 +02:00
Nico Rikken
d541c17974
Escape usernames in the frontend
...
To cope with special characters like backslash, to address issue
https://github.com/jupyterhub/jupyterhub/issues/2128
2019-07-13 08:55:33 +02:00
GeorgianaElena
09cc8569b3
Set total_users at startup
2019-07-10 17:19:43 +03:00
Yuvi Panda
3089d441b4
Merge pull request #2629 from GeorgianaElena/master
...
Fix running_servers prometheus metric
2019-07-10 04:42:14 -07:00
GeorgianaElena
19806899f2
Set running_servers at startup
2019-07-10 11:16:34 +03:00
Yuvi Panda
553e31235e
Merge pull request #2628 from jtpio/test-config
...
Update the config used for testing
2019-07-09 05:44:38 -07:00
Jake Bartolone
55323ec206
corrected docker network create instructions in dockerfiles README
2019-07-05 12:54:09 -05:00
Dan Lester
49a5f3a654
Fixed docs and testing code to use refactored SimpleLocalProcessSpawner
2019-07-05 10:53:47 +01:00
GeorgianaElena
97c27774b1
fixed running_servers count
2019-07-04 13:23:32 +03:00
Jeremy Tuloup
de11909a04
Update config used for testing
2019-07-04 11:56:34 +02:00
lumbric
2f15d5128e
Update doc: do not suggest depricated config key
...
According to changelog JupyterHub.bind_url has been added in 0.9.0.
2019-07-03 12:05:41 +02:00
Tim Head
276ef26161
Merge pull request #2625 from remram44/patch-1
...
Add missing words
2019-07-02 07:18:26 +02:00
Remi Rampin
d5d315df08
Add missing words
...
Copied from https://jupyterhub.readthedocs.io/en/latest/reference/services.html
2019-07-01 20:40:02 -04:00
Tim Head
f7f82b8214
add activity_resolution config ( #2605 )
...
add activity_resolution config
2019-06-19 08:14:09 +02:00
Min RK
ddece49abb
Merge pull request #2588 from cmd-ntrf/services_hubauth_ssl
...
Define default values for HubAuth ssl traitlets
2019-06-17 11:15:59 +02:00
Min RK
02192ee2d5
Merge pull request #2609 from kinow/use-tornado-addslash
...
Replace existing redirect code by Tornado's addslash decorator
2019-06-17 11:14:47 +02:00
Richard Darst
a6b7e303df
cull-idle: Include a hint on how to add custom culling logic
...
- cull_idle_servers.py gets the full server state, so is capable of
doing any kind of arbitrary logic on the profile in order to be more
flexible in culling.
- This patch does not change anything, but gives an embedded
(commented out) example of how you can easily add custom logic to
the script.
- This was added as a tempate/demo for #2598 .
2019-06-16 20:13:27 +03:00
Bruno P. Kinoshita
5e5a976ea6
Replace existing redirect code by Tornado's addslash decorator
2019-06-12 15:27:23 +12:00
Min RK
c20c07ec87
Merge pull request #2570 from consideRatio/announcements-css
...
Make announcements visible without custom HTML
2019-06-07 12:54:45 +02:00
Min RK
bac34e394b
Merge pull request #2577 from InfuseAI/remove-stop-my-server-after-server-stopped
...
Hide Stop My Server red button after server stopped.
2019-06-07 11:53:06 +02:00
Min RK
2ce223c811
Merge pull request #2560 from adelcast/dev/adelcast/shutdown
...
Jupyterhub: use previous exit strategy for Windows
2019-06-07 11:49:34 +02:00
Min RK
e107c84162
Merge pull request #2590 from sbrunk/openapi-compliance
...
Change API description to be a valid OpenAPI spec
2019-06-07 11:47:48 +02:00
Min RK
1cea503292
add activity_resolution config
...
limits last_activity update interval to 30 seconds by default to avoid a db commit on every authenticated request
2019-06-07 11:44:57 +02:00
yuvipanda
e9bc25cce0
Run all tests for jupyter_server regardless of failure
2019-06-04 14:42:49 +02:00
yuvipanda
8f7e25f9a1
Don't make pip uninstall wait for human input
2019-06-04 14:24:30 +02:00