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

remote: fix connhelpers with custom dialer #2327

Merged
merged 2 commits into from
Mar 12, 2024

Commits on Mar 9, 2024

  1. remote: fix connhelpers with custom dialer

    With the new dial-stdio command the dialer is split
    from `Client` function in order to access it directly.
    
    This breaks the custom connhelpers functionality
    as support for connhelpers is a feature of the default
    dialer. If client defines a custom dialer then only
    it is used without extra modifications. This means
    that remote driver dialer needs to detect the
    connhelpers on its own.
    
    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8f576e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. tests: create remote with container helper

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b1490ed View commit details
    Browse the repository at this point in the history