Kyla Harper
815034f0f1
Merge branch 'master' of https://github.com/jupyterhub/jupyterhub
2018-09-26 14:04:15 -05:00
Min RK
c8c39aa40d
Merge pull request #2154 from minrk/named-ui
...
named-server UI
2018-09-26 14:28:30 +02:00
Min RK
b34119c908
Merge pull request #2190 from yuvipanda/contributing-docs
...
Expand contributing docs
2018-09-26 13:24:52 +02:00
yuvipanda
b9331dbd57
Reformat index.rst to get linkable sections
...
Currently, the sections in index.rst are using ** for bold,
rather than true section headers. This prevents them from being
linkable. Since we'd like to link to the 'contributing' section
from CONTRIBUTING.md, we change this by moving everything to
section headers. We also move to the toctree directive, since
it keeps the bullets aligned properly (they were hanging if
we used simple * markers)
This also replaces CONTRIBUTING.md content with a link to
the docs.
2018-09-25 18:35:38 -07:00
yuvipanda
c928d10316
Expand contributor documentation
...
- Move from CONTRIBUTING.md to a subdirectory in docs, so
we can expand and add more documentation.
- Move from markdown to reStructuredTest
- Add a direct blurb in the JupyterHub docs index page on
how contribution.
- More prominent link to the Code of Conduct
- Add section on getting in touch with the JupyterHub community
2018-09-25 18:19:09 -07:00
Kyla Harper
b43125e9e8
Add DummyAuthenticator
2018-09-25 15:44:05 -05:00
Min RK
451dccfbf4
Merge pull request #2181 from minrk/docs-ci
...
move docs to their own CI matrix
2018-09-24 16:49:05 +02:00
Min RK
eb8b9c4d98
implement server deletion client-side
2018-09-24 16:21:40 +02:00
Min RK
e79b43e906
support removing named servers
2018-09-24 16:21:40 +02:00
Min RK
a1dc73882a
move helper properties onto orm.Spawner
...
since that's where they belong
2018-09-24 16:21:40 +02:00
Min RK
0fb78f19ec
return future from stop_single_user
...
allows chaining actions when stop finally resolves via `spawner._stop_future`
2018-09-24 16:21:40 +02:00
Min RK
81a410db91
simplify admin UI for named servers
2018-09-24 16:21:40 +02:00
Min RK
924aeb4abb
only include named spawners in all_spawner is named servers allowed
2018-09-24 16:21:40 +02:00
Min RK
b966258849
Simplify named-servers on home
...
- use a table for the list of servers
- support adding new servers
2018-09-24 16:21:40 +02:00
Min RK
9031b9aa57
add some re-usable APIs
...
define some pending/ready helpers as static constants on orm.Spawner
allows treating orm.Spawner the same as Spawner wrappers,
as long as `.active` etc. checks are performed first
2018-09-24 16:21:40 +02:00
Min RK
cbe4095533
use var instead of let
...
for better js compatibility
2018-09-24 16:21:40 +02:00
Min RK
1be278779d
add npm run fmt
for autoformatting js
2018-09-24 16:21:40 +02:00
Min RK
8c9d2f0c4f
npm run fmt
2018-09-24 16:21:40 +02:00
Min RK
76fc077e3b
Merge pull request #2180 from minrk/progress-cleanup
...
Fix intermittent failures in progress_bad_slow
2018-09-24 16:20:24 +02:00
Min RK
8e6d9de536
move docs to their own CI matrix
...
rather than building the docs after every test
2018-09-24 16:02:27 +02:00
Min RK
93045957a0
Warn instead of raising if spawner._generate_progress is called while spawn is not pending
...
and generate no events if not pending
Reason: race condition is unavoidable between first pending check and check inside _generate_progress.
In this event, return immediately.
2018-09-24 15:54:01 +02:00
Min RK
e71d181a23
slow down slow_bad_spawn
...
reduces likelihood of race condition in test
2018-09-24 15:54:01 +02:00
Min RK
fcbc6e06c8
stop keepalive loop promptly on finish
...
rather than waiting until keepalive_interval, which leaves idle coroutines for at least 8 seconds
2018-09-24 15:54:01 +02:00
Min RK
33c6e68b5e
update changelog for 0.9.4
2018-09-24 14:01:23 +02:00
Min RK
a4d241524c
Merge pull request #2177 from nils-werner/patch-1
...
Example homedir bootstrapping using `mkhomedir_helper`
2018-09-24 13:36:24 +02:00
Min RK
af1c71f7ff
Merge pull request #2179 from minrk/disable-pdf
...
back to conda on rtd
2018-09-24 12:56:37 +02:00
Min RK
78c57805d5
omit pdf builds on rtd due to bug in sphinx
2018-09-24 12:48:11 +02:00
Min RK
cc324a6d4b
back to conda for docs
2018-09-24 12:47:47 +02:00
Min RK
8437f47f36
Merge pull request #2165 from minrk/fix-content-type
...
Fix content-type on API endpoints
2018-09-24 11:03:19 +02:00
Min RK
89bde5db17
Merge pull request #2176 from GeorgianaElena/master
...
Issue #13 Outreachy: add running_servers metric
2018-09-24 10:37:20 +02:00
GeorgianaElena
f43ebe8d51
Rename metric
2018-09-24 11:05:01 +03:00
Nils Werner
341bc42d95
Example homedir bootstrapping using mkhomedir_helper
2018-09-24 10:01:57 +02:00
GeorgianaElena
493f9ab331
Issue #13 Outreachy: add running_servers metric
2018-09-23 18:31:37 +03:00
Yuvi Panda
e9753fd65d
Merge pull request #2174 from jmfcodes/typofix
...
fixed a typo
2018-09-22 15:14:00 -07:00
Jennifer
3b136339af
fixed a typo
2018-09-22 14:57:24 -07:00
Yuvi Panda
1821c21243
Merge pull request #2166 from minrk/testing-config
...
add sample configuration that loads dummyauthenticator and simplespawner
2018-09-21 10:58:44 -07:00
Min RK
e675ab85c7
Merge pull request #2164 from sashafierce/add-name-controlpanel
...
Add user name to control panel in JupyterHub
2018-09-21 15:16:19 +02:00
Min RK
58f005eea2
Fix content-type on API endpoints
...
and includes content-type header checks in tests to catch regressions
2018-09-21 15:12:53 +02:00
Min RK
d34e84ae9d
add sample configuration that loads dummyauthenticator and simplespawner
2018-09-21 15:12:41 +02:00
Akanksha Bhardwaj
981ef2ca3b
display username in control panel
2018-09-21 18:08:34 +05:30
Min RK
c87fcd9b71
Merge pull request #2155 from minrk/cleanup-client-fix
...
fix oauth client cleanup
2018-09-21 10:10:34 +02:00
Min RK
c69adfb506
Merge pull request #2161 from yuvipanda/better-contrib
...
Add notes on simplespawner & dummyauthenticator
2018-09-21 10:10:04 +02:00
Min RK
ac82f0f437
apply willingc's text proposals
2018-09-21 10:07:21 +02:00
Carol Willing
c975f7eb4a
Merge pull request #2162 from yuvipanda/other-auth-cleanup
...
Link additional authenticators to wiki
2018-09-21 02:13:50 -04:00
yuvipanda
07b590e2c3
Link additional authenticators to wiki
...
The current list in the docs is out of date. The list
in the wiki is more up-to-date, and easier for folks
to change over time. In the long run, we should decide
where lists like this belong.
2018-09-20 22:49:00 -07:00
Erik Sundell
0b98be05fd
Add links to default spawner & authenticator
2018-09-20 22:11:48 +00:00
yuvipanda
0a54b1aa99
Add notes on simplespawner & dummyauthenticator
2018-09-20 13:01:49 -07:00
Erik Sundell
e114f79e44
Merge pull request #2159 from yuvipanda/better-contrib
...
Expand 'Setting up Developer Environment' in CONTRIBUTING.md
2018-09-20 20:43:48 +02:00
yuvipanda
3ff046affa
Expand 'Setting up Developer Environment' in CONTRIBUTING.md
2018-09-20 11:31:00 -07:00
Carol Willing
e26229c0b4
Merge pull request #2156 from willingc/pin-sphinx
...
Build docs with pip not conda
2018-09-19 20:25:39 -07:00