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
Carol Willing
a212151c09
Merge pull request #461 from minrk/0.5
...
0.5 changelog
2016-03-07 08:07:19 -08:00
Min RK
67ccfc7eb7
increase some test coverage
2016-03-07 16:13:57 +01:00
Min RK
9af103c673
fixes for handling failed chdir in spawners
2016-03-07 15:12:30 +01:00
Min RK
82643adfb6
stop_pending also counts as not running
2016-03-07 14:27:40 +01:00
Min RK
74df94d15a
0.5 changelog
2016-03-07 13:54:40 +01:00
Min RK
da1b9bdd80
Merge pull request #460 from yuvipanda/mysql-fix
...
Add lengths to all Unicode() columns
2016-03-07 10:36:17 +01:00
Min RK
18675ef6df
Merge pull request #453 from minrk/timeout-in-is-up
...
use the same connection check everywhere
2016-03-07 10:35:12 +01:00
YuviPanda
bf9dea5522
Add lengths to all Unicode() ones
...
- Otherwise does not work with MySQL
- Change JSONDict to be TEXT (Unbounded) rather than VARCHAR.
This makes most sense, since you can't index these anyway.
- The 'ip' field in Server is set to 255, since that is the
max allowed length of DNS entries.
- Most of the rest of the Unicodes have approximately high
values that most people should not mostly run into
(famous last words).
2016-03-06 18:26:25 -08:00
Min RK
62e30c1d79
Merge pull request #457 from shreddd/default_url
...
Enable default_url to pass in to notebook server
2016-03-06 10:33:52 +01:00
shreddd
1316196542
Update spawner.py
...
type
2016-03-05 12:24:39 -08:00
Shreyas Cholia
1a377bd03a
comment on default_url being used with notebook_dir
2016-03-05 12:16:10 -08:00
Shreyas Cholia
66a99ce881
Add support for default_url
2016-03-05 12:05:58 -08:00
shreddd
481debcb80
Merge pull request #1 from jupyter/master
...
sync master
2016-03-05 12:04:09 -08:00
Carol Willing
03c25b5cac
Merge pull request #452 from minrk/redundant-use-subdomain
...
remove redundant use_subdomains
2016-03-05 11:52:43 -08:00
Carol Willing
26c060d2c5
Merge pull request #456 from willingc/readme-clarify
...
Add minor clarification to README
2016-03-05 10:57:13 -08:00
Carol Willing
7ff42f9b55
Add @betatim's suggested wording
2016-03-05 10:43:45 -08:00
Carol Willing
a35d8a6262
Add minor clarification
2016-03-05 10:14:44 -08:00
Carol Willing
8f39e1f8f9
Merge pull request #455 from betatim/readme-fix
...
README uses two different names for docker container
2016-03-05 10:08:34 -08:00