yuvipanda
dcde4020c2
Use EventLog class from jupyter_telemetry
...
Full circle, since the code in jupyter_telemetry
came from here: https://github.com/jupyter/telemetry/pull/6
2019-08-22 11:05:10 -07:00
yuvipanda
1225ff47be
Use dunder formatting for capsule
2019-08-22 11:05:10 -07:00
yuvipanda
5aaa5263fa
Emitted schemas must be whitelisted by admins
...
Privacy by default!
2019-08-22 11:05:10 -07:00
yuvipanda
eca4f33afc
Don't use f strings yet
...
jupyterhub still supports Python 3.5
2019-08-22 11:05:10 -07:00
yuvipanda
1e578a25d3
Add jsonschema and python-json-logger as dependencies
...
They're pure python, and should be ok
2019-08-22 11:05:10 -07:00
yuvipanda
41b2e6e401
Add eventlogging infrastructure
...
- Introduce the EventLog class from BinderHub for emitting
structured event data
- Instrument server starts and stops to emit events
- Defaults to not saving any events anywhere
2019-08-22 11:05:10 -07:00
Richard C Gerkin
ced45d101a
Update jupyterhub/auth.py
...
Co-Authored-By: Min RK <benjaminrk@gmail.com >
2019-08-22 09:33:15 -07:00
GeorgianaElena
03693c379e
Removed unnecesary check
2019-08-22 15:53:40 +03:00
GeorgianaElena
0058ed803d
Address feedback
2019-08-22 15:06:08 +03:00
Georgiana Elena
7d9a93ab5f
Merge pull request #2696 from mattjshannon/community-link-in-readme
...
Add Jupyter community link
2019-08-22 14:19:57 +03:00
GeorgianaElena
8a61eb1738
Test pre_spawn_start exception
2019-08-22 14:11:08 +03:00
GeorgianaElena
cbbead3780
Fix uncaught exception in pre_spawn_start
2019-08-22 14:11:08 +03:00
Min RK
146aec7e0c
Merge pull request #2695 from GeorgianaElena/fix_failing_tests
...
Fix failing travis tests
2019-08-22 11:24:55 +02:00
GeorgianaElena
f7e5904c5b
No need to start mysql service
2019-08-22 10:04:11 +03:00
Matt Shannon
077727595c
Add Jupyter community link
2019-08-21 13:05:04 -07:00
GeorgianaElena
4bfc69dc80
Pin mysql-connector-python to 8.0.11 on travis
2019-08-21 22:01:43 +03:00
GeorgianaElena
8d7f55ce92
Fix postgres test
2019-08-21 13:59:25 +03:00
Rick Gerkin
cda7f73cfa
Added support for consistent UIDs at user creation time
2019-08-16 04:59:51 +00:00
Georgiana Elena
915664ede2
Merge pull request #2682 from rcthomas/fix-not-running-with-named-servers
...
Add `server_name` to `spawn_url`
2019-08-13 13:28:31 +03:00
Rollin Thomas
037730761c
Reformat
2019-08-12 10:06:22 -07:00
Rollin Thomas
1d1e108e09
Add server_name
to spawn_url
2019-08-12 09:14:25 -07:00
Katsarov
6e71e617ed
update the pending deprecation message in api_tokens to recommend services, not service_tokens
2019-08-10 21:22:40 +02:00
Tim Head
9e0bb5cc71
Replace header logo: jupyter -> jupyterhub ( #2672 )
...
Replace header logo: jupyter -> jupyterhub
2019-08-08 23:48:28 +02:00
Erik Sundell
5fa268dab1
Apply black autoformatting
2019-08-07 00:37:30 +02:00
Tim Head
1a26c1fb81
Merge pull request #2670 from GeorgianaElena/redirect_admin_to_login
...
/hub/admin redirect to login
2019-08-05 22:03:38 +02:00
Erik Sundell
2cc0eb885a
Replace header logo: jupyter -> jupyterhub
2019-08-05 13:54:37 +02:00
GeorgianaElena
749b9e0997
/hub/admin redirect to login
2019-08-05 14:42:48 +03:00
Georgiana Elena
669dbfd449
Merge pull request #2662 from kinow/patch-1
...
Update spawn-form example
2019-08-01 14:21:04 +03:00
Bruno P. Kinoshita
444f0ba00c
Update spawn-form example
2019-07-26 14:29:29 +12:00
Tim Head
e46e724a70
Merge pull request #2658 from cmd-ntrf/fix_services_flask_doc
...
Update flask hub authentication services example in doc
2019-07-24 21:37:20 +02:00
Félix-Antoine Fortin
2e67a534cf
Update flask hub authentication services example in doc
...
The flask example in the documentation was still using the
input argument `cookie_cache_max_age` when instantiating
`HubAuth` object. `cookie_cache_max_age` is deprecated since
JupyterHub 0.8 and should be replaced by `cache_max_age`.
2019-07-24 09:33:23 -04:00
Min RK
24c0829289
Merge pull request #2648 from nicorikken/feature/debug-403-error
...
fix: spawn redirect for users whose names need escaping
2019-07-22 14:49:57 +02:00
Min RK
60f5ce0ff8
Merge pull request #2640 from nicorikken/feature/user-url-encoding
...
Escape usernames in the frontend
2019-07-22 14:12:39 +02:00
Tim Head
0325be3e13
Merge pull request #2649 from bitnik/patch-2
...
close `<div class="container">` tag in home.html
2019-07-17 20:29:21 +02:00
Nico Rikken
b37b13a939
chore: satisfy black checker
2019-07-17 11:05:35 +02:00
Kenan Erdogan
37642408a4
close <div class="container">
tag in home.html
2019-07-17 10:44:44 +02:00
Nico Rikken
9d2823e84b
fix: user.escaped_name in base.py urls
2019-07-17 09:37:10 +02:00
Nico Rikken
ae7974564c
fix: use user.escaped_name in page urls
2019-07-17 09:37:00 +02:00
Nico Rikken
30c69f94c8
fix: spawn redirect for users with backslash
...
The 302 redirect served after the spawn POST was not escaping the backslash.
2019-07-17 08:28:43 +02:00
Carol Willing
47cf1915ff
Merge pull request #2646 from ilee38/fix-typos-tech-reference
...
fix typos on technical reference documentation
2019-07-16 16:43:19 -07:00
Carol Willing
9f32fc1854
Merge pull request #2647 from Carreau/fix-theme
...
Some theme updates; no double NEXT/PREV buttons.
2019-07-16 16:41:31 -07:00
Matthias Bussonnier
8a2eba1156
Some theme updates; no double NEXT/PREV buttons.
...
- Install pip in the docs conda env (or conda complains).
- Do not override page.html, the next/previous buttons are now handled by
alabaster_jupyterhub (this actually remove the duplicated next/prev
buttons)
- use alabaster_jupyterhub when building locally, this make it easy for
new contributor to get the _exact_ same appearance than on
readthedocs.
2019-07-16 13:48:37 -07:00
Iram Lee
254687e841
fix typos on technical reference documentation
2019-07-16 14:33:54 -05:00
Carol Willing
aa59b1fca3
Merge pull request #2613 from rkdarst/cull_idle_state_hint
...
cull-idle: Include a hint on how to add custom culling logic
2019-07-16 10:29:28 -07:00
Nico Rikken
88bff9d03d
chore: include proposed docstring fix
2019-07-16 19:25:36 +02:00
Carol Willing
3ca0f32ad3
Merge pull request #2645 from jcrist/update-hadoop-links
...
Update links for Hadoop-related subprojects
2019-07-16 10:23:09 -07:00
Nico Rikken
6a2876a9fa
chore: satisfy Black
2019-07-16 19:23:06 +02:00
Jim Crist
fad6900779
Update a few links [ci skip]
...
These projects recently moved under the JupyterHub organization,
updated the links accordingly.
2019-07-16 12:06:19 -05:00
Nico Rikken
d8d58b2ebd
chore: undo escape() functions
2019-07-16 18:52:31 +02:00
Nico Rikken
859dc34ea6
chore: rename to json_escaped_name and unittests
2019-07-16 18:45:48 +02:00