Min RK
62a5e9dbce
Merge pull request #497 from yuvipanda/env-callable
...
Allow environment config values to be callable
2016-04-01 09:57:52 -07:00
YuviPanda
45fcdc75c0
Add docs about callables in environment configurable
2016-03-31 23:44:08 -07:00
Min RK
f1bdf6247a
Merge pull request #500 from yuvipanda/fix-url-encoding-4
...
Use User.url instead of constructing it manually
2016-03-31 22:15:58 -07:00
YuviPanda
80932a51f4
Use User.url instead of constructing it manually
...
This fixes issues with URL encoding when redirecting users to
their own notebook instances
2016-03-31 17:28:33 -07:00
Min RK
c8774c44d4
Merge pull request #498 from yuvipanda/statsd-configurable
...
Mark statsd_prefix as configurable as well
2016-03-31 15:08:10 -07:00
YuviPanda
bf2629450c
Mark statsd_prefix as configurable as well
2016-03-31 13:46:37 -07:00
YuviPanda
705ff78715
Allow environment config values to be callable
...
This allows deployments to configure environment variables
that need to be different for each user / container (such as
credentials for various services, etc).
2016-03-31 11:52:53 -07:00
Min RK
a13119a79f
Merge pull request #496 from yuvipanda/statsd
...
Allow specifying statsd host/port/prefix info
2016-03-31 11:18:09 -07:00
YuviPanda
6932719e4e
Convert port into string (so that .join works)
2016-03-31 10:32:49 -07:00
YuviPanda
68a750fc7a
Use 'Integer' rather than 'Int' for config traitlet
2016-03-30 19:04:57 -07:00
YuviPanda
c6d05d0840
Allow specifying statsd host/port/prefix info
...
Currently only passes it through to CHP. This is needed
for the cases when JupyterHub spawns and maintains CHP.
2016-03-30 18:59:32 -07:00
Carol Willing
2bbfd75f4d
Merge pull request #495 from Carreau/add-import
...
Import warnings, used on line 215, not imported.
2016-03-29 15:52:39 -07:00
Matthias Bussonnier
26f0e8ea5c
Import warnings, used on line 215, not imported.
2016-03-29 15:36:22 -07:00
Carol Willing
552e5caa11
Merge pull request #494 from jupyter/Codecov-badge
...
Add codecov Badge.
2016-03-29 15:23:54 -07:00
Matthias Bussonnier
7753187e51
Add codecov Badge.
2016-03-29 15:04:17 -07:00
Carol Willing
bddadc7522
Merge pull request #493 from minrk/traitlets-4-1-again
...
use traitlets 4.1 APIs
2016-03-29 14:51:51 -07:00
Min RK
195eea55f3
log.warning
2016-03-29 09:22:32 -07:00
Min RK
7a2794af7c
use traitlets-4.1 observe/default decorators
2016-03-27 10:41:36 -07:00
Min RK
fa48620076
use traitlets-4.1 .tag(config=True)
API
2016-03-27 10:29:36 -07:00
Min RK
e4cfe01c4a
require traitlets 4.1
2016-03-27 10:21:41 -07:00
Carol Willing
b35e506220
Merge pull request #479 from minrk/config-env
...
Make Spawner.env configurable
2016-03-24 07:59:44 -07:00
Carol Willing
dd3ed1bf75
Merge pull request #490 from minrk/disable-pam-session
...
Allow disabling PAM sessions
2016-03-24 07:57:00 -07:00
Min RK
40368b8f55
Allow disabling PAM sessions
...
it's often buggy and rarely necessary,
so allow it to be disabled when it's causing problems.
It's still on by default for backward-compatibility,
though maybe it shouldn't be.
2016-03-23 23:24:54 +01:00
Min RK
d0f1520642
Add Spawner.environment configurable
...
instead of making existing Spawner.env configurable
Spawner.env is deprecated
2016-03-22 13:48:26 +01:00
Carol Willing
28c8265c3d
Merge pull request #487 from minrk/fix-failed-login-for-none
...
Fix 'failed login for None' message
2016-03-21 04:51:20 -07:00
Min RK
1d1a8ba78b
Fix 'failed login for None' message
...
on failed login, get username from form data, not the guaranteed-None return value of authenticate
2016-03-21 12:01:31 +01:00
Min RK
a1c764593c
travis_retry tests
...
to hide intermittent failures and enable laziness
2016-03-15 10:37:03 +01:00
Min RK
06902afa2d
Merge pull request #481 from willingc/issue-417
...
Add additional documentation on --no-SSL option
2016-03-15 10:12:18 +01:00
Min RK
6d46f10cfa
Merge pull request #480 from willingc/issue-458
...
Update the configuration section of docs
2016-03-15 10:11:54 +01:00
Carol Willing
b71f34eb3c
Fix transposed version number
2016-03-14 16:57:12 -07:00
Carol Willing
11df935f34
Fix awkward wording
2016-03-14 16:54:04 -07:00
Carol Willing
19b6468889
Add no-SSL option to docs
2016-03-14 16:48:49 -07:00
Carol Willing
d2dddd6c82
Update the configuration section of docs, add example
2016-03-14 16:21:24 -07:00
Min RK
5d140fb889
Merge pull request #478 from willingc/readme-docker
...
Update README re: docker image contents
2016-03-11 22:24:27 +01:00
Matthias Bussonnier
2bf8683905
Merge pull request #477 from willingc/doc-sphinx
...
Use latest version of Sphinx to fix RTD "Edit on GitHub"
2016-03-11 10:46:52 -08:00
Carol Willing
2dba7f4f61
Update README re: docker image contents
2016-03-11 10:05:13 -08:00
Carol Willing
2820ba319f
Update sphinx version for md on rtd
2016-03-11 07:55:49 -08:00
Min RK
be7a627c11
Make Spawner.env configurable
...
moves `_env_default` logic to `get_env`,
so that `Spawner.env` can be safely configurable
2016-03-11 12:34:49 +01:00
Matthias Bussonnier
2cb1618937
Merge pull request #467 from minrk/add-user-more-often
...
Call `add_user` more often
2016-03-10 14:45:56 -08:00
Min RK
c9e0c5fe04
Merge pull request #474 from minrk/user.url
...
allow user.url to be accessed without the server running
2016-03-10 10:28:11 +01:00
Min RK
922956def2
allow user.url to be accessed without the server running
...
Reduces the number of different ways we need to build the same URLs.
2016-03-09 09:30:50 +01:00
Min RK
c6c699ea89
Merge pull request #472 from yuvipanda/fix-user-encoding
...
Use encoded URL when redirecting user notebooks
2016-03-09 09:20:43 +01:00
YuviPanda
e0219d0363
Use encoded URL when redirecting user notebooks
...
Otherwise it breaks for usernames that have url unsafe
characters.
2016-03-08 18:41:35 -08:00
Matthias Bussonnier
f7dab558e4
Merge pull request #468 from minrk/clean-the-pool
...
set default pool_recycle if using mysql
2016-03-08 11:28:59 -08:00
Min RK
74e558dad2
set default pool_recycle if using mysql
2016-03-08 10:58:18 +01:00
Min RK
96269fac0f
Call add_user
more often
...
- Ensures add_user is called as part of startup *for all users*.
This was previously only true for users not already in the db.
- Normalize usernames in whitelist and admin sets
- Call add_user on new users logged in when there is no whitelist.
2016-03-08 10:49:02 +01:00
Min RK
a0501c6ee4
set patch version to 0 on release
2016-03-08 09:55:44 +01:00
Min RK
ea2ed75ab2
back to dev
2016-03-08 09:00:41 +01:00
Min RK
fc6435825c
release 0.5.0
0.5.0
2016-03-08 08:57:33 +01:00
Min RK
b3ab48eb68
Merge pull request #463 from minrk/moar-coverage
...
Increase some test coverage
2016-03-07 17:13:20 +01:00