Commit Graph

11959 Commits

Author SHA1 Message Date
Thew Dhanat
1e7d764cfa
Update Markdown Cells example to HTML5 video tag 2020-04-29 19:01:32 +07:00
Kris Wilson
1a5eed8678 Make integration test conditional for CI compatibility. 2020-04-29 00:22:36 -07:00
Kris Wilson
3e28cfd603 Feedback: improve test coverage. 2020-04-29 00:06:55 -07:00
Kris Wilson
8d9b8c6f06 Cleanup. 2020-04-28 23:56:47 -07:00
Kris Wilson
bbf6c77227 Feedback: umask -> mode. 2020-04-28 23:55:50 -07:00
Kris Wilson
592af9a526 Feedback: opening. 2020-04-28 23:53:45 -07:00
Kris Wilson
328dca5496 Feedback: file_to_run and sock mutual exclusion. 2020-04-28 23:53:20 -07:00
Kris Wilson
07deb1d865 Feedback: remove error on --sock and --open-browser. 2020-04-28 23:48:59 -07:00
Kris Wilson
4af22581fc Feedback: repair stop command port targeting. 2020-04-28 23:45:08 -07:00
Kris Wilson
9bda4c61b9 Feedback: Improve stop server description. 2020-04-28 19:04:55 -07:00
Kris Wilson
b9567512f8 Fixup tests. 2020-04-28 01:55:18 -07:00
Kris Wilson
8aad324773 Fixup. 2020-04-28 01:11:24 -07:00
Kris Wilson
20b5cb8e4d Fixup. 2020-04-28 01:00:54 -07:00
Kris Wilson
a9ed339d58 Add UNIX socket support to notebook server. 2020-04-28 00:54:50 -07:00
Jesus Panales Castillo
978a73380c Integrated LoginWidget into edit to enable users to logout from the text edit view. Issue #5399 2020-04-25 14:52:36 -07:00
Kevin Bates
ff3ebe699b
Terminate all terminals on server shutdown 2020-04-14 17:28:16 -07:00
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
2020-04-13 17:00:40 -07:00
Berend-Jan Lange
a1ee84e7c1 checked translations again and updated readme 2020-04-09 10:17:00 +02:00
Berend-Jan Lange
c677a9eb42 translated files 2020-04-08 18:12:39 +02:00
Berend-Jan Lange
f3ce035d1a language_tested 2020-04-08 18:04:46 +02:00
Berend-Jan Lange
361877f071 added link to repo in readme 2020-04-08 16:12:40 +02:00
Berend-Jan Lange
5fe6964388 added poly translations 2020-04-08 16:05:05 +02:00
Berend-Jan Lange
dee04d90cf added nl_NL json 2020-04-08 15:52:12 +02:00
Berend-Jan Lange
76e37beb7b added pot translation files 2020-04-08 14:24:34 +02:00
Erwin
bd507b27a6 fix code duplication for cell conversion 2020-04-08 12:43:55 +02:00
Berend-Jan Lange
698b37aa0e added_indicator 2020-04-08 12:31:29 +02:00
Berend-Jan Lange
b714425955 removed_nl_NL 2020-04-08 12:30:21 +02:00
Berend-Jan Lange
def0dfc84b added_back_append_pdf 2020-04-08 12:28:36 +02:00
Berend-Jan Lange
39e7e0a280 added this. 2020-04-08 12:12:17 +02:00
Erwin
d26d1e385f revert changes 2020-04-08 11:53:54 +02:00
Berend-Jan Lange
1af2c0c27a added prototype 2020-04-08 11:47:57 +02:00
Berend-Jan Lange
feba9751a4 changed comments 2020-04-08 11:45:21 +02:00
Erwin
217c96eb59 fix test berendjan 2020-04-08 11:43:24 +02:00
Berend-Jan Lange
76d5422b4c tree added download multiple files 2020-04-08 11:22:53 +02:00
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
2020-04-06 16:40:56 -07:00
Rohit Sanjay
beeac48534
Fix typo in password_required help message (#5320) 2020-04-06 16:37:13 -07:00
Zachary Sailer
d04cbb6a98
Merge pull request #4479 from kevin-bates/async-subclasses
Add support for async kernel management
2020-04-04 10:15:37 -07:00
Kevin Bates
1fc9bc0b72
Add comments indicating when dependency check can be removed 2020-04-02 10:52:50 -07:00
Kevin Bates
53d4d08813
Fix detection of unsupported config, prevent async on 3.5 2020-04-01 16:39:29 -07:00
Berend-Jan Lange
5907bf1e6c update 2020-03-30 22:49:18 +02:00
Berend-Jan Lange
e6dea33643 update 2020-03-30 22:09:43 +02:00
Berend-Jan Lange
aaf68538f0 passed_test 2020-03-30 21:37:21 +02:00
Berend-Jan Lange
a9a5b1f1aa added return 2020-03-30 09:47:13 +02:00
Berend-Jan Lange
456421b6e5 removed_prototyping 2020-03-29 23:03:13 +02:00
Berend-Jan Lange
4e26db9931 duplicate_reduction 2020-03-29 21:27:52 +02:00
Kevin Bates
99b0afd16e
Apply changes per review
Add comments and rename self.super to self.pinned_superclass to
clarify intent.

Add run_sync() util method to clean up shutdown_all() invocation.
2020-03-27 10:53:35 -07:00
Kevin Bates
72d44c58cf
Switch class hierarchy to not use mixin base
This commit uses the approach used in jupyter_server #191 first proposed
by David Brochart.  This reduces code duplication and alleviates redundancy
relative to configurable options.

Also, the startup message now includes the version information.

Co-authored-by: David Brochart <david.brochart@gmail.com>
2020-03-26 13:36:49 -07:00
Kevin Bates
788bb0ebe0
Update all coroutine/yield methods to async/await, share another method 2020-03-20 08:09:39 -07:00
Kevin Bates
570986282e
Move duplicated methods to mixin, fix mixin order 2020-03-19 17:31:13 -07:00
Kevin Bates
8a4beb0d15
Convert to async/await and apply touch ups 2020-03-19 11:49:29 -07:00