Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web terminal support #21

Closed
achimnol opened this issue Oct 18, 2016 · 0 comments
Closed

Web terminal support #21

achimnol opened this issue Oct 18, 2016 · 0 comments
Assignees
Milestone

Comments

@achimnol
Copy link
Member

Interactive terminal support for tutorial/workshops.

@achimnol achimnol added this to the 0.5 milestone Oct 18, 2016
@achimnol achimnol self-assigned this Oct 18, 2016
achimnol added a commit to lablup/backend.ai-manager that referenced this issue Oct 18, 2016
achimnol added a commit that referenced this issue Oct 18, 2016
 * TODO: stdout relay is not working...
achimnol added a commit that referenced this issue Oct 19, 2016
 * Add a dummy ping command and implement original query-style
   command handling that runs side-by-side to the shell.
achimnol added a commit that referenced this issue Oct 19, 2016
achimnol added a commit that referenced this issue Oct 20, 2016
 * TOCHECK: Why aren't there NO error/stack traces shown if exceptions
            occur in repl() function?
achimnol added a commit that referenced this issue Oct 20, 2016
 * asyncio.ensure_future() instead of loop.create_task()

   - It reports the unhandled exception properly while
     loop.create_task() silently mutes them!
achimnol added a commit that referenced this issue Oct 21, 2016
achimnol added a commit that referenced this issue Oct 21, 2016
 * This prevents "accidental exit" by students in tutorials or
   workshops.

 * As it is just restarting the subprocess, all the container changes
   are still preserved. :)
achimnol added a commit that referenced this issue Nov 1, 2016
 * Exiting (and auto-restarting) the shell by the user has left
   zombie processes. Now fixed.
achimnol added a commit that referenced this issue Feb 9, 2017
 * It affects only the query-part though.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants