Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.5
Choose a base ref
...
head repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.6
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 6, 2025

  1. Add support for using sftp-server found within PATH

    Before trying list of well-known candidates allow detection routine to
    check if the binary is discoverable inside PATH already. This covers
    cases for unknown distributions or user built packages, which could be
    symlinked into `/usr/local/bin` to be discoverable before system packages
    and Windows, where needed dependencies might have different packaging.
    
    Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
    arixmkii committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f7fcdfa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Merge pull request #94 from arixmkii/check-server-in-path

    Add support for using sftp-server found within PATH
    AkihiroSuda authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    9bed0bc View commit details
    Browse the repository at this point in the history
  2. Build(deps): Bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.5 to 2.27.6.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.27.5...v2.27.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    a84ca5e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #95 from lima-vm/dependabot/go_modules/github.com/…

    …urfave/cli/v2-2.27.6
    
    Build(deps): Bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6
    AkihiroSuda authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    7963ac2 View commit details
    Browse the repository at this point in the history
Loading