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

Make terminal_class configurable and provide a manager to detect terminal status on linux systems #626

Closed
wants to merge 29 commits into from

Commits on Oct 20, 2021

  1. Fix missing await when call 'async_replace_file'

    jizhongsheng committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    85312f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    1aa046a View commit details
    Browse the repository at this point in the history
  2. patch execution_state filed into terminal

    jizhongsheng committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    00c92c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    418cb18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e03952d View commit details
    Browse the repository at this point in the history
  5. Record the first output to identify the terminal return

    jizhongsheng committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4f4502a View commit details
    Browse the repository at this point in the history
  6. make set state idle if terminal return as a function

    jizhongsheng committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    728319a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. patch first_stdout into terminals

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    12a2cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd7dff View commit details
    Browse the repository at this point in the history
  3. Make StatefulTerminalManager a class and configuable

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    8e26e88 View commit details
    Browse the repository at this point in the history
  4. revert TerminalManager and make all state operation into StatefulTerm…

    …inalManager
    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    695cf27 View commit details
    Browse the repository at this point in the history
  5. add some test on StatefulTerminalManager

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    f4a07e3 View commit details
    Browse the repository at this point in the history
  6. improve stateful terminal test

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3c0688a View commit details
    Browse the repository at this point in the history
  7. change test wait durations

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    3e3b703 View commit details
    Browse the repository at this point in the history
  8. add block to wait init terminal

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    36fc364 View commit details
    Browse the repository at this point in the history
  9. only test linux system

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b6998c1 View commit details
    Browse the repository at this point in the history
  10. pre-commit run

    jizhongsheng committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    998efff View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d125c38 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1af3064 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b6c158 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    02f7fb8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c0186b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d627bb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2021

  1. Only run on Linux

    blink1073 authored Dec 4, 2021
    Configuration menu
    Copy the full SHA
    4111d90 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    e242e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea00345 View commit details
    Browse the repository at this point in the history
  3. add comments on StatefulTerminalManager

    jizhongsheng committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    82847b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Compatible with terminado_available is False

    jizhongsheng committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    12f3af0 View commit details
    Browse the repository at this point in the history
  2. pre-commit run

    jizhongsheng committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5d4c9f9 View commit details
    Browse the repository at this point in the history