Christian Barra
|
b09ccc4373
|
fix base_url
|
2017-02-24 00:37:40 +01:00 |
|
Christian Barra
|
f4a7e28aa5
|
add default_server_name, change spawn start
|
2017-02-24 00:37:40 +01:00 |
|
Christian Barra
|
5b85d1e248
|
correct server name and base_url unique=True
|
2017-02-24 00:09:48 +01:00 |
|
Christian Barra
|
a85bc5cad4
|
change classes for creating/deleting a server, add server_name param for delete method
|
2017-02-24 00:09:48 +01:00 |
|
Christian Barra
|
d682edd44f
|
use only the first 10 chars of server_url
|
2017-02-24 00:09:48 +01:00 |
|
Christian Barra
|
3524399984
|
fix some errors
|
2017-02-24 00:09:48 +01:00 |
|
Christian Barra
|
b127788100
|
add a new base for multi servers
|
2017-02-24 00:09:48 +01:00 |
|
Christian Barra
|
a823a6b371
|
add a name field for the server
|
2017-02-24 00:09:48 +01:00 |
|
Carol Willing
|
b47f76c037
|
Merge pull request #983 from minrk/config-docs
add configurable traits to api docs
|
2017-02-22 08:36:33 -06:00 |
|
Min RK
|
1d19684b2c
|
Handle traitlets 4.x
|
2017-02-21 18:06:48 +01:00 |
|
Min RK
|
08e8c93b16
|
add app.rst
|
2017-02-20 21:44:02 +01:00 |
|
Carol Willing
|
a0103ebd6c
|
Merge pull request #988 from minrk/cookie-secret-256b
use 32B hex cookie secret
|
2017-02-17 11:38:09 -08:00 |
|
Carol Willing
|
b5a600d488
|
Merge pull request #984 from minrk/spawner-shell
allow customization of spawn command
|
2017-02-17 10:43:31 -08:00 |
|
Min RK
|
27410a6c51
|
remove spurious print
|
2017-02-15 11:31:25 +01:00 |
|
Min RK
|
67d6de9f68
|
don't forget to yield
|
2017-02-15 11:30:34 +01:00 |
|
Min RK
|
3996fa00ef
|
turn off database echo in tests
it's a bunch of noise
|
2017-02-15 11:29:48 +01:00 |
|
Min RK
|
42f8509287
|
use observer instead of validator for checking cookie length
since we aren't mutating the value
|
2017-02-15 10:58:16 +01:00 |
|
Min RK
|
11b738b837
|
Merge pull request #989 from willingc/update-confpyapp
Rename to mocked_app to avoid shadowing app
|
2017-02-15 10:56:00 +01:00 |
|
Carol Willing
|
576858b6ca
|
Rename to mocked_app to avoid shadowing app
|
2017-02-14 18:55:02 -08:00 |
|
Carol Willing
|
645c2bdd4a
|
Merge pull request #974 from willingc/travis-config
Refactor travis config for more efficient builds
|
2017-02-14 18:18:51 -08:00 |
|
Min RK
|
9ae708b367
|
use 32B hex cookie secret
instead of large b64 secret, which doesn't make sense for sha256
Warn about deprecated base64 secrets and too-large secrets.
|
2017-02-14 14:36:50 +01:00 |
|
Min RK
|
abf554f9cf
|
Merge pull request #987 from yuvipanda/cookie-id-nullcheck
Make cookie_id be unique and not-null too
|
2017-02-14 13:02:45 +01:00 |
|
YuviPanda
|
9df6e76cc3
|
Make cookie_id be unique and not-null too
Fixes #985
|
2017-02-13 09:15:39 -08:00 |
|
Min RK
|
7afbe952e6
|
test
take pytest-tornado for a spin
it's nice!
|
2017-02-13 17:55:50 +01:00 |
|
Min RK
|
00aa92f7b6
|
add env handler to mocksu
|
2017-02-13 17:53:30 +01:00 |
|
Min RK
|
4ae264de5e
|
allow customization of spawn command
- add shell_cmd for launching with a shell (e.g. `bash -l -c`
- add popen_kwargs for overriding keyword args passed to Popen
|
2017-02-13 17:51:53 +01:00 |
|
Min RK
|
4b987dd334
|
add configurable traits to api docs
|
2017-02-13 14:18:20 +01:00 |
|
Carol Willing
|
f75c4c0ba3
|
Edit per @minrk review
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
8b4d089376
|
Remove extra dash in maxfail
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
bd2e758b04
|
Add maxfail to tests to prevent travis stalls
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
54e5910e45
|
Remove verbose tests
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
5460d5748f
|
Remove travis retry
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
25d5d95a5b
|
Remove pypy test
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
8db26af57a
|
Update conditionals
|
2017-02-10 10:40:57 -08:00 |
|
Carol Willing
|
4f29cbe81f
|
Update travis settings
|
2017-02-10 10:40:57 -08:00 |
|
Min RK
|
0dced91495
|
Merge pull request #975 from willingc/cleanup-fixtures
Remove deprecated yield_fixture
|
2017-02-10 10:04:30 +01:00 |
|
Min RK
|
c02a463348
|
Merge pull request #978 from willingc/style-util
Add flake8 support
|
2017-02-10 10:03:47 +01:00 |
|
Carol Willing
|
a2f717fba2
|
Remove pylintrc for a different PR
|
2017-02-09 08:03:58 -08:00 |
|
Carol Willing
|
8973571dc0
|
Add pylint config file
|
2017-02-09 07:38:36 -08:00 |
|
Carol Willing
|
0fe3aacb4d
|
Update punctuation per @minrk
|
2017-02-09 06:48:15 -08:00 |
|
Carol Willing
|
7313b4fd26
|
Update ignored errors in flake8 config
|
2017-02-09 06:15:06 -08:00 |
|
Carol Willing
|
5c0b3f8b34
|
Add spacing for user.py
|
2017-02-08 22:36:56 -08:00 |
|
Carol Willing
|
a4eb795d32
|
Add exclude files to flake8 config
|
2017-02-08 22:33:58 -08:00 |
|
Carol Willing
|
8e1efc2851
|
Remove extra space in __init__.py
|
2017-02-08 22:33:13 -08:00 |
|
Carol Willing
|
8c999907c2
|
Add spacing to _data.py
|
2017-02-08 22:26:39 -08:00 |
|
Carol Willing
|
cd7a31dd3c
|
Add spacing to app.py
|
2017-02-08 22:23:28 -08:00 |
|
Carol Willing
|
b21b0427d1
|
Add error to flake8 config
|
2017-02-08 22:22:59 -08:00 |
|
Carol Willing
|
3a2299f7f2
|
Add space to auth.py
|
2017-02-08 22:04:53 -08:00 |
|
Carol Willing
|
7d5287000f
|
Fix spacing in dbutil.py
|
2017-02-08 22:03:56 -08:00 |
|
Carol Willing
|
bc37c56742
|
Add error to flake8 config
|
2017-02-08 22:03:33 -08:00 |
|