Tags: sskakunas/earthly
Tags
Fixed typos and grammatical errors in documentation (earthly#355)
add hidden flag to print out completion entry so it can be referenced… … via homebrew install (earthly#313) Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
fix earth failure when ssh agent sock doesnt exist (earthly#303) * fix earth failure when ssh agent sock doesnt exist * fixes issue where "ssh agent provider: stat /run/host-services/ssh-auth.sock: no such file or directory" error occurs when trying to access the ssh-auth.sock during CI testing (or cases where the user doesnt have an ssh agent running) * maybe this? Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
introduce a test similar to the one used in homebrew (earthly#278) Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
unittest improvement: use fatal to halt execution (earthly#277) Use fatal instead of error for connection cases, otherwise if there's an issue with the connection, it'll keep on running and then give us a nil pointer exception which is confusing Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
extend autocompletion to work with ~/ prefix (earthly#269) * extend autocompletion to work with ~/ prefix * fix autocompletion to work with ~/ prefixes * use os/user to lookup user's home directory Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
Use forked urfave/cli until upstream patch is merged (earthly#236) current master version of urfave/cli has a bug where values set by the environment var are not saved to the stringslice var. Once urfave/cli#1178 is merged, we can switch back to using the upstream version. Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
Remove extraneous checkout step in Actions example (earthly#206) * Remove extraneous checkout step in Actions example GitHub Actions checkout@v2 no longer leaves the branch in a detached head state, so there is no longer a need to run `git checkout` as a step. * Remove checkout step from CI Checkout@v2 no longer leaves the checkout in a detached HEAD state. This step is no longer necessary. The previous commit removed this block from the example.
fix missing --push command output (earthly#201) Co-authored-by: Alex Couture-Beil <alex@earthly.dev>
PreviousNext