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

Demo go get #84

Open
wants to merge 15 commits into
base: debug-windows-ssh
Choose a base branch
from
Open

Demo go get #84

wants to merge 15 commits into from

Commits on Mar 4, 2021

  1. Add note about using cargo with private dependencies (#64)

    * Add note about using cargo with private dependencies
    
    * Update doc to mention Windows only
    
    * Add alternative workaround
    
    * Create extra main section for tips and information regarding different languages/tools
    
    Co-authored-by: Matthias Pigulla <[email protected]>
    cecton and mpdude authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5f95203 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Mention that container-based workflows need to have ssh packages inst…

    …alled
    
    Co-authored-by: Shashank Patidar <[email protected]>
    shashank11p authored and mpdude committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    65d1ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598c7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Prepare 0.5.1 release

    mpdude authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    7954857 View commit details
    Browse the repository at this point in the history
  2. Windows virtual environment: Use SSH binaries from the Git suite (#63)

    * Use SSH binaries from the Git suite
    
    * Try to kill the ssh-agent upon action termination on Windows as well
    mpdude authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4b6f4eb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Use case-insensitive regex matching when scanning key comments

    Resolves #68, closes #70, closes #71.
    
    Co-authored-by: Sean Killeen <[email protected]>
    mpdude and SeanKilleen committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    4681241 View commit details
    Browse the repository at this point in the history
  2. Log when a key is _not_ used as a deploy key

    Resolves #69.
    
    Co-authored-by: Sean Killeen <[email protected]>
    mpdude and SeanKilleen committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    aed5400 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    cb8b210 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Give an example of how to add a key comment

    Co-authored-by: rr-james-hickman <[email protected]>
    mpdude and rr-james-hickman committed May 27, 2021
    Configuration menu
    Copy the full SHA
    98f76b1 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    8569bed View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Run cleanup (post) step also on failure (#79)

    According to actions/runner#987, this should run the post step (cleanup.js) also when a workflow fails.
    
    Probably most important on self-hosted runners that are not ephemeral, to terminate SSH agents from failed jobs as well.
    mpdude authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    515d164 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Tix a fypo

    mpdude authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    81d965f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Use execFileSync to clean up (#80)

    execSync just started a second ssh-agent. `['-k']` argument was
    treated as options, it didn't have `stdio` set, so stdio was piped and
    returned (and ignored).
    maciejp-ro authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a45226b View commit details
    Browse the repository at this point in the history
  2. Prepare a 0.5.3 release

    mpdude authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5f066a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Test "go get"

    mpdude committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    0d1843b View commit details
    Browse the repository at this point in the history