223 Commits (2baa5d3acd96e7926348c8c0e5a18bcf2bcdf4fa)

Author SHA1 Message Date
Daniel Farrell 605eaa72be Added a flag to allow access of hidden files (#2819)
8 years ago
Min RK 9c7c213a47
Merge pull request #3116 from maartenbreddels/directory_json
8 years ago
Thomas Kluyver 3eb6d72bb5 Find available kernelspecs more efficiently
8 years ago
maartenbreddels 772544e60f renamed manager.py to config_manager.py and added more docstrings
8 years ago
maartenbreddels 89b32e4412 allow default json files in a .d directory, original PR: ipython/traitlets#452
8 years ago
Kirit Thadaka 051cee61a5 Squashed all commits. Tests pass.
8 years ago
Min RK a2f72da17f
Merge pull request #2963 from takluyver/shutdown-no-kernels
9 years ago
Min RK 1eb970074b fix save-script deprecation
9 years ago
Thomas Kluyver 6b0d542ea9 Unify last activity calculation
9 years ago
Min RK 1deb0aec16 tornado 5: PeriodicCallback loop arg will be removed (#3034)
9 years ago
edida 5ede4c1243 Fix broken links (#3042)
9 years ago
Thomas Kluyver bfe012e507
Merge pull request #2910 from mheilman/cull_idle_timeout_minimum
9 years ago
Thomas Kluyver 059c2b77fc Switch to jupyter_core implementation of ensure_dir_exists
9 years ago
Thomas Kluyver 9ec57bfdf5 Config option to shut down server after N seconds with no kernels
9 years ago
Thomas Kluyver c888b6a7b9 Merge pull request #2949 from blink1073/fix-compound-extension
9 years ago
Michael Heilman b31194dfe3 removed extraneous cull_idle_timeout_minimum
9 years ago
Steven Silvester 7e71c000b0 Rename variable
9 years ago
Steven Silvester e1533d5398 Clean up logic
9 years ago
Steven Silvester e95cd6d820 More logic cleanup
9 years ago
Steven Silvester 915146ab3f Clean up logic
9 years ago
Min RK aa461d9e06 Merge pull request #1968 from takluyver/delete-to-trash
9 years ago
Thomas Kluyver 8a159500f7 Merge pull request #2916 from minrk/allow-disable-buffering
9 years ago
Steven Silvester f5fa0c180e Handle a compound extension in new_untitled
9 years ago
M Pacer b0205c4b78 cleanup swagger API docs
9 years ago
Michael Heilman f8ef573592 added warning about culling kernels with poor network connections
9 years ago
Min RK a69ddb6655 register contents_manager.files_handler_class directly
9 years ago
Min RK e4186c47c0 allow disabling offline message buffering
9 years ago
Michael Heilman 241c7e162c change cull_idle_timeout_minimum to 1 from 500
9 years ago
Kyle Kelley 43a97807fc buffer messages when websocket connection is interrupted (#2871)
9 years ago
Min RK 962c5ccd80 stop using `@json_handlers`
9 years ago
Thomas Kluyver 3115f0602f deprecated name warn() -> warning()
9 years ago
Thomas Kluyver 1e511c5ebf Catch OSError when getting file mtime & ctime
9 years ago
madhu 2208917c05 fix(notebook): Allow notebooks to be trusted without triggering
9 years ago
Thomas Kluyver 1849b80287 Merge branch 'master' into delete-to-trash
9 years ago
Thomas Kluyver 66049ea15e Merge pull request #2670 from minrk/xsrf-csp-report-again
9 years ago
Min RK 4e37ebfb47 typo in skip_check_origin
9 years ago
Grant Nestor 5192d72c63 Merge pull request #2656 from agermanidis/master
9 years ago
Min RK 70865579a5 Don’t check XSRF token on CSP reports
9 years ago
Anastasis Germanidis a82a510199 Use static file handler when files are local
9 years ago
John Emmons f81fb46ff6 Preliminary i18n implementation as outlined in JEP 16 (#2140)
9 years ago
Thomas Kluyver c17eb4ce8e Handle invalid file timestamps
9 years ago
dhirschf 295294e876 Fix `test_bad_symlink` to conform to the new api
9 years ago
dhirschf 1975bf830f Addressed review comments
9 years ago
dhirschf 6bb89b717a Workaround for Windows Containers
9 years ago
Min RK 1e18e050a5 Merge pull request #2498 from parente/cull-busy-connected
9 years ago
Peter Parente c8ba55da21 Do not cull connected kernels by default
9 years ago
Peter Parente 85ba2bdabd Fix help for cull_connected and cull_busy
9 years ago
Thomas Kluyver 576c3d9f9a Add /api/shutdown handler
9 years ago
Peter Parente d9b4c99180 Do not cull kernels doing work by default
9 years ago
Peter Parente 1550a04848 Add cull_busy, cull_connected options
9 years ago