pre-commit-ci[bot]
33fa9b953b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-11-24 08:41:13 +00:00
Min RK
de5fb1e7ce
Merge branch 'main' into copyediting
2022-11-24 09:40:21 +01:00
Christian Dike
37b82f7c2a
Update docs/source/reference/spawners.md
...
Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com >
2022-10-21 12:05:12 +01:00
Christian Dike
a71f6be001
Update docs/source/reference/spawners.md
...
Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com >
2022-10-21 12:04:45 +01:00
Christian Dike
69869ee823
update spawners.md
2022-10-21 01:49:36 +01:00
Christian Dike
fedcd22b0c
update spawners.md
2022-10-21 01:29:31 +01:00
Teniola Olowookere
504ebe9012
capitalized cli and added y to jupterhub
2022-10-18 10:09:31 +01:00
pre-commit-ci[bot]
01e4f2b974
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2022-09-17 10:27:34 +00:00
neerajnatu
0f06c9376a
mentioning limitations of spawner.environment
2022-09-17 15:17:23 +05:30
Min RK
e4e4bf5ff4
next release is 3.0, not 2.4
2022-07-29 15:35:08 +02:00
Min RK
225ace636a
call client-allowed scopes JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES
2022-07-08 10:18:59 -07:00
Min RK
62b38934e5
store scopes on oauth clients, too
...
rather than roles, matching tokens
because oauth clients are mostly involved with issuing tokens,
they don't have roles themselves (their owners do).
This deprecates the `oauth_roles` config on Spawners and Services, in favor of `oauth_allowed_scopes`.
The ambiguously named `oauth_scopes` is renamed to `oauth_access_scopes`.
2022-06-08 12:26:48 +02:00
Thijs Walcarius
5466224988
Improve documentation about spawner error messages
2022-01-18 09:18:01 +01:00
Min RK
05f47b14f3
Merge pull request #3381 from minrk/rm-redundant-args
...
Stop specifying `--ip` and `--port` on the command-line
2021-05-21 10:09:16 +02:00
Min RK
63a61bcc2f
prepare to rename default branch to main
...
- update references to default branch name in docs, workflows
- use HEAD in github urls, which always works regardless of default branch name
- fix petstore URLs since the old petstore links seem to have stopped working
2021-05-11 10:40:04 +02:00
Min RK
3602da550c
more spawner docs for environment variables, cli args, ips and ports
2021-05-05 10:21:32 +02:00
Min RK
9331dd13da
run pre-commit (prettier)
2021-02-12 15:25:58 +01:00
Simon Li
2d1f91e527
Replace zonca/remotespawner with NERSC/sshspawner
...
https://github.com/zonca/remotespawner is archived, the readme recommends https://github.com/jupyterhub/batchspawner
2020-06-13 11:47:34 +01:00
Ovidiu Ciule
1f633e188d
Updated doc
2020-01-14 14:40:07 +01:00
Eric Dill
e243812745
Some suggestions from reading through the docs
...
Thanks to @willingc, @minrk and @manics for the review so far.
This commit is the PR so far rebased onto master and squashed.
2019-07-17 11:51:20 -04: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
Iram Lee
254687e841
fix typos on technical reference documentation
2019-07-16 14:33:54 -05: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
Jim Crist
76f134c393
Add a few links for JupyterHub on Hadoop [skip ci]
...
- JupyterHub on Hadoop Guide: https://github.com/jcrist/jupyterhub-on-hadoop
- YarnSpawner: https://github.com/jcrist/yarnspawner
- KerberosAuthenticator: https://github.com/jcrist/kerberosauthenticator
2019-04-24 14:40:50 -05:00
Min RK
f29354e0f4
Merge branch 'master' into end-to-end-ssl
2018-10-02 11:15:53 +02:00
Min RK
c02ab23b3d
allow spawners and authenticators to register via entrypoints
...
jupyterhub.authenticators for authenticators, jupyterhub.spawners for spawners
This has the effect that authenticators and spawners can be selected by name instead of full import string (e.g. 'github' or 'dummy' or 'kubernetes')
and, perhaps more importantly, the autogenerated configuration file will include a section for each installed and registered class.
2018-09-28 10:08:10 +02:00
Thomas Mendoza
ca33ccd66d
Add longer internal_ssl documentation to main docs
2018-09-04 15:51:26 -07:00
Matthias Bussonnier
077d8dec9a
Fix some typos using codespell
.
...
And checking each manually. It's funny because one of the words in the
sphinx custom dictionary was wrong :-)
2018-08-29 21:24:28 -07:00
Min RK
30f19cfc8c
mention get_env and get_args in spawner reference
...
these are important and usually required (especially get_env) for custom Spawner implementations
2018-06-29 14:46:08 +02:00
Carol Willing
e4e2b627fe
add formatting to clarify spawners' limits
2017-12-18 04:43:26 -08:00
Carol Willing
1e4f871bcc
update documentation on resource limits
2017-12-18 04:33:01 -08:00
Carol Willing
dd1902b1d9
update image links
2017-08-10 09:00:04 -07:00
Carol Willing
eb6a2f9e89
Restructure doc folder structure
2017-08-10 09:00:04 -07:00