Nathan Barber
cadcb686c9
Lint and make App (Component) functional
2021-04-07 15:36:17 -04:00
Nathan Barber
1d705193cb
Remove unused testing libraries from modules
2021-04-07 15:30:27 -04:00
Nathan Barber
4768751125
Reconfigure tests to work with hook approach
2021-04-07 15:25:21 -04:00
Matt Kafonek
1220673e61
Add files via upload
2021-04-07 14:34:10 -04:00
Kafonek, Matt
815274e966
please to be deleted old gif.
2021-04-07 18:33:32 +00:00
Kafonek, Matt
f1503b5a21
trying to get this new gif up
...
Merge branch 'fastapi-example' of github.com:kafonek/jupyterhub into fastapi-example
2021-04-07 18:31:30 +00:00
Kafonek, Matt
4dcdf84d32
remove old gif
2021-04-07 18:27:40 +00:00
Matt Kafonek
dda0b611e2
Add files via upload
2021-04-07 14:26:09 -04:00
Kafonek, Matt
a23bfd1769
raise warning if PUBLIC_HOST is not set
2021-04-07 18:18:02 +00:00
Kafonek, Matt
a55ccce64e
Use Pydantic models
2021-04-07 18:17:25 +00:00
Kafonek, Matt
42c5030b0e
Add models, remove cookie auth
...
get_current_user returns a User model instead of a dict.
using cookies for Hub auth is deprecated, so removed
that option and refactored get_current_user
2021-04-07 18:15:48 +00:00
Kafonek, Matt
be3df52b4f
Add Pydantic models for Hub objects and exceptions
2021-04-07 18:15:26 +00:00
Kafonek, Matt
0ca5eb4997
updated docs
2021-04-07 18:15:10 +00:00
Nathan Barber
b230745d64
Fix useState sort method assignment bug
2021-04-07 12:53:27 -04:00
Nathan Barber
405d78a9d4
Fix EditUser submit bug
2021-04-07 12:37:36 -04:00
Nathan Barber
7e132f22e6
Make ServerDashboard functional
2021-04-07 12:27:01 -04:00
Nathan Barber
c3fc549bd6
Make Multiselect functional
2021-04-07 12:15:23 -04:00
Nathan Barber
752d6305fd
Remove component import from functional JSX
2021-04-07 12:11:04 -04:00
Nathan Barber
6a1a4de329
Make Groups functional
2021-04-07 12:06:38 -04:00
Nathan Barber
816eeeb2fc
Make GroupEdit functional
2021-04-07 12:04:11 -04:00
Nathan Barber
0f5e86ff06
Make functional AddUser/CreateGroup/EditUser
2021-04-07 11:56:45 -04:00
Yuvi Panda
9eeb84158e
Merge pull request #3401 from maxshowarth/master
...
Added Azure AD as a supported authenticator.
2021-04-07 17:37:32 +05:30
Kafonek, Matt
37c2be778c
pre-commit formatting
2021-04-07 02:14:54 +00:00
Kafonek, Matt
dc1b2c810d
review
2021-04-07 02:13:12 +00:00
Kafonek, Matt
88c7f188e0
Merge branch 'fastapi-example' of github.com:kafonek/jupyterhub into fastapi-example
2021-04-07 02:06:45 +00:00
Kafonek, Matt
4181cc7065
add gif
2021-04-07 02:05:07 +00:00
Matt Kafonek
69e3fc2016
demo.gif
2021-04-06 22:00:42 -04:00
Kafonek, Matt
56269f0226
fastapi service example
2021-04-07 01:55:43 +00:00
Nathan Barber
dc4bbc01bb
Fix ServerDashboard layout (container / noborder)
2021-04-06 14:38:36 -04:00
Nathan Barber
0141dc8fb0
Add create group / delete group functionality
2021-04-06 14:22:18 -04:00
Max
e446eff311
Added Azure AD as a supported authenticator.
2021-04-06 09:48:37 -07:00
Max
00042de04c
remove
2021-04-06 09:41:29 -07:00
Max
82e0af763d
Added AzureAD to list of supported authenticators.
2021-04-06 09:40:07 -07:00
Nathan Barber
30198306a8
Fix comma/semicolon typo in jsx root.css
2021-04-05 19:36:22 -04:00
Nathan Barber
5ebf652f47
Update readme, update license
2021-04-05 19:33:06 -04:00
Nathan Barber
11cb9523e8
Add React Admin and modify AdminHandler
2021-04-05 16:51:22 -04:00
Tim Head
c5bfd28005
Merge pull request #3394 from yuvipanda/secreter-secret
2021-03-31 13:47:07 +02:00
YuviPanda
0ffa5715fd
Fix formatting to make pre-commit happy
2021-03-30 12:59:52 +05:30
Yuvi Panda
139312149e
Merge pull request #3392 from minrk/deprecated-tablenames
2021-03-29 17:09:23 +05:30
Yuvi Panda
29740b0af6
Merge branch 'master' into secreter-secret
2021-03-29 17:08:17 +05:30
YuviPanda
9f6467be05
Use 'secrets' module to generate secrets
...
Python 3.6+ has this
2021-03-29 17:07:03 +05:30
Min RK
caae99aa09
avoid deprecated engine.table_names
...
deprecated in sqlalchemy 1.4
use recommended inspect(engine).get_table_names() instead
2021-03-26 12:54:40 +01:00
Min RK
8f2b14429f
Merge pull request #3386 from minrk/bump-alpine
...
alpine dockerfile: avoid compilation by getting some deps from apk
2021-03-23 09:28:48 +01:00
Min RK
af0d81436d
alpine dockerfile: avoid compilation by getting some deps from apk
...
cryptography is the big one, which needs rust and is a huge pain
2021-03-22 12:17:47 +01:00
Min RK
477ee23ad3
Merge pull request #3383 from IvanaH8/fix-sqlalchemy-interfaces-deprecation
2021-03-18 14:25:01 +01:00
IvanaH8
27bcac5e8b
Fix sqlachemy.interfaces.PoolListener deprecation for testing older JupyterHub versions
2021-03-18 14:13:10 +01:00
Min RK
e75dd1b79c
Stop specifying --ip
and --port
on the command-line
...
JUPYTERHUB_SERVICE_URL env is already enough and has been around for some time
Specifying CLI args can cause some issues for custom entrypoints
2021-03-11 15:49:35 +01:00
Erik Sundell
6535cc6bab
Merge pull request #3377 from minrk/count-redirects-differently
...
always start redirect count at 1 when redirecting /hub/user/:name -> /user/:name
2021-03-09 14:04:16 +01:00
Min RK
8173bbbf75
always start redirect count at 1 when redirecting /hub/user/:name -> /user/:name
...
/hub/user/:name is now only reasonably visited as a result of redirect from /user/:name
2021-03-09 09:57:04 +01:00
Min RK
2146eef150
Merge pull request #3375 from manics/remove-hard-way
...
Remove the hard way guide
2021-03-08 13:28:34 +01:00