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

[execute_process] emulate_tty configurable and defaults to true #265

Merged
merged 10 commits into from
Jul 17, 2019

Commits on Jul 17, 2019

  1. [execute_process] emulate_tty now configurable and defaults to true

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    30ef0ed View commit details
    Browse the repository at this point in the history
  2. [examples] do not emulate ttys

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    9e2b25c View commit details
    Browse the repository at this point in the history
  3. trivial

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    d7aa074 View commit details
    Browse the repository at this point in the history
  4. test for emulate_tty configuration

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    7fd3e65 View commit details
    Browse the repository at this point in the history
  5. copyright

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    bb5ac23 View commit details
    Browse the repository at this point in the history
  6. attempted flake8 fixes

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    27fada4 View commit details
    Browse the repository at this point in the history
  7. Fix flake8 errors.

    Signed-off-by: Chris Lalancette <[email protected]>
    clalancette authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f636053 View commit details
    Browse the repository at this point in the history
  8. guard for windows (#1)

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    9565430 View commit details
    Browse the repository at this point in the history
  9. linting, fix quotes on strings

    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    32c44f7 View commit details
    Browse the repository at this point in the history
  10. drop the warning and guard, lean on the graceful degradation as recom…

    …mended in review
    
    Signed-off-by: Daniel Stonier <[email protected]>
    stonier authored and wjwwood committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    71d805c View commit details
    Browse the repository at this point in the history