Kevin Bates
e06a55ea51
Merge branch 'master' into cull-terminals
6 years ago
Zachary Sailer
cbfc4dae91
Merge pull request #5351 from berendjan/download_multiple_files
...
tree added download multiple files
6 years ago
Steven Silvester
ebd2b5701c
Merge pull request #5198 from bzinberg/zeros-crash
...
Update CodeMirror dependency
6 years ago
Steven Silvester
b69f22a1b1
Merge pull request #4835 from kwlzn/kwlzn/notebook_unix_socket
...
Add UNIX socket support to notebook server.
6 years ago
Kris Wilson
dcc8874daa
Feedback: remove socket on stop.
6 years ago
Kris Wilson
5aa6e0dfd5
Feedback: add socket usage check on bind and test.
6 years ago
Kris Wilson
02cd1fa8a0
Traitlets type handling fixup.
6 years ago
Kris Wilson
1af8283afa
Feedback: validate sock-mode.
6 years ago
Kris Wilson
ee509ad2d9
Feedback: Demote log level on --open_browser and --sock.
6 years ago
Luciano Resende
0090315f6e
Merge pull request #5433 from blink1073/release-instructions
...
Add release instructions
6 years ago
Steven Silvester
87201a5339
Consolidate release notes into RELEASE.md
6 years ago
Steven Silvester
b561e734fc
Add release instructions
...
cleanup
Add more instructions
formatting
cleanup
formatting
6 years ago
Kevin Bates
e577b6c40c
Merge pull request #5354 from berendjan/Added_NL_language
...
Added nl language
6 years ago
Berend-Jan Lange
42bc3f7c4b
updated terminado sentence
...
q
6 years ago
Berend-Jan Lange
30bbf1af80
updated with toonijn's comments 2
6 years ago
Kevin Bates
a291f31cfe
Merge pull request #5425 from pinarkavak/log-notebook-type
...
Logged notebook type
6 years ago
Pinar Kavak
8c063c2a61
Added notebook name to the logs
6 years ago
Berend-Jan Lange
41f9f615df
updated with toonijn's comments
6 years ago
Kevin Bates
b4a2ad990a
Merge pull request #5222 from kinow/patch-2
...
Update message about minimum Tornado version
6 years ago
Kevin Bates
df887b2edf
Check for invalid characters prior to rename ( #5193 )
...
* Check for invalid characters prior to rename
On Windows platforms, rename operations containing ':' are problematic
since the operation succeeds, but creates an unintended "alternate data
stream" that gives the user the impression their file contents have been
deleted. This change performs cursory validation of the destination
name on platforms in which issues can occur. Currently, non-Windows
systems don't require this level of validation.
Fixes #5190
* Apply changes per review comments
6 years ago
Kevin Bates
ec5131cf3f
Merge pull request #5406 from jpcastil/master
...
Integrated LoginWidget into edit to enable users to logout from the t…
6 years ago
Kevin Bates
d8e8e00fd5
Merge pull request #5411 from ThewBear/patch-1
...
Update Markdown Cells example to HTML5 video tag
6 years ago
Thew Dhanat
1e7d764cfa
Update Markdown Cells example to HTML5 video tag
6 years ago
Kris Wilson
1a5eed8678
Make integration test conditional for CI compatibility.
6 years ago
Kris Wilson
3e28cfd603
Feedback: improve test coverage.
6 years ago
Kris Wilson
8d9b8c6f06
Cleanup.
6 years ago
Kris Wilson
bbf6c77227
Feedback: umask -> mode.
6 years ago
Kris Wilson
592af9a526
Feedback: opening.
6 years ago
Kris Wilson
328dca5496
Feedback: file_to_run and sock mutual exclusion.
6 years ago
Kris Wilson
07deb1d865
Feedback: remove error on --sock and --open-browser.
6 years ago
Kris Wilson
4af22581fc
Feedback: repair stop command port targeting.
6 years ago
Kris Wilson
9bda4c61b9
Feedback: Improve stop server description.
6 years ago
Kris Wilson
b9567512f8
Fixup tests.
6 years ago
Kris Wilson
8aad324773
Fixup.
6 years ago
Kris Wilson
20b5cb8e4d
Fixup.
6 years ago
Kris Wilson
a9ed339d58
Add UNIX socket support to notebook server.
6 years ago
Jesus Panales Castillo
978a73380c
Integrated LoginWidget into edit to enable users to logout from the text edit view. Issue #5399
6 years ago
Kevin Bates
ff3ebe699b
Terminate all terminals on server shutdown
6 years ago
Kevin Bates
deeb1e1214
Add ability to cull terminals and track last activity
...
This adds functionality to track a terminal's last activity and
optionally cull terminals that have been inactive for some specified
duration.
Resolves : #3868
6 years ago
Berend-Jan Lange
a1ee84e7c1
checked translations again and updated readme
6 years ago
Berend-Jan Lange
c677a9eb42
translated files
6 years ago
Berend-Jan Lange
f3ce035d1a
language_tested
6 years ago
Berend-Jan Lange
361877f071
added link to repo in readme
6 years ago
Berend-Jan Lange
5fe6964388
added poly translations
6 years ago
Berend-Jan Lange
dee04d90cf
added nl_NL json
6 years ago
Berend-Jan Lange
76e37beb7b
added pot translation files
6 years ago
Berend-Jan Lange
698b37aa0e
added_indicator
6 years ago
Berend-Jan Lange
feba9751a4
changed comments
6 years ago
Berend-Jan Lange
76d5422b4c
tree added download multiple files
6 years ago
Kevin Bates
7de8df4dd8
Gateway only: Ensure launch and request timeouts are in sync ( #5317 )
...
Prior to this change, the request timeout for a Gateway request
was synchronized with KERNEL_LAUNCH_TIMEOUT only if KLT
was greater. However, the two are closely associated and KLT
should be adjusted if the configurable request_timeout is greater.
This change ensures that the two values are synchronized to the
greater value. It changes the two configurable timeouts to default
to 40 (to match that of KLT) and removes the 2-second pad,
since that wasn't helpful and only confused the situation.
These changes were prompted by this issue: jupyter/enterprise_gateway#792
6 years ago