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

fix: reset ready timeout on successful connection #160

Merged
merged 8 commits into from
Mar 23, 2023
Merged

fix: reset ready timeout on successful connection #160

merged 8 commits into from
Mar 23, 2023

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    c5bade3 View commit details
    Browse the repository at this point in the history
  2. feat: sinon types

    * add sinon types to aid with type safety
    * refactor contentdataprovider tests to use types
    * add ts-sinon library to add with stubbing of interfaces
    smorrisj committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2e34f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa70022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e10666f View commit details
    Browse the repository at this point in the history
  5. stub axios interceptor

    smorrisj committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8c9e01c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. fix: use stream.close when closing session

    * use arrow functions
    * visibility modifiers on class functions
    * refactor listeners into discreet methods
    smorrisj committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f4d59cd View commit details
    Browse the repository at this point in the history
  2. Update client/test/connection/ssh/index.test.ts

    Co-authored-by: Scott Dover <scott@scottdover.com>
    smorrisj and scottdover authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b5a084d View commit details
    Browse the repository at this point in the history
  3. Update client/test/connection/ssh/index.test.ts

    Co-authored-by: Scott Dover <scott@scottdover.com>
    smorrisj and scottdover authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    567647f View commit details
    Browse the repository at this point in the history