Chilin Chiou
2c01935339
Fix error user name in fastapi service example
2025-05-02 01:21:41 +08:00
Min RK
5636472ebf
apply ruff fixes for UP031
2024-05-07 11:33:59 +02:00
Min RK
5e166970fa
easier linting in jupyterhub_config
...
noqa get_import satisfies most linters
2024-03-11 09:16:02 +01:00
YuviPanda
f366b785a3
Move from dockerhub to quay.io
...
See https://github.com/jupyterhub/team-compass/issues/688
for context.
I've also added `QUAY_USERNAME` and `QUAY_PASSWORD` to environment
secrets, but *not* `env.REGISTRY`. I will do so once this gets
merged.
2023-10-22 10:27:42 +05:30
pre-commit-ci[bot]
be07c7ef31
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-02-07 04:40:23 +00:00
Min RK
2dab6aed99
Remove remnants of unused jupyterhub-services cookie
...
We stopped being able to use it in 2.0, but we didn't stop setting it.
2022-12-09 09:22:17 +01:00
Erik Sundell
12594631e0
maint: use __all__ statements where its reasonable to do
...
Co-authored-by: Simon Li <orpheus+devel@gmail.com >
2022-11-18 16:42:43 +01:00
Erik Sundell
7a9491c323
flake8: check F408 about unused imports, manual fixes only
2022-11-16 15:51:26 +01:00
Erik Sundell
957fd9cc20
flake8: check F811 about redefinition of unused name
2022-11-16 15:51:26 +01:00
Min RK
7a9778249f
run pre-commit with isort
2022-03-31 12:33:26 +02:00
0mar
7a3b237bb3
Refactored scope names and updated docs to reflect this
2021-06-15 13:00:15 +02:00
Min RK
40de16e0e1
Update service examples and documentation with access scopes and roles
2021-06-07 14:02:13 +02:00
Matt Kafonek
62a1652cc9
Add files via upload
2021-04-11 21:41:45 -04:00
Kafonek, Matt
290e031034
updating gif
2021-04-11 21:40:11 -04:00
Kafonek, Matt
7642302d17
docs
2021-04-09 15:01:59 +00:00
Kafonek, Matt
aebf833530
Hit /user instead of /authorizations/token/<token>
2021-04-09 15:01:48 +00:00
Kafonek, Matt
86b51804c1
comment update
2021-04-09 15:01:22 +00:00
Kafonek, Matt
aa12afa34d
User groups is List[str] not List[Group]
2021-04-09 15:01:03 +00:00
kafonek
81d481a110
pre-commit run -a
2021-04-08 09:28:46 -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
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
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